diff options
author | perky <perky@FreeBSD.org> | 2002-08-22 16:47:44 +0000 |
---|---|---|
committer | perky <perky@FreeBSD.org> | 2002-08-22 16:47:44 +0000 |
commit | 6641784d8a7e1feecc287e4bd8674d7dbea57a25 (patch) | |
tree | 7c6b900a125ac77fb047831e3c80eea62cd85bdc /security/py-openssl | |
parent | 63acc95600b570e0a8b8a98f7389b70ab660e01a (diff) | |
download | FreeBSD-ports-6641784d8a7e1feecc287e4bd8674d7dbea57a25.zip FreeBSD-ports-6641784d8a7e1feecc287e4bd8674d7dbea57a25.tar.gz |
Update to 0.5.
Diffstat (limited to 'security/py-openssl')
-rw-r--r-- | security/py-openssl/Makefile | 2 | ||||
-rw-r--r-- | security/py-openssl/distinfo | 2 | ||||
-rw-r--r-- | security/py-openssl/pkg-plist | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/security/py-openssl/Makefile b/security/py-openssl/Makefile index fd96e34..6ab0ba4 100644 --- a/security/py-openssl/Makefile +++ b/security/py-openssl/Makefile @@ -7,7 +7,7 @@ # PORTNAME= openssl -PORTVERSION= 0.4.1 +PORTVERSION= 0.5 CATEGORIES= security python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= pyopenssl diff --git a/security/py-openssl/distinfo b/security/py-openssl/distinfo index 0ea66ce..5203ad9 100644 --- a/security/py-openssl/distinfo +++ b/security/py-openssl/distinfo @@ -1 +1 @@ -MD5 (pyOpenSSL-0.4.1.tar.gz) = 21d4337fb58bf45e54cd8574c64cb323 +MD5 (pyOpenSSL-0.5.tar.gz) = 6a6bb58519d0f5938799ae234073521b diff --git a/security/py-openssl/pkg-plist b/security/py-openssl/pkg-plist index ff0ca67..d4d707c 100644 --- a/security/py-openssl/pkg-plist +++ b/security/py-openssl/pkg-plist @@ -1,8 +1,10 @@ lib/%%PYTHON_VERSION%%/site-packages/OpenSSL/SSL.so lib/%%PYTHON_VERSION%%/site-packages/OpenSSL/__init__.py lib/%%PYTHON_VERSION%%/site-packages/OpenSSL/__init__.pyc +lib/%%PYTHON_VERSION%%/site-packages/OpenSSL/__init__.pyo lib/%%PYTHON_VERSION%%/site-packages/OpenSSL/crypto.so lib/%%PYTHON_VERSION%%/site-packages/OpenSSL/rand.so lib/%%PYTHON_VERSION%%/site-packages/OpenSSL/tsafe.py lib/%%PYTHON_VERSION%%/site-packages/OpenSSL/tsafe.pyc +lib/%%PYTHON_VERSION%%/site-packages/OpenSSL/tsafe.pyo @dirrm lib/%%PYTHON_VERSION%%/site-packages/OpenSSL |