[133766] trunk/dports/net/openvpn/Portfile

cal at macports.org cal at macports.org
Tue Mar 10 16:31:16 PDT 2015


Revision: 133766
          https://trac.macports.org/changeset/133766
Author:   cal at macports.org
Date:     2015-03-10 16:31:16 -0700 (Tue, 10 Mar 2015)
Log Message:
-----------
openvpn: add openmaintainer, update maintainer address, add modeline, use modern checksums, add variant description, add a note on being outdated, add license, add livecheck, closes #47097, maintainer

Modified Paths:
--------------
    trunk/dports/net/openvpn/Portfile

Modified: trunk/dports/net/openvpn/Portfile
===================================================================
--- trunk/dports/net/openvpn/Portfile	2015-03-10 22:15:15 UTC (rev 133765)
+++ trunk/dports/net/openvpn/Portfile	2015-03-10 23:31:16 UTC (rev 133766)
@@ -1,11 +1,13 @@
+# -*- 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
 # $Id$
 
 PortSystem 1.0
+
 name              openvpn
 version           1.6.0
 revision          1
 categories        net security
-maintainers       touche.fr.st:julien.touche
+maintainers       yahoo.fr:jul_bsd openmaintainer
 description       easy-to-use, robust, and highly configurable VPN
 long_description  OpenVPN is an easy-to-use, robust, and highly \
                   configurable VPN (Virtual Private Network) daemon \
@@ -13,20 +15,30 @@
                   private networks using an encrypted tunnel over \
                   the internet.
 homepage          http://openvpn.sourceforge.net/
+license           {GPL-2 OpenSSLException}
 master_sites      sourceforge
 platforms         darwin openbsd
 depends_lib       port:lzo port:openssl
-checksums         md5 9eab3719b280a12d19ef1fda286cc363
-configure.args	  --mandir=${prefix}/share/man \
-		  --with-lzo-headers=${prefix}/include \
-		  --with-lzo-lib=${prefix}/lib
+configure.args    --mandir=${prefix}/share/man \
+                  --with-lzo-headers=${prefix}/include \
+                  --with-lzo-lib=${prefix}/lib
 
+checksums         rmd160  ffcb1746590bdd4dab6777856a6caf8c129d57de \
+                  sha256  22072a24bcaef8038a1e84363f3e209f65eb7c7ab37741752172a334acb31fb8
+
 post-destroot {
     xinstall -d ${destroot}${prefix}/share/${name}
     copy ${worksrcpath}/easy-rsa ${destroot}${prefix}/share/${name}
 }
 
-variant no_lzo {
-	configure.args-append --disable-lzo
-	depends_lib-delete port:lzo
+variant no_lzo description { don't use lzo libs } {
+    configure.args-append --disable-lzo
+    depends_lib-delete port:lzo
 }
+
+notes "OpenVPN 1.6.0 has been released on 2004-05-09. You are strongly encouraged to use OpenVPN2 or other maintained alternatives.
+"
+
+livecheck.type      regex
+livecheck.url       http://openvpn.net/index.php/download/58-open-source/downloads.html
+livecheck.regex     "OpenVPN (1(?:\\.\\d+)*)"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150310/1a314e74/attachment.html>


More information about the macports-changes mailing list