Ticket #51907: Portfile.diff
File Portfile.diff, 2.1 KB (added by iamGavinJ (GΛVĪN), 8 years ago) |
---|
-
Portfile
old new 4 4 PortSystem 1.0 5 5 6 6 name openvpn2 7 version 2.3. 88 revision 17 version 2.3.11 8 revision 0 9 9 distname openvpn-${version} 10 10 categories net security 11 11 platforms darwin … … 18 18 Private Network) daemon which can be used to securely link two or more \ 19 19 private networks using an encrypted tunnel over the internet. 20 20 21 homepage http ://www.openvpn.net22 master_sites http ://swupdate.openvpn.net/community/releases/21 homepage https://openvpn.net 22 master_sites https://swupdate.openvpn.net/community/releases/ 23 23 24 checksums rmd160 22dba26c6fc8869c92066536e41c649fc87a78db \ 25 sha256 532435eff61c14b44a583f27b72f93e7864e96c95fe51134ec0ad4b1b1107c51 24 use_xz yes 25 26 checksums rmd160 cfaf087bfb9d562b6028a225c43000fbe96041ce \ 27 sha256 0f5f1ca1dc5743fa166d93dd4ec952f014b5f33bafd88f0ea34b455cae1434a7 26 28 27 29 depends_build port:pkgconfig 28 30 depends_lib port:lzo2 \ … … 31 33 configure.args --program-suffix=2 \ 32 34 --docdir=${prefix}/share/doc/${name} 33 35 36 variant pkcs11 description "Enable PKCS #11/Cryptoki support" { 37 configure.args-append \ 38 --enable-pkcs11 39 40 depends_lib-append \ 41 port:pkcs11-helper 42 } 43 34 44 post-destroot { 35 45 set docdir ${destroot}${prefix}/share/doc/${name} 36 46 set exdir ${destroot}${prefix}/share/examples/${name} … … 76 86 Use 'secret static.key' in your config file 77 87 78 88 B) With self-signed certificates, follow 79 https://openvpn.net/index.php/open-source/documentation/howto.html#pki89 ${homepage}/index.php/open-source/documentation/howto.html#pki 80 90 81 Alternate GUI: https:// code.google.com/p/tunnelblick/91 Alternate GUI: https://tunnelblick.net/ 82 92 83 93 Openvpn uses a tun device to create its network interface. It could either be: 84 94 - utun device built into OSX 10.7+