diff options
author | Sofian Brabez <sbz@FreeBSD.org> | 2011-09-07 09:27:54 +0000 |
---|---|---|
committer | Sofian Brabez <sbz@FreeBSD.org> | 2011-09-07 09:27:54 +0000 |
commit | 36b48d77cf4f61e8c0289a7ac5a04f89a0723199 (patch) | |
tree | 53117ef6d7f7c6db4add2fdc08a5ae02fe4d4150 /security/py-twistedConch | |
parent | 959a3ff633ef8e957ad2bec149f4ae0ddfa5a952 (diff) | |
download | ports-36b48d77cf4f61e8c0289a7ac5a04f89a0723199.tar.gz ports-36b48d77cf4f61e8c0289a7ac5a04f89a0723199.zip |
Notes
Diffstat (limited to 'security/py-twistedConch')
-rw-r--r-- | security/py-twistedConch/Makefile | 7 | ||||
-rw-r--r-- | security/py-twistedConch/distinfo | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/security/py-twistedConch/Makefile b/security/py-twistedConch/Makefile index d0c67352c28c..40aa5cea61f5 100644 --- a/security/py-twistedConch/Makefile +++ b/security/py-twistedConch/Makefile @@ -6,15 +6,18 @@ # PORTNAME= twistedConch -PORTVERSION= 10.1.0 +PORTVERSION= 11.0.0 CATEGORIES= security devel python -MASTER_SITES= http://tmrc.mit.edu/mirror/twisted/Conch/${PORTVERSION:R}/ +MASTER_SITES= http://twistedmatrix.com/Releases/Conch/${PORTVERSION:R}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= TwistedConch-${PORTVERSION} MAINTAINER= neal@nelson.name COMMENT= An SSH and SFTP protocol implementation with clients and servers +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/twisted:${PORTSDIR}/devel/py-twistedCore RUN_DEPENDS= ${PYTHON_SITELIBDIR}/twisted:${PORTSDIR}/devel/py-twistedCore \ ${PYTHON_PKGNAMEPREFIX}asn1>=0.0.9a:${PORTSDIR}/devel/py-asn1 diff --git a/security/py-twistedConch/distinfo b/security/py-twistedConch/distinfo index e82c7b96ae75..94ca9c56a261 100644 --- a/security/py-twistedConch/distinfo +++ b/security/py-twistedConch/distinfo @@ -1,2 +1,2 @@ -SHA256 (TwistedConch-10.1.0.tar.bz2) = 74ab7d71e28b74c072f7a59adc1239a9d4b764c44c76bf15984eb5776eb0dea4 -SIZE (TwistedConch-10.1.0.tar.bz2) = 205593 +SHA256 (TwistedConch-11.0.0.tar.bz2) = a3bd009928b8388928b24fbbb29e1dae6ea092f3a378001f426c6f6302f25504 +SIZE (TwistedConch-11.0.0.tar.bz2) = 209673 |