diff options
author | sbz <sbz@FreeBSD.org> | 2011-09-07 17:27:54 +0800 |
---|---|---|
committer | sbz <sbz@FreeBSD.org> | 2011-09-07 17:27:54 +0800 |
commit | fd37de42ed9e56f40770601fb3ac8d2c2073b7fa (patch) | |
tree | 7bb907dbb99ef379cb74f08f2e1b03866526f7a0 /security/py-twistedConch | |
parent | 026d72119005304983e57a5c05815ac7c3ddfdb0 (diff) | |
download | freebsd-ports-graphics-fd37de42ed9e56f40770601fb3ac8d2c2073b7fa.tar.gz freebsd-ports-graphics-fd37de42ed9e56f40770601fb3ac8d2c2073b7fa.tar.zst freebsd-ports-graphics-fd37de42ed9e56f40770601fb3ac8d2c2073b7fa.zip |
- Update to 11.0.0
- Update MASTER_SITES
- Add LICENSE
Reviewed by: lwhsu@
Approved by: jadawin@ (mentor)
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 d0c67352c28..40aa5cea61f 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 e82c7b96ae7..94ca9c56a26 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 |