Ticket #48769: py-openssl-Portfile-0.15.1.patch

File py-openssl-Portfile-0.15.1.patch, 1.3 KB (added by mdeaudelin (Mathieu Deaudelin-Lemay), 9 years ago)

Proposed patch.

  • dports/python/py-openssl/Portfile

    old new  
    55PortGroup python    1.0
    66
    77name                py-openssl
    8 version             0.14
     8version             0.15.1
    99categories-append   devel security
    1010license             Apache-2
    1111maintainers         mcalhoun openmaintainer
     
    2121master_sites        http://pypi.python.org/packages/source/p/pyOpenSSL/
    2222distname            pyOpenSSL-${version}
    2323
    24 checksums           md5     8579ff3a1d858858acfba5f046a4ddf7 \
    25                     sha1    eb51f23f29703b647b0f194beaa9b2412c05e0f6 \
    26                     rmd160  19169cb1d5969a130173174e1fdd90311bd35fc7
     24checksums           md5     f447644afcbd5f0a1f47350fec63a4c6 \
     25                    sha1    e4d752de1fea5a40a982d4d55004cfb14109ba99 \
     26                    rmd160  e3161873d453b5653705711a9f2cc8500ea6c94f
    2727
    2828python.versions     26 27 33 34
    2929
     
    4141    post-destroot {
    4242        xinstall -m 644 -W ${worksrcpath} \
    4343            ChangeLog \
    44             INSTALL \
     44            INSTALL.rst \
    4545            LICENSE \
    46             README \
     46            README.rst \
    4747            TODO \
    4848                ${destroot}${prefix}/share/doc/${subport}
    4949