Ticket #3557: openvpn-Portfile.patch

File openvpn-Portfile.patch, 1.0 KB (added by cce@…, 19 years ago)

openvpn Portfile patch

  • Portfile

     
    22
    33PortSystem 1.0
    44name              openvpn
    5 version           1.6.0
     5version           2.0
    66categories        net security
    77maintainers       julien.touche@touche.fr.st
    88description       easy-to-use, robust, and highly configurable VPN
     
    1111                  which can be used to securely link two or more \
    1212                  private networks using an encrypted tunnel over \
    1313                  the internet.
    14 homepage          http://openvpn.sourceforge.net/
    15 master_sites      sourceforge
     14homepage          http://openvpn.net/
     15master_sites      ${homepage}/release/
     16distname          ${name}-${version}
    1617platforms         darwin openbsd
    1718depends_lib       lib:liblzo:lzo
    18 checksums         md5 9eab3719b280a12d19ef1fda286cc363
     19checksums         md5 7401faebc6baee9add32608709c54eec
    1920configure.args    --mandir=${prefix}/share/man \
    2021                  --with-lzo-headers=${prefix}/include \
    2122                  --with-lzo-lib=${prefix}/lib