[107168] trunk/dports/python/py-cidrize/Portfile

jmr at macports.org jmr at macports.org
Thu Jun 20 13:27:21 PDT 2013


Revision: 107168
          https://trac.macports.org/changeset/107168
Author:   jmr at macports.org
Date:     2013-06-20 13:27:21 -0700 (Thu, 20 Jun 2013)
Log Message:
-----------
py-cidrize: fix setuptools dep type, disable livecheck in subports

Modified Paths:
--------------
    trunk/dports/python/py-cidrize/Portfile

Modified: trunk/dports/python/py-cidrize/Portfile
===================================================================
--- trunk/dports/python/py-cidrize/Portfile	2013-06-20 20:22:51 UTC (rev 107167)
+++ trunk/dports/python/py-cidrize/Portfile	2013-06-20 20:27:21 UTC (rev 107168)
@@ -25,13 +25,13 @@
                     sha256  fd781b33dca2ceced97bb3621bb05de90da7bb58237d2646fd238fe30eacdbd4
 
 python.versions     25 26 27
-python.default_version  27
 
 if {$subport != $name} {
-    depends_lib-append  port:py${python.version}-setuptools \
-                        port:py${python.version}-netaddr
+    depends_build       port:py${python.version}-setuptools
+    depends_lib-append  port:py${python.version}-netaddr
+    livecheck.type      none
+} else {
+    livecheck.type      regex
+    livecheck.url       ${master_sites}
+    livecheck.regex     "cidrize-(\\d+(?:\\.\\d+)*)${extract.suffix}"
 }
-
-livecheck.type      regex
-livecheck.url       ${master_sites}
-livecheck.regex     "cidrize-(\\d+(?:\\.\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130620/3d56f298/attachment.html>


More information about the macports-changes mailing list