[24478] trunk/dports/python

source_changes at macosforge.org source_changes at macosforge.org
Wed Apr 25 02:02:49 PDT 2007


Revision: 24478
          http://trac.macosforge.org/projects/macports/changeset/24478
Author:   mww at macports.org
Date:     2007-04-25 02:02:48 -0700 (Wed, 25 Apr 2007)

Log Message:
-----------
fix livecheck regex

Modified Paths:
--------------
    trunk/dports/python/py25-bsddb/Portfile
    trunk/dports/python/py25-bz2/Portfile
    trunk/dports/python/py25-curses/Portfile
    trunk/dports/python/py25-gdbm/Portfile
    trunk/dports/python/py25-hashlib/Portfile
    trunk/dports/python/py25-readline/Portfile
    trunk/dports/python/py25-socket-ssl/Portfile
    trunk/dports/python/py25-sqlite3/Portfile
    trunk/dports/python/py25-tkinter/Portfile
    trunk/dports/python/py25-zlib/Portfile

Modified: trunk/dports/python/py25-bsddb/Portfile
===================================================================
--- trunk/dports/python/py25-bsddb/Portfile	2007-04-25 07:33:25 UTC (rev 24477)
+++ trunk/dports/python/py25-bsddb/Portfile	2007-04-25 09:02:48 UTC (rev 24478)
@@ -39,4 +39,4 @@
 
 livecheck.check	regex
 livecheck.url	http://www.python.org/download/releases/
-livecheck.regex	Python (2.5?\[0-9\]+)
+livecheck.regex	Python (2.5\[0-9\.\]+)

Modified: trunk/dports/python/py25-bz2/Portfile
===================================================================
--- trunk/dports/python/py25-bz2/Portfile	2007-04-25 07:33:25 UTC (rev 24477)
+++ trunk/dports/python/py25-bz2/Portfile	2007-04-25 09:02:48 UTC (rev 24478)
@@ -39,4 +39,4 @@
 
 livecheck.check	regex
 livecheck.url	http://www.python.org/download/releases/
-livecheck.regex	Python (2.5?\[0-9\]+)
+livecheck.regex	Python (2.5\[0-9\.\]+)

Modified: trunk/dports/python/py25-curses/Portfile
===================================================================
--- trunk/dports/python/py25-curses/Portfile	2007-04-25 07:33:25 UTC (rev 24477)
+++ trunk/dports/python/py25-curses/Portfile	2007-04-25 09:02:48 UTC (rev 24478)
@@ -37,4 +37,4 @@
 
 livecheck.check	regex
 livecheck.url	http://www.python.org/download/releases/
-livecheck.regex	Python (2.5?\[0-9\]+)
+livecheck.regex	Python (2.5\[0-9\.\]+)

Modified: trunk/dports/python/py25-gdbm/Portfile
===================================================================
--- trunk/dports/python/py25-gdbm/Portfile	2007-04-25 07:33:25 UTC (rev 24477)
+++ trunk/dports/python/py25-gdbm/Portfile	2007-04-25 09:02:48 UTC (rev 24478)
@@ -35,4 +35,4 @@
 
 livecheck.check	regex
 livecheck.url	http://www.python.org/download/releases/
-livecheck.regex	Python (2.5?\[0-9\]+)
+livecheck.regex	Python (2.5\[0-9\.\]+)

Modified: trunk/dports/python/py25-hashlib/Portfile
===================================================================
--- trunk/dports/python/py25-hashlib/Portfile	2007-04-25 07:33:25 UTC (rev 24477)
+++ trunk/dports/python/py25-hashlib/Portfile	2007-04-25 09:02:48 UTC (rev 24478)
@@ -35,4 +35,4 @@
 
 livecheck.check	regex
 livecheck.url	http://www.python.org/download/releases/
-livecheck.regex	Python (2.5?\[0-9\]+)
+livecheck.regex	Python (2.5\[0-9\.\]+)

Modified: trunk/dports/python/py25-readline/Portfile
===================================================================
--- trunk/dports/python/py25-readline/Portfile	2007-04-25 07:33:25 UTC (rev 24477)
+++ trunk/dports/python/py25-readline/Portfile	2007-04-25 09:02:48 UTC (rev 24478)
@@ -34,4 +34,4 @@
 
 livecheck.check	regex
 livecheck.url	http://www.python.org/download/releases/
-livecheck.regex	Python (2.5?\[0-9\]+)
+livecheck.regex	Python (2.5\[0-9\.\]+)

Modified: trunk/dports/python/py25-socket-ssl/Portfile
===================================================================
--- trunk/dports/python/py25-socket-ssl/Portfile	2007-04-25 07:33:25 UTC (rev 24477)
+++ trunk/dports/python/py25-socket-ssl/Portfile	2007-04-25 09:02:48 UTC (rev 24478)
@@ -32,3 +32,6 @@
 	reinplace "s|__PREFIX__|${prefix}|g" ${worksrcpath}/setup.py
 }
 
+livecheck.check	regex
+livecheck.url	http://www.python.org/download/releases/
+livecheck.regex	Python (2.5\[0-9\.\]+)

Modified: trunk/dports/python/py25-sqlite3/Portfile
===================================================================
--- trunk/dports/python/py25-sqlite3/Portfile	2007-04-25 07:33:25 UTC (rev 24477)
+++ trunk/dports/python/py25-sqlite3/Portfile	2007-04-25 09:02:48 UTC (rev 24478)
@@ -38,4 +38,4 @@
 
 livecheck.check	regex
 livecheck.url	http://www.python.org/download/releases/
-livecheck.regex	Python (2.5?\[0-9\]+)
+livecheck.regex	Python (2.5\[0-9\.\]+)

Modified: trunk/dports/python/py25-tkinter/Portfile
===================================================================
--- trunk/dports/python/py25-tkinter/Portfile	2007-04-25 07:33:25 UTC (rev 24477)
+++ trunk/dports/python/py25-tkinter/Portfile	2007-04-25 09:02:48 UTC (rev 24478)
@@ -35,4 +35,4 @@
 
 livecheck.check	regex
 livecheck.url	http://www.python.org/download/releases/
-livecheck.regex	Python (2.5?\[0-9\]+)
+livecheck.regex	Python (2.5\[0-9\.\]+)

Modified: trunk/dports/python/py25-zlib/Portfile
===================================================================
--- trunk/dports/python/py25-zlib/Portfile	2007-04-25 07:33:25 UTC (rev 24477)
+++ trunk/dports/python/py25-zlib/Portfile	2007-04-25 09:02:48 UTC (rev 24478)
@@ -36,4 +36,4 @@
 
 livecheck.check	regex
 livecheck.url	http://www.python.org/download/releases/
-livecheck.regex	Python (2.5?\[0-9\]+)
+livecheck.regex	Python (2.5\[0-9\.\]+)

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070425/4ca23a4e/attachment.html


More information about the macports-changes mailing list