[87110] trunk/dports/python/py-hgsvn/Portfile

snc at macports.org snc at macports.org
Thu Nov 10 12:52:22 PST 2011


Revision: 87110
          http://trac.macports.org/changeset/87110
Author:   snc at macports.org
Date:     2011-11-10 12:52:22 -0800 (Thu, 10 Nov 2011)
Log Message:
-----------
py-hgsvn: fix livecheck

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

Modified: trunk/dports/python/py-hgsvn/Portfile
===================================================================
--- trunk/dports/python/py-hgsvn/Portfile	2011-11-10 20:45:48 UTC (rev 87109)
+++ trunk/dports/python/py-hgsvn/Portfile	2011-11-10 20:52:22 UTC (rev 87110)
@@ -44,8 +44,9 @@
         }
     }
 
+    livecheck.type      none
+} else {
+    livecheck.type      regex
+    livecheck.url       ${homepage}
+    livecheck.regex     hgsvn (\\d+(\\.\\d+)+)
 }
-
-livecheck.type      regex
-livecheck.url       ${homepage}
-livecheck.regex     hgsvn (\\d+(\\.\\d+)+)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111110/bf8f57fd/attachment.html>


More information about the macports-changes mailing list