[137396] trunk/dports/devel/cloog/Portfile

larryv at macports.org larryv at macports.org
Wed Jun 10 18:27:30 PDT 2015


Revision: 137396
          https://trac.macports.org/changeset/137396
Author:   larryv at macports.org
Date:     2015-06-10 18:27:30 -0700 (Wed, 10 Jun 2015)
Log Message:
-----------
cloog{,-devel}: Fix livecheck

Modified Paths:
--------------
    trunk/dports/devel/cloog/Portfile

Modified: trunk/dports/devel/cloog/Portfile
===================================================================
--- trunk/dports/devel/cloog/Portfile	2015-06-11 01:27:28 UTC (rev 137395)
+++ trunk/dports/devel/cloog/Portfile	2015-06-11 01:27:30 UTC (rev 137396)
@@ -101,11 +101,10 @@
 
 subport cloog {
     livecheck.type  regex
-    livecheck.url   ${master_sites}
+    livecheck.url   [lindex ${master_sites} 0]
     livecheck.regex ${name}-(\[0-9.\]+)${extract.suffix}
 }
 subport cloog-devel {
-    livecheck.type  md5
-    livecheck.url   ${master_sites}
-    livecheck.md5   76cd091b8e2638038429b764b98d6c61
+    livecheck.type  moddate
+    livecheck.url   http://repo.or.cz/w/cloog.git/rss/refs/heads/master
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150610/bf406698/attachment-0001.html>


More information about the macports-changes mailing list