[104750] trunk/dports/devel/gnutls/Portfile

devans at macports.org devans at macports.org
Mon Apr 1 19:17:43 PDT 2013


Revision: 104750
          https://trac.macports.org/changeset/104750
Author:   devans at 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:
--------------
    trunk/dports/devel/gnutls/Portfile

Modified: trunk/dports/devel/gnutls/Portfile
===================================================================
--- 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}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130401/41fe4815/attachment.html>


More information about the macports-changes mailing list