diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2012-11-09 16:18:33 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2012-11-09 16:18:33 +0000 |
commit | 8e52ee32535f50d75f518ab2c7adb536f43911c9 (patch) | |
tree | 806acf122a3ebbe924b5cd5073f944e086d701a9 | |
parent | feff748e1bb1cd26dc44f6deca9069c218d6258e (diff) |
- Update to 0.4.3
- Trim header
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=307240
-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 |