[104466] trunk/dports/python/py-netcdf4/Portfile

sean at macports.org sean at macports.org
Mon Mar 25 16:58:01 PDT 2013


Revision: 104466
          https://trac.macports.org/changeset/104466
Author:   sean at macports.org
Date:     2013-03-25 16:58:01 -0700 (Mon, 25 Mar 2013)
Log Message:
-----------
py-netcdf: don't livecheck for subports

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

Modified: trunk/dports/python/py-netcdf4/Portfile
===================================================================
--- trunk/dports/python/py-netcdf4/Portfile	2013-03-25 23:29:42 UTC (rev 104465)
+++ trunk/dports/python/py-netcdf4/Portfile	2013-03-25 23:58:01 UTC (rev 104466)
@@ -34,7 +34,9 @@
 if {${subport} != ${name}} {
     depends_lib-append  port:netcdf \
                         port:py${python.version}-numpy
+
+    livecheck.type      none
+} else {
+    livecheck.type      googlecode
+    livecheck.regex     {netCDF4-(.*)\.tar\.gz}
 }
-
-livecheck.type      googlecode
-livecheck.regex     {netCDF4-(.*)\.tar\.gz}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130325/9f4518cc/attachment.html>


More information about the macports-changes mailing list