[77311] trunk/dports/python
ram at macports.org
ram at macports.org
Sat Mar 26 18:14:19 PDT 2011
Revision: 77311
http://trac.macports.org/changeset/77311
Author: ram at macports.org
Date: 2011-03-26 18:14:19 -0700 (Sat, 26 Mar 2011)
Log Message:
-----------
python/py2{5,6,7}-dateutil: fix livecheck, 1.x for python-2.x
Modified Paths:
--------------
trunk/dports/python/py25-dateutil/Portfile
trunk/dports/python/py26-dateutil/Portfile
trunk/dports/python/py27-dateutil/Portfile
Modified: trunk/dports/python/py25-dateutil/Portfile
===================================================================
--- trunk/dports/python/py25-dateutil/Portfile 2011-03-27 00:37:15 UTC (rev 77310)
+++ trunk/dports/python/py25-dateutil/Portfile 2011-03-27 01:14:19 UTC (rev 77311)
@@ -37,4 +37,4 @@
}
livecheck.type regex
-livecheck.regex /${my_name}-(\\d+(?:\\.\\d+)*)
+livecheck.regex /${my_name}-(1.(\\d+)*)
Modified: trunk/dports/python/py26-dateutil/Portfile
===================================================================
--- trunk/dports/python/py26-dateutil/Portfile 2011-03-27 00:37:15 UTC (rev 77310)
+++ trunk/dports/python/py26-dateutil/Portfile 2011-03-27 01:14:19 UTC (rev 77311)
@@ -37,4 +37,4 @@
}
livecheck.type regex
-livecheck.regex /${my_name}-(\\d+(?:\\.\\d+)*)
+livecheck.regex /${my_name}-(1.(\\d+)*)
Modified: trunk/dports/python/py27-dateutil/Portfile
===================================================================
--- trunk/dports/python/py27-dateutil/Portfile 2011-03-27 00:37:15 UTC (rev 77310)
+++ trunk/dports/python/py27-dateutil/Portfile 2011-03-27 01:14:19 UTC (rev 77311)
@@ -37,4 +37,4 @@
}
livecheck.type regex
-livecheck.regex /${my_name}-(\\d+(?:\\.\\d+)*)
+livecheck.regex /${my_name}-(1.(\\d+)*)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110326/7e1314ff/attachment-0001.html>
More information about the macports-changes
mailing list