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) |
---|
-
dports/python/py-openssl/Portfile
old new 5 5 PortGroup python 1.0 6 6 7 7 name py-openssl 8 version 0.1 48 version 0.15.1 9 9 categories-append devel security 10 10 license Apache-2 11 11 maintainers mcalhoun openmaintainer … … 21 21 master_sites http://pypi.python.org/packages/source/p/pyOpenSSL/ 22 22 distname pyOpenSSL-${version} 23 23 24 checksums md5 8579ff3a1d858858acfba5f046a4ddf7\25 sha1 e b51f23f29703b647b0f194beaa9b2412c05e0f6\26 rmd160 19169cb1d5969a130173174e1fdd90311bd35fc724 checksums md5 f447644afcbd5f0a1f47350fec63a4c6 \ 25 sha1 e4d752de1fea5a40a982d4d55004cfb14109ba99 \ 26 rmd160 e3161873d453b5653705711a9f2cc8500ea6c94f 27 27 28 28 python.versions 26 27 33 34 29 29 … … 41 41 post-destroot { 42 42 xinstall -m 644 -W ${worksrcpath} \ 43 43 ChangeLog \ 44 INSTALL \44 INSTALL.rst \ 45 45 LICENSE \ 46 README \46 README.rst \ 47 47 TODO \ 48 48 ${destroot}${prefix}/share/doc/${subport} 49 49