[105293] trunk/dports/python/py-meta/Portfile

stromnov at macports.org stromnov at macports.org
Tue Apr 16 07:41:49 PDT 2013


Revision: 105293
          https://trac.macports.org/changeset/105293
Author:   stromnov at macports.org
Date:     2013-04-16 07:41:49 -0700 (Tue, 16 Apr 2013)
Log Message:
-----------
py-meta: add conflicts, fix livecheck

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

Modified: trunk/dports/python/py-meta/Portfile
===================================================================
--- trunk/dports/python/py-meta/Portfile	2013-04-16 14:37:46 UTC (rev 105292)
+++ trunk/dports/python/py-meta/Portfile	2013-04-16 14:41:49 UTC (rev 105293)
@@ -30,9 +30,13 @@
                     sha256  58d2c012beea9f2aaea82fbf67d0d6b3124e66c79cbc31829beb2005c3372885
 
 if {$subport != $name} {
+    conflicts           port:py${python.version}-meta-devel
+
     depends_lib-append  port:py${python.version}-distribute
+
+    livecheck.type      none
+} else {
+    livecheck.type      regex
+    livecheck.url       ${master_sites}
+    livecheck.regex     "meta-(\\d+(?:\\.\\d+)*)${extract.suffix}"
 }
-
-livecheck.type      regex
-livecheck.url       ${master_sites}
-livecheck.regex     "meta-(\\d+(?:\\.\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130416/51dc15a4/attachment.html>


More information about the macports-changes mailing list