[23398] trunk/dports/python

source_changes at macosforge.org source_changes at macosforge.org
Fri Mar 30 15:40:52 PDT 2007


Revision: 23398
          http://trac.macosforge.org/projects/macports/changeset/23398
Author:   mww at macports.org
Date:     2007-03-30 15:40:51 -0700 (Fri, 30 Mar 2007)

Log Message:
-----------
add livecheck

Modified Paths:
--------------
    trunk/dports/python/py-bsddb/Portfile
    trunk/dports/python/py-gdbm/Portfile
    trunk/dports/python/py-readline/Portfile
    trunk/dports/python/py-tkinter/Portfile

Modified: trunk/dports/python/py-bsddb/Portfile
===================================================================
--- trunk/dports/python/py-bsddb/Portfile	2007-03-30 22:37:25 UTC (rev 23397)
+++ trunk/dports/python/py-bsddb/Portfile	2007-03-30 22:40:51 UTC (rev 23398)
@@ -45,3 +45,7 @@
 	reinplace "s|__INCDIR__|${incdir}|g" setup.py
 }
 
+livecheck.check	regex
+livecheck.url	http://www.python.org/download/releases/
+livecheck.regex	Python (2.4.\[0-9\]+)
+

Modified: trunk/dports/python/py-gdbm/Portfile
===================================================================
--- trunk/dports/python/py-gdbm/Portfile	2007-03-30 22:37:25 UTC (rev 23397)
+++ trunk/dports/python/py-gdbm/Portfile	2007-03-30 22:40:51 UTC (rev 23398)
@@ -33,3 +33,7 @@
 	reinplace "s|__PREFIX__|${prefix}|g" setup.py
 }
 
+livecheck.check	regex
+livecheck.url	http://www.python.org/download/releases/
+livecheck.regex	Python (2.4.\[0-9\]+)
+

Modified: trunk/dports/python/py-readline/Portfile
===================================================================
--- trunk/dports/python/py-readline/Portfile	2007-03-30 22:37:25 UTC (rev 23397)
+++ trunk/dports/python/py-readline/Portfile	2007-03-30 22:40:51 UTC (rev 23398)
@@ -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.4.\[0-9\]+)

Modified: trunk/dports/python/py-tkinter/Portfile
===================================================================
--- trunk/dports/python/py-tkinter/Portfile	2007-03-30 22:37:25 UTC (rev 23397)
+++ trunk/dports/python/py-tkinter/Portfile	2007-03-30 22:40:51 UTC (rev 23398)
@@ -33,3 +33,7 @@
 	reinplace "s|__TK-VERSION__|8.4|g" ${worksrcpath}/setup.py
 }
 
+livecheck.check	regex
+livecheck.url	http://www.python.org/download/releases/
+livecheck.regex	Python (2.4.\[0-9\]+)
+

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


More information about the macports-changes mailing list