[79563] trunk/dports/lang/python27/Portfile

jwa at macports.org jwa at macports.org
Sat Jun 18 02:40:51 PDT 2011


Revision: 79563
          http://trac.macports.org/changeset/79563
Author:   jwa at macports.org
Date:     2011-06-18 02:40:50 -0700 (Sat, 18 Jun 2011)
Log Message:
-----------
version bump to 2.7.2, change livecheck just look for version

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

Modified: trunk/dports/lang/python27/Portfile
===================================================================
--- trunk/dports/lang/python27/Portfile	2011-06-18 09:33:43 UTC (rev 79562)
+++ trunk/dports/lang/python27/Portfile	2011-06-18 09:40:50 UTC (rev 79563)
@@ -6,8 +6,8 @@
 
 name                python27
 epoch               2
-version             2.7.1
-revision            3
+version             2.7.2
+
 set major           [lindex [split $version .] 0]
 set branch          [join [lrange [split ${version} .] 0 1] .]
 categories          lang
@@ -26,9 +26,9 @@
 distname            Python-${version}
 use_bzip2           yes
 
-checksums           md5     aa27bc25725137ba155910bd8e5ddc4f \
-                    sha1    fbe1894322ff91b80726e269c97454f4129fc2a3 \
-                    rmd160  3ce59305f6cd3fb320a53771d0ea01ec0687005f
+checksums           md5     ba7b2f11ffdbf195ee0d111b9455a5bd \
+                    sha1    417bdeea77abfaf1b9257fc6b4a04aaa209f4547 \
+                    rmd160  c3bf4f09b7c429a4d9f4cc251c795304cd5232c5
 
 # patch-readlinefix.diff comes from
 # <http://bugs.python.org/issue5833>
@@ -165,4 +165,4 @@
 
 livecheck.type          regex
 livecheck.url           ${homepage}download/releases/
-livecheck.regex         Python (${branch}(?:\\.\\d+)*)
+livecheck.regex         (${branch}(?:\\.\\d+)*)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110618/c6673891/attachment.html>


More information about the macports-changes mailing list