Ticket #17698: virtualenv1.3.2.diff

File virtualenv1.3.2.diff, 1.3 KB (added by arthur@…, 15 years ago)
  • Portfile

    old new  
    55PortGroup           python25 1.0
    66
    77name                py25-virtualenv
    8 version             1.3.1
     8version             1.3.2
    99categories          python
    1010platforms           darwin
    1111maintainers         arthurkoziel.com:arthur
     
    1616
    1717master_sites        http://pypi.python.org/packages/source/v/virtualenv/
    1818distname            virtualenv-${version}
    19 checksums           md5 e70ed86cc3823f0b622e80e035b59297 \
    20                     sha1 66e35cc27a07ae5898773c82e39e1a44e4fe358e \
    21                     rmd160 403df521fb788ce7608f0ec38d353845f5d26a82
     19checksums           md5 a013d5a7d9aeddc16bee88604d6de636 \
     20                    sha1 151e94beae9bb22025ae0752f40e5cc6c760aeeb \
     21                    rmd160 848466ac8950bdab46756b8a675d5f9f9da9a5ac
    2222
    2323depends_lib-append  port:py25-setuptools
     24
     25post-destroot {
     26    xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
     27    xinstall -m 644 -W ${worksrcpath}/docs index.txt license.txt \
     28        ${destroot}${prefix}/share/doc/${name}
     29}
     30
     31livecheck.check     regex
     32livecheck.url       http://pypi.python.org/pypi/virtualenv
     33livecheck.regex     virtualenv (1\.\[0-9\]+\.\[0-9\]+)
     34 No newline at end of file