[57318] trunk/dports/python
raimue at macports.org
raimue at macports.org
Wed Sep 9 07:28:12 PDT 2009
Revision: 57318
http://trac.macports.org/changeset/57318
Author: raimue at macports.org
Date: 2009-09-09 07:28:08 -0700 (Wed, 09 Sep 2009)
Log Message:
-----------
py{25,26}-subvertpy:
Fix livecheck
Modified Paths:
--------------
trunk/dports/python/py25-subvertpy/Portfile
trunk/dports/python/py26-subvertpy/Portfile
Modified: trunk/dports/python/py25-subvertpy/Portfile
===================================================================
--- trunk/dports/python/py25-subvertpy/Portfile 2009-09-09 13:53:38 UTC (rev 57317)
+++ trunk/dports/python/py25-subvertpy/Portfile 2009-09-09 14:28:08 UTC (rev 57318)
@@ -28,5 +28,5 @@
destroot.env-append SVN_PREFIX=${prefix}
livecheck.check regex
-livecheck.url ${homepage}trunk
-livecheck.regex {subvertpy/\+milestone/(\d+(?:\.\d+)*)}
+livecheck.url ${homepage}/+download
+livecheck.regex {subvertpy-(\d+(?:\.\d+)*).tar.gz}
Modified: trunk/dports/python/py26-subvertpy/Portfile
===================================================================
--- trunk/dports/python/py26-subvertpy/Portfile 2009-09-09 13:53:38 UTC (rev 57317)
+++ trunk/dports/python/py26-subvertpy/Portfile 2009-09-09 14:28:08 UTC (rev 57318)
@@ -28,6 +28,5 @@
destroot.env-append SVN_PREFIX=${prefix}
livecheck.check regex
-livecheck.url ${homepage}trunk
-livecheck.regex {subvertpy/\+milestone/(\d+(?:\.\d+)*)}
-
+livecheck.url ${homepage}/+download
+livecheck.regex {subvertpy-(\d+(?:\.\d+)*).tar.gz}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090909/5c5d3484/attachment.html>
More information about the macports-changes
mailing list