Ticket #47097: patch-openvpn-Portfile.diff
File patch-openvpn-Portfile.diff, 2.3 KB (added by jul_bsd@…, 10 years ago) |
---|
-
net/openvpn/Portfile
old new 1 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 1 2 # $Id: Portfile 86434 2011-10-25 18:55:10Z jmr@macports.org $ 2 3 3 4 PortSystem 1.0 5 4 6 name openvpn 5 7 version 1.6.0 6 8 revision 1 7 9 categories net security 8 maintainers touche.fr.st:julien.touche10 maintainers yahoo.fr:jul_bsd openmaintainer 9 11 description easy-to-use, robust, and highly configurable VPN 10 12 long_description OpenVPN is an easy-to-use, robust, and highly \ 11 13 configurable VPN (Virtual Private Network) daemon \ … … 13 15 private networks using an encrypted tunnel over \ 14 16 the internet. 15 17 homepage http://openvpn.sourceforge.net/ 18 license {GPL-2 OpenSSLException} 16 19 master_sites sourceforge 17 20 platforms darwin openbsd 18 21 depends_lib port:lzo port:openssl 19 checksums md5 9eab3719b280a12d19ef1fda286cc363 20 configure.args --mandir=${prefix}/share/man \ 21 --with-lzo-headers=${prefix}/include \ 22 --with-lzo-lib=${prefix}/lib 22 #checksums md5 9eab3719b280a12d19ef1fda286cc363 23 configure.args --mandir=${prefix}/share/man \ 24 --with-lzo-headers=${prefix}/include \ 25 --with-lzo-lib=${prefix}/lib 26 27 checksums rmd160 ffcb1746590bdd4dab6777856a6caf8c129d57de \ 28 sha256 22072a24bcaef8038a1e84363f3e209f65eb7c7ab37741752172a334acb31fb8 23 29 24 30 post-destroot { 25 31 xinstall -d ${destroot}${prefix}/share/${name} 26 32 copy ${worksrcpath}/easy-rsa ${destroot}${prefix}/share/${name} 27 33 } 28 34 29 variant no_lzo {30 31 35 variant no_lzo description { don't use lzo libs } { 36 configure.args-append --disable-lzo 37 depends_lib-delete port:lzo 32 38 } 39 40 notes "OpenVPN 1.6.0 has been released on 2004.05.09. You are strongly encouraged to use OpenVPN2 or other maintained alternatives. 41 " 42 43 livecheck.type regex 44 livecheck.url http://openvpn.net/index.php/download/58-open-source/downloads.html 45 livecheck.regex "OpenVPN (1(?:\\.\\d+)*)"