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 /dns/py-twistedNames | |
parent | 959a3ff633ef8e957ad2bec149f4ae0ddfa5a952 (diff) |
Notes
Diffstat (limited to 'dns/py-twistedNames')
-rw-r--r-- | dns/py-twistedNames/Makefile | 9 | ||||
-rw-r--r-- | dns/py-twistedNames/distinfo | 4 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dns/py-twistedNames/Makefile b/dns/py-twistedNames/Makefile index 32695876df95..6d52b8b92c02 100644 --- a/dns/py-twistedNames/Makefile +++ b/dns/py-twistedNames/Makefile @@ -6,17 +6,20 @@ # PORTNAME= twistedNames -PORTVERSION= 10.1.0 +PORTVERSION= 11.0.0 CATEGORIES= dns devel python -MASTER_SITES= http://tmrc.mit.edu/mirror/twisted/Names/${PORTVERSION:R}/ +MASTER_SITES= http://twistedmatrix.com/Releases/Names/${PORTVERSION:R}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= TwistedNames-${PORTVERSION} MAINTAINER= neal@nelson.name COMMENT= A DNS protocol implementation with client and server +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/twisted:${PORTSDIR}/devel/py-twistedCore -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} USE_BZIP2= yes USE_PYTHON= yes diff --git a/dns/py-twistedNames/distinfo b/dns/py-twistedNames/distinfo index 6188df8b0dc9..efd114c5ba95 100644 --- a/dns/py-twistedNames/distinfo +++ b/dns/py-twistedNames/distinfo @@ -1,2 +1,2 @@ -SHA256 (TwistedNames-10.1.0.tar.bz2) = b6ec36bb24be8461f279f927d8d0545d9964f5f058e5ddaebe4048067dce8f16 -SIZE (TwistedNames-10.1.0.tar.bz2) = 50760 +SHA256 (TwistedNames-11.0.0.tar.bz2) = 738f3e4fa56d2ebeddf0f3774419fbe3de9067424eb928ce234bc178a146d496 +SIZE (TwistedNames-11.0.0.tar.bz2) = 52156 |