[105458] trunk/dports/python/py-mhash/Portfile

stromnov at macports.org stromnov at macports.org
Sun Apr 21 04:32:54 PDT 2013


Revision: 105458
          https://trac.macports.org/changeset/105458
Author:   stromnov at macports.org
Date:     2013-04-21 04:32:54 -0700 (Sun, 21 Apr 2013)
Log Message:
-----------
py-mhash: fix livecheck

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

Modified: trunk/dports/python/py-mhash/Portfile
===================================================================
--- trunk/dports/python/py-mhash/Portfile	2013-04-21 11:30:33 UTC (rev 105457)
+++ trunk/dports/python/py-mhash/Portfile	2013-04-21 11:32:54 UTC (rev 105458)
@@ -41,8 +41,10 @@
     post-patch {
         reinplace "s|@@PREFIX@@|${prefix}|g" ${worksrcpath}/setup.py
     }
+
+    livecheck.type          none
+} else {
+    livecheck.type          regex
+    livecheck.url           ${homepage}
+    livecheck.regex         "python-mhash-(\\d+(?:\\.\\d+)*)"
 }
-
-livecheck.type      regex
-livecheck.url       ${homepage}
-livecheck.regex     "python-mhash-(\\d+(?:\\.\\d+)*)"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130421/b9389224/attachment.html>


More information about the macports-changes mailing list