[154403] trunk/dports/devel/icu/Portfile

ryandesign at macports.org ryandesign at macports.org
Sat Oct 29 00:36:59 CEST 2016


Revision: 154403
          https://trac.macports.org/changeset/154403
Author:   ryandesign at macports.org
Date:     2016-10-29 00:36:59 +0200 (Sat, 29 Oct 2016)
Log Message:
-----------
icu: Only livecheck the main port

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

Modified: trunk/dports/devel/icu/Portfile
===================================================================
--- trunk/dports/devel/icu/Portfile	2016-10-28 22:33:23 UTC (rev 154402)
+++ trunk/dports/devel/icu/Portfile	2016-10-28 22:36:59 UTC (rev 154403)
@@ -182,5 +182,9 @@
     }
 }
 
-livecheck.url   http://site.icu-project.org/download
-livecheck.regex {>ICU4C \((\d+(?:\.\d+)*)\)<}
+if {${subport} eq ${name}} {
+    livecheck.url       http://site.icu-project.org/download
+    livecheck.regex     {>ICU4C \((\d+(?:\.\d+)*)\)<}
+} else {
+    livecheck.type      none
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macports.org/pipermail/macports-changes/attachments/20161029/410a24cd/attachment-0002.html>


More information about the macports-changes mailing list