[54478] trunk/dports/python/py26-virtualenvwrapper/Portfile
arthurk at macports.org
arthurk at macports.org
Tue Jul 28 03:43:01 PDT 2009
Revision: 54478
http://trac.macports.org/changeset/54478
Author: arthurk at macports.org
Date: 2009-07-28 03:43:00 -0700 (Tue, 28 Jul 2009)
Log Message:
-----------
Update py26-virtualenvwrapper to 1.18.1. Fixes #20045
Modified Paths:
--------------
trunk/dports/python/py26-virtualenvwrapper/Portfile
Modified: trunk/dports/python/py26-virtualenvwrapper/Portfile
===================================================================
--- trunk/dports/python/py26-virtualenvwrapper/Portfile 2009-07-28 10:42:20 UTC (rev 54477)
+++ trunk/dports/python/py26-virtualenvwrapper/Portfile 2009-07-28 10:43:00 UTC (rev 54478)
@@ -9,7 +9,7 @@
destroot.cmd ${python.bin} setup.py
name py26-virtualenvwrapper
-version 1.12
+version 1.18.1
categories python
platforms darwin
maintainers arthurkoziel.com:arthur openmaintainer
@@ -19,17 +19,14 @@
master_sites http://www.doughellmann.com/downloads/
distname virtualenvwrapper-${version}
-checksums md5 b2225c8e8dad3113cbe1eb9ece34fee8 \
- sha1 803f7e46c54381e05780fe7592a2e03b04fdda5e \
- rmd160 01811d6692a707de08bf1d5bdc32b65f77e6e674
+checksums md5 6d27f7e8f041d56abcbde69fccb89b5a \
+ sha1 afb2cab99abf0d5381602e2ddca755e69182d776 \
+ rmd160 0a24548d04d4a0fcbc0a94e3a8bfdcd64966f60b
depends_lib-append port:py26-setuptools\
port:py26-virtualenv
-post-patch {
- reinplace s|docs|${prefix}/share/doc/${name}|g ${worksrcpath}/pavement.py
-}
-
post-destroot {
- ln -s ${python.prefix}/bin/virtualenvwrapper_bashrc ${destroot}${prefix}/bin/virtualenvwrapper_bashrc-2.6
+ ln -s ${python.prefix}/bin/virtualenvwrapper_bashrc \
+ ${destroot}${prefix}/bin/virtualenvwrapper_bashrc-${python.branch}
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090728/d9c75a81/attachment.html>
More information about the macports-changes
mailing list