[120611] trunk/dports/lang/py-htmldocs/Portfile
Revision: 120611 https://trac.macports.org/changeset/120611 Author: eborisch@macports.org Date: 2014-06-03 07:31:42 -0700 (Tue, 03 Jun 2014) Log Message: ----------- py27-htmldocs: Update to 2.7.7. Modified Paths: -------------- trunk/dports/lang/py-htmldocs/Portfile Modified: trunk/dports/lang/py-htmldocs/Portfile =================================================================== --- trunk/dports/lang/py-htmldocs/Portfile 2014-06-03 12:58:20 UTC (rev 120610) +++ trunk/dports/lang/py-htmldocs/Portfile 2014-06-03 14:31:42 UTC (rev 120611) @@ -13,7 +13,7 @@ if {$subport != $name} { if {${python.version} == 25} { version 2.5.4 } if {${python.version} == 26} { version 2.6.9 } - if {${python.version} == 27} { version 2.7.6 } + if {${python.version} == 27} { version 2.7.7 } if {${python.version} == 31} { version 3.1.5 } if {${python.version} == 32} { version 3.2.5 } if {${python.version} == 33} { version 3.3.5 } @@ -58,8 +58,8 @@ if {${python.version} == 27} { checksums \ - rmd160 386a4e27661ba9d21db1fb4798192ad5011e9379 \ - sha256 73c21e3c5f3167467b40641ec9b9909ce1bba752b095899767d0332c241bb6e5 + rmd160 cf2cac98b6e63db6abf90aa5c656922bb0655334 \ + sha256 43b4f89df4e67f04100eec344c7b1475b34c2783a3cd22ac98d99a39ad6bca0d } if {${python.version} == 31} {
participants (1)
-
eborisch@macports.org