Ticket #28891: virtualenv.patch

File virtualenv.patch, 1.2 KB (added by singingwolfboy@…, 13 years ago)
  • Portfile

     
    55PortGroup           python25 1.0
    66
    77name                py25-virtualenv
    8 version             1.5.1
     8version             1.5.2
    99categories-append   devel
    1010platforms           darwin
    1111maintainers         arthurk
     
    1616
    1717master_sites        http://pypi.python.org/packages/source/v/virtualenv/
    1818distname            virtualenv-${version}
    19 checksums           md5     3daa1f449d5d2ee03099484cecb1c2b7 \
    20                     sha1    d9d63f9e813326445546345274a4d9e9f3f45736
     19checksums           md5     fbcefbd8520bb64bc24a560c6019a73c \
     20                    sha1    fac8b7d96602b1cb0964534317d78e336aa25d9b \
     21                    rmd160  0a6411cfe63435ad6db4b4d0b3124073b4d3e236
    2122
    2223depends_lib-append  port:py25-distribute
    2324
    2425post-destroot {
    2526    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 \
    2728        ${destroot}${prefix}/share/doc/${name}
    2829   
    2930    move ${destroot}${prefix}/bin/virtualenv \