[22579] trunk/dports/python

source_changes at macosforge.org source_changes at macosforge.org
Mon Mar 5 04:44:28 PST 2007


Revision: 22579
          http://trac.macosforge.org/projects/macports/changeset/22579
Author:   mww at macports.org
Date:     2007-03-05 04:44:27 -0800 (Mon, 05 Mar 2007)

Log Message:
-----------
add 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-03-05 12:17:22 UTC (rev 22578)
+++ trunk/dports/python/py25-bsddb/Portfile	2007-03-05 12:44:27 UTC (rev 22579)
@@ -44,3 +44,6 @@
 destroot.cmd	${build.cmd}
 destroot.destdir	--prefix=${prefix} --root=${destroot}
 
+livecheck.check	regex
+livecheck.url	http://www.python.org/download/releases/
+livecheck.regex	Python (2.5?\[0-9\]+)

Modified: trunk/dports/python/py25-bz2/Portfile
===================================================================
--- trunk/dports/python/py25-bz2/Portfile	2007-03-05 12:17:22 UTC (rev 22578)
+++ trunk/dports/python/py25-bz2/Portfile	2007-03-05 12:44:27 UTC (rev 22579)
@@ -43,3 +43,6 @@
 destroot.cmd	${build.cmd}
 destroot.destdir	--prefix=${prefix} --root=${destroot}
 
+livecheck.check	regex
+livecheck.url	http://www.python.org/download/releases/
+livecheck.regex	Python (2.5?\[0-9\]+)

Modified: trunk/dports/python/py25-curses/Portfile
===================================================================
--- trunk/dports/python/py25-curses/Portfile	2007-03-05 12:17:22 UTC (rev 22578)
+++ trunk/dports/python/py25-curses/Portfile	2007-03-05 12:44:27 UTC (rev 22579)
@@ -42,3 +42,6 @@
 destroot.cmd	${build.cmd}
 destroot.destdir	--prefix=${prefix} --root=${destroot}
 
+livecheck.check	regex
+livecheck.url	http://www.python.org/download/releases/
+livecheck.regex	Python (2.5?\[0-9\]+)

Modified: trunk/dports/python/py25-gdbm/Portfile
===================================================================
--- trunk/dports/python/py25-gdbm/Portfile	2007-03-05 12:17:22 UTC (rev 22578)
+++ trunk/dports/python/py25-gdbm/Portfile	2007-03-05 12:44:27 UTC (rev 22579)
@@ -41,3 +41,6 @@
 destroot.cmd	${build.cmd}
 destroot.destdir	--prefix=${prefix} --root=${destroot}
 
+livecheck.check	regex
+livecheck.url	http://www.python.org/download/releases/
+livecheck.regex	Python (2.5?\[0-9\]+)

Modified: trunk/dports/python/py25-hashlib/Portfile
===================================================================
--- trunk/dports/python/py25-hashlib/Portfile	2007-03-05 12:17:22 UTC (rev 22578)
+++ trunk/dports/python/py25-hashlib/Portfile	2007-03-05 12:44:27 UTC (rev 22579)
@@ -40,3 +40,6 @@
 destroot.cmd	${build.cmd}
 destroot.destdir	--prefix=${prefix} --root=${destroot}
 
+livecheck.check	regex
+livecheck.url	http://www.python.org/download/releases/
+livecheck.regex	Python (2.5?\[0-9\]+)

Modified: trunk/dports/python/py25-readline/Portfile
===================================================================
--- trunk/dports/python/py25-readline/Portfile	2007-03-05 12:17:22 UTC (rev 22578)
+++ trunk/dports/python/py25-readline/Portfile	2007-03-05 12:44:27 UTC (rev 22579)
@@ -39,3 +39,6 @@
 destroot.cmd	${build.cmd}
 destroot.destdir	--prefix=${prefix} --root=${destroot}
 
+livecheck.check	regex
+livecheck.url	http://www.python.org/download/releases/
+livecheck.regex	Python (2.5?\[0-9\]+)

Modified: trunk/dports/python/py25-socket-ssl/Portfile
===================================================================
--- trunk/dports/python/py25-socket-ssl/Portfile	2007-03-05 12:17:22 UTC (rev 22578)
+++ trunk/dports/python/py25-socket-ssl/Portfile	2007-03-05 12:44:27 UTC (rev 22579)
@@ -39,3 +39,6 @@
 destroot.cmd	${build.cmd}
 destroot.destdir	--prefix=${prefix} --root=${destroot}
 
+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-03-05 12:17:22 UTC (rev 22578)
+++ trunk/dports/python/py25-sqlite3/Portfile	2007-03-05 12:44:27 UTC (rev 22579)
@@ -43,3 +43,6 @@
 destroot.cmd	${build.cmd}
 destroot.destdir	--prefix=${prefix} --root=${destroot}
 
+livecheck.check	regex
+livecheck.url	http://www.python.org/download/releases/
+livecheck.regex	Python (2.5?\[0-9\]+)

Modified: trunk/dports/python/py25-tkinter/Portfile
===================================================================
--- trunk/dports/python/py25-tkinter/Portfile	2007-03-05 12:17:22 UTC (rev 22578)
+++ trunk/dports/python/py25-tkinter/Portfile	2007-03-05 12:44:27 UTC (rev 22579)
@@ -40,3 +40,6 @@
 destroot.cmd	${build.cmd}
 destroot.destdir	--prefix=${prefix} --root=${destroot}
 
+livecheck.check	regex
+livecheck.url	http://www.python.org/download/releases/
+livecheck.regex	Python (2.5?\[0-9\]+)

Modified: trunk/dports/python/py25-zlib/Portfile
===================================================================
--- trunk/dports/python/py25-zlib/Portfile	2007-03-05 12:17:22 UTC (rev 22578)
+++ trunk/dports/python/py25-zlib/Portfile	2007-03-05 12:44:27 UTC (rev 22579)
@@ -41,3 +41,6 @@
 destroot.cmd	${build.cmd}
 destroot.destdir	--prefix=${prefix} --root=${destroot}
 
+livecheck.check	regex
+livecheck.url	http://www.python.org/download/releases/
+livecheck.regex	Python (2.5?\[0-9\]+)

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070305/3d757bb0/attachment.html


More information about the macports-changes mailing list