diff options
author | Sofian Brabez <sbz@FreeBSD.org> | 2011-07-08 07:10:50 +0000 |
---|---|---|
committer | Sofian Brabez <sbz@FreeBSD.org> | 2011-07-08 07:10:50 +0000 |
commit | d1193f63611e9e0b1ae69d053c36c2ca1ece7218 (patch) | |
tree | e900cd5ff29b712b74a8e8884547eb5bd9307e27 /security/py-openssl | |
parent | 51ad92bc35784030d580d45946c1133a7563906c (diff) | |
download | ports-d1193f63611e9e0b1ae69d053c36c2ca1ece7218.tar.gz ports-d1193f63611e9e0b1ae69d053c36c2ca1ece7218.zip |
- Update to 0.12
- Add LICENSE
Approved by: jadawin@ (mentor)
Notes
Notes:
svn path=/head/; revision=277347
Diffstat (limited to 'security/py-openssl')
-rw-r--r-- | security/py-openssl/Makefile | 6 | ||||
-rw-r--r-- | security/py-openssl/distinfo | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/security/py-openssl/Makefile b/security/py-openssl/Makefile index 4efc8f353bd9..27957d88f91b 100644 --- a/security/py-openssl/Makefile +++ b/security/py-openssl/Makefile @@ -7,15 +7,17 @@ # PORTNAME= openssl -PORTVERSION= 0.11 +PORTVERSION= 0.12 CATEGORIES= security python -MASTER_SITES= http://launchpadlibrarian.net/58498441/ +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= pyOpenSSL-${PORTVERSION} MAINTAINER= sbz@FreeBSD.org COMMENT= Python interface to the OpenSSL library +LICENSE= ASL + USE_PYTHON= yes USE_PYTHON_PREFIX= yes USE_PYDISTUTILS= yes diff --git a/security/py-openssl/distinfo b/security/py-openssl/distinfo index f217de023da4..077abd887182 100644 --- a/security/py-openssl/distinfo +++ b/security/py-openssl/distinfo @@ -1,2 +1,2 @@ -SHA256 (pyOpenSSL-0.11.tar.gz) = 42ae2dc29a5ebf5088521cb8df2b1bdf039d28e14845fd9df4ab59658b565cfd -SIZE (pyOpenSSL-0.11.tar.gz) = 242152 +SHA256 (pyOpenSSL-0.12.tar.gz) = 4517e9630a90db09ab8fe77d4dad753d5514a5f76b65ac327a7cd5a1d1ddd8a8 +SIZE (pyOpenSSL-0.12.tar.gz) = 236041 |