diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2012-11-10 00:18:33 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2012-11-10 00:18:33 +0800 |
commit | cf1e5eae44f73b3f9d2ffd42319c00e823b3c801 (patch) | |
tree | 806acf122a3ebbe924b5cd5073f944e086d701a9 /security/py-tlslite | |
parent | 42ca3f67ab5156632b3ff7c4aa8d4cbe495f146f (diff) | |
download | freebsd-ports-gnome-cf1e5eae44f73b3f9d2ffd42319c00e823b3c801.tar.gz freebsd-ports-gnome-cf1e5eae44f73b3f9d2ffd42319c00e823b3c801.tar.zst freebsd-ports-gnome-cf1e5eae44f73b3f9d2ffd42319c00e823b3c801.zip |
- Update to 0.4.3
- Trim header
Feature safe: yes
Diffstat (limited to 'security/py-tlslite')
-rw-r--r-- | security/py-tlslite/Makefile | 7 | ||||
-rw-r--r-- | security/py-tlslite/distinfo | 4 | ||||
-rw-r--r-- | security/py-tlslite/pkg-plist | 6 |
3 files changed, 10 insertions, 7 deletions
diff --git a/security/py-tlslite/Makefile b/security/py-tlslite/Makefile index 04164725f317..ef5600efe070 100644 --- a/security/py-tlslite/Makefile +++ b/security/py-tlslite/Makefile @@ -1,11 +1,8 @@ -# New ports collection makefile for: py-tlslite -# Date created: 05 Sep 2006 -# Whom: Alexander Botero-Lowry <alex@foxybanana.com> -# +# Created by: Alexander Botero-Lowry <alex@foxybanana.com> # $FreeBSD$ PORTNAME= tlslite -PORTVERSION= 0.4.0 +PORTVERSION= 0.4.3 CATEGORIES= security python MASTER_SITES= http://cloud.github.com/downloads/trevp/tlslite/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/security/py-tlslite/distinfo b/security/py-tlslite/distinfo index e4cbde346965..8dd30a604652 100644 --- a/security/py-tlslite/distinfo +++ b/security/py-tlslite/distinfo @@ -1,2 +1,2 @@ -SHA256 (tlslite-0.4.0.tar.gz) = a97019f399e74937ae528e1d6eace9e51bd4e2e5ed1ffa7a4d3b61b38aaac32f -SIZE (tlslite-0.4.0.tar.gz) = 532330 +SHA256 (tlslite-0.4.3.tar.gz) = 6a67d8a0bec66183719c19c91f383bc1555545055aae4498af2e91fe9d79f813 +SIZE (tlslite-0.4.3.tar.gz) = 562090 diff --git a/security/py-tlslite/pkg-plist b/security/py-tlslite/pkg-plist index 0bbc49b8b8d7..ea26b686aad8 100644 --- a/security/py-tlslite/pkg-plist +++ b/security/py-tlslite/pkg-plist @@ -48,6 +48,9 @@ bin/tlsdb.py %%PYTHON_SITELIBDIR%%/tlslite/integration/tlssocketservermixin.py %%PYTHON_SITELIBDIR%%/tlslite/integration/tlssocketservermixin.pyc %%PYTHON_SITELIBDIR%%/tlslite/integration/tlssocketservermixin.pyo +%%PYTHON_SITELIBDIR%%/tlslite/integration/xmlrpcserver.py +%%PYTHON_SITELIBDIR%%/tlslite/integration/xmlrpcserver.pyc +%%PYTHON_SITELIBDIR%%/tlslite/integration/xmlrpcserver.pyo %%PYTHON_SITELIBDIR%%/tlslite/integration/xmlrpctransport.py %%PYTHON_SITELIBDIR%%/tlslite/integration/xmlrpctransport.pyc %%PYTHON_SITELIBDIR%%/tlslite/integration/xmlrpctransport.pyo @@ -108,6 +111,9 @@ bin/tlsdb.py %%PYTHON_SITELIBDIR%%/tlslite/utils/openssl_tripledes.py %%PYTHON_SITELIBDIR%%/tlslite/utils/openssl_tripledes.pyc %%PYTHON_SITELIBDIR%%/tlslite/utils/openssl_tripledes.pyo +%%PYTHON_SITELIBDIR%%/tlslite/utils/pem.py +%%PYTHON_SITELIBDIR%%/tlslite/utils/pem.pyc +%%PYTHON_SITELIBDIR%%/tlslite/utils/pem.pyo %%PYTHON_SITELIBDIR%%/tlslite/utils/pycrypto_aes.py %%PYTHON_SITELIBDIR%%/tlslite/utils/pycrypto_aes.pyc %%PYTHON_SITELIBDIR%%/tlslite/utils/pycrypto_aes.pyo |