Ticket #36016: Portfile-py-virtualenv.diff

File Portfile-py-virtualenv.diff, 1.1 KB (added by jpenney (Jason Penney), 12 years ago)

patch

  • Portfile

    old new  
    55PortGroup           python 1.0
    66
    77name                py-virtualenv
    8 version             1.7.1.2
     8version             1.8.2
    99maintainers         akitada openmaintainer
    1010
    1111categories-append   devel
     
    1919homepage            http://pypi.python.org/pypi/virtualenv
    2020master_sites        http://pypi.python.org/packages/source/v/virtualenv/
    2121distname            virtualenv-${version}
    22 checksums           md5     3be8a014c27340f48b56465f9109d9fa \
    23                     sha1    61aa9e69dee3f5e33cb763d06f0faa41ba77a5f1 \
    24                     rmd160  5411386ce30e2de5ac5a0ec1689923e18facc27c
     22checksums           md5     174ca075c6b1a42c685415692ec4ce2e \
     23                    sha1    58c696ee6025402278f9c9b4705664e16fff07d6 \
     24                    rmd160  e39dc7551f7caa54a41e5ad1bbae6777d616cd31
    2525
    26 python.versions     24 25 26 27 31 32
     26python.versions     25 26 27 31 32
    2727
    2828if {$subport != $name} {
    2929    depends_lib-append  port:py${python.version}-distribute