Revision: 74540 http://trac.macports.org/changeset/74540 Author: wsiegrist@apple.com Date: 2010-12-20 23:12:17 -0800 (Mon, 20 Dec 2010) Log Message: ----------- Update py26 and py27-virtualenv to version 1.5.1. Fixes #24596. Modified Paths: -------------- trunk/dports/python/py26-virtualenv/Portfile trunk/dports/python/py27-virtualenv/Portfile Modified: trunk/dports/python/py26-virtualenv/Portfile =================================================================== --- trunk/dports/python/py26-virtualenv/Portfile 2010-12-21 01:08:26 UTC (rev 74539) +++ trunk/dports/python/py26-virtualenv/Portfile 2010-12-21 07:12:17 UTC (rev 74540) @@ -5,7 +5,7 @@ PortGroup python26 1.0 name py26-virtualenv -version 1.4.5 +version 1.5.1 categories-append devel platforms darwin maintainers akitada openmaintainer @@ -16,10 +16,11 @@ master_sites http://pypi.python.org/packages/source/v/virtualenv/ distname virtualenv-${version} -checksums md5 d3c621dd9797789fef78442e336df63e \ - sha1 2c13c814792eee86f46cf5d9d781baed6d269c10 \ - rmd160 5168b4bb21e5c59121a639ea78857d06aa60b04e +checksums md5 3daa1f449d5d2ee03099484cecb1c2b7 \ + sha1 d9d63f9e813326445546345274a4d9e9f3f45736 \ + rmd160 be231d7e084df964b7f4c1cb0fa86ef79b5737eb + post-destroot { xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} foreach f [glob -directory ${worksrcpath}/docs *] { Modified: trunk/dports/python/py27-virtualenv/Portfile =================================================================== --- trunk/dports/python/py27-virtualenv/Portfile 2010-12-21 01:08:26 UTC (rev 74539) +++ trunk/dports/python/py27-virtualenv/Portfile 2010-12-21 07:12:17 UTC (rev 74540) @@ -5,7 +5,7 @@ PortGroup python27 1.0 name py27-virtualenv -version 1.4.9 +version 1.5.1 categories-append devel platforms darwin maintainers nomaintainer @@ -17,9 +17,9 @@ master_sites http://pypi.python.org/packages/source/v/virtualenv/ distname virtualenv-${version} -checksums md5 c49067cab242b5ff8c7b681a5a99533a \ - sha1 e1e22f500641b3b9a67804305904ea56ebece0d6 \ - rmd160 7435600029211ab786e11590d5ca62ba368ecb6d +checksums md5 3daa1f449d5d2ee03099484cecb1c2b7 \ + sha1 d9d63f9e813326445546345274a4d9e9f3f45736 \ + rmd160 be231d7e084df964b7f4c1cb0fa86ef79b5737eb post-destroot { xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
participants (1)
-
wsiegrist@apple.com