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}"