diff options
author | Sofian Brabez <sbz@FreeBSD.org> | 2011-09-08 13:57:10 +0000 |
---|---|---|
committer | Sofian Brabez <sbz@FreeBSD.org> | 2011-09-08 13:57:10 +0000 |
commit | fe5705b61968b075ac8fa06263dfd74f9abb9c80 (patch) | |
tree | 23605fd56139459430cb50949fc75aac7d5356cd /security/py-openssl | |
parent | f045d303f84cc8d86f3fd4ccd6ffff35b4c0bb88 (diff) | |
download | ports-fe5705b61968b075ac8fa06263dfd74f9abb9c80.tar.gz ports-fe5705b61968b075ac8fa06263dfd74f9abb9c80.zip |
Notes
Diffstat (limited to 'security/py-openssl')
-rw-r--r-- | security/py-openssl/Makefile | 3 | ||||
-rw-r--r-- | security/py-openssl/distinfo | 4 | ||||
-rw-r--r-- | security/py-openssl/pkg-plist | 8 |
3 files changed, 12 insertions, 3 deletions
diff --git a/security/py-openssl/Makefile b/security/py-openssl/Makefile index 27957d88f91b..b3130accfc92 100644 --- a/security/py-openssl/Makefile +++ b/security/py-openssl/Makefile @@ -7,7 +7,7 @@ # PORTNAME= openssl -PORTVERSION= 0.12 +PORTVERSION= 0.13 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,6 +17,7 @@ MAINTAINER= sbz@FreeBSD.org COMMENT= Python interface to the OpenSSL library LICENSE= ASL +LICENSE_FILE= ${WRKSRC}/LICENSE USE_PYTHON= yes USE_PYTHON_PREFIX= yes diff --git a/security/py-openssl/distinfo b/security/py-openssl/distinfo index 077abd887182..850b20593db0 100644 --- a/security/py-openssl/distinfo +++ b/security/py-openssl/distinfo @@ -1,2 +1,2 @@ -SHA256 (pyOpenSSL-0.12.tar.gz) = 4517e9630a90db09ab8fe77d4dad753d5514a5f76b65ac327a7cd5a1d1ddd8a8 -SIZE (pyOpenSSL-0.12.tar.gz) = 236041 +SHA256 (pyOpenSSL-0.13.tar.gz) = 21e12b03abaa0e04ecc8cd9c251598f71bae11c9f385304234e4ea5618c6163b +SIZE (pyOpenSSL-0.13.tar.gz) = 250489 diff --git a/security/py-openssl/pkg-plist b/security/py-openssl/pkg-plist index 558f8e432059..435782718020 100644 --- a/security/py-openssl/pkg-plist +++ b/security/py-openssl/pkg-plist @@ -32,9 +32,17 @@ %%PORTEXAMPLES%%%%EXAMPLESDIR%%/simple/README %%PORTEXAMPLES%%%%EXAMPLESDIR%%/simple/client.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/simple/server.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sni/README +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sni/another.invalid.crt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sni/another.invalid.key +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sni/client.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sni/example.invalid.crt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sni/example.invalid.key +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sni/server.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/SecureXMLRPCServer.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/certgen.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/mk_simple_certs.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/proxy.py +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/sni %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/simple %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% |