Ticket #28891: virtualenv.patch
File virtualenv.patch, 1.2 KB (added by singingwolfboy@…, 14 years ago) |
---|
-
Portfile
5 5 PortGroup python25 1.0 6 6 7 7 name py25-virtualenv 8 version 1.5. 18 version 1.5.2 9 9 categories-append devel 10 10 platforms darwin 11 11 maintainers arthurk … … 16 16 17 17 master_sites http://pypi.python.org/packages/source/v/virtualenv/ 18 18 distname virtualenv-${version} 19 checksums md5 3daa1f449d5d2ee03099484cecb1c2b7 \ 20 sha1 d9d63f9e813326445546345274a4d9e9f3f45736 19 checksums md5 fbcefbd8520bb64bc24a560c6019a73c \ 20 sha1 fac8b7d96602b1cb0964534317d78e336aa25d9b \ 21 rmd160 0a6411cfe63435ad6db4b4d0b3124073b4d3e236 21 22 22 23 depends_lib-append port:py25-distribute 23 24 24 25 post-destroot { 25 26 xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} 26 xinstall -m 644 -W ${worksrcpath}/docs index.txt license.txt \27 xinstall -m 644 -W ${worksrcpath}/docs index.txt news.txt \ 27 28 ${destroot}${prefix}/share/doc/${name} 28 29 29 30 move ${destroot}${prefix}/bin/virtualenv \