Revision
104750
Author
devans@macports.org
Date
2013-04-01 19:17:43 -0700 (Mon, 01 Apr 2013)

Log Message

gnutls: use master_sites for livecheck.url, doesn't use even/old stable/unstable convention.

Modified Paths

Diff

Modified: trunk/dports/devel/gnutls/Portfile (104749 => 104750)


--- trunk/dports/devel/gnutls/Portfile	2013-04-01 23:55:51 UTC (rev 104749)
+++ trunk/dports/devel/gnutls/Portfile	2013-04-02 02:17:43 UTC (rev 104750)
@@ -21,7 +21,7 @@
     not include any patented algorithms \
     and is available under the GNU Lesser General Public License (LGPL).
 
-master_sites    ftp://ftp.gnutls.org/gcrypt/gnutls/v${branch}
+master_sites    ftp://ftp.gnutls.org/gcrypt/gnutls/v${branch}/
 
 checksums       md5     9e73aa5c3ef3b7358159a31302e25aa7 \
                 rmd160  a4b3118fb6f0e9032f799079acc04ed8e523dabd \
@@ -67,5 +67,5 @@
 }
 
 livecheck.type  regex
-livecheck.url   http://ftp.gnu.org/gnu/gnutls/
-livecheck.regex ${name}-(\\d+\\.\\d*\[02468\]+(?:\\.\\d+)*)
+livecheck.url   ${master_sites}
+livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"