[24479] trunk/dports/lang/python25/Portfile

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


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

Log Message:
-----------
fix livecheck regex, move livecheck to eof

Modified Paths:
--------------
    trunk/dports/lang/python25/Portfile

Modified: trunk/dports/lang/python25/Portfile
===================================================================
--- trunk/dports/lang/python25/Portfile	2007-04-25 09:02:48 UTC (rev 24478)
+++ trunk/dports/lang/python25/Portfile	2007-04-25 09:04:20 UTC (rev 24479)
@@ -37,10 +37,6 @@
 test.run	   yes
 test.target	   test
 
-livecheck.check	regex
-livecheck.url	http://www.python.org/download/releases/
-livecheck.regex	Python (2.5?\[0-9\]+)
-
 destroot.target	install maninstall
 post-destroot {
 	system "cd ${destroot}${prefix}/bin && mv idle idle2.5 && mv pydoc pydoc2.5 && mv python-config python-config2.5 && mv smtpd.py smtpd2.5.py && rm python"
@@ -67,3 +63,7 @@
 	configure.args-append	--disable-toolbox-glue --disable-framework
 	destroot.target			install maninstall
 }
+
+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/20070425/41f0d677/attachment.html


More information about the macports-changes mailing list