diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2012-06-12 00:09:55 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2012-06-12 00:09:55 +0800 |
commit | 05101ad64359c994b92776d4e40dd78be76b0bc0 (patch) | |
tree | e93652ede53927d473c5909ac54489f0055992bc /dns | |
parent | fdcedfb80183022da1fcfb63fa0aa952d3ba0b2e (diff) | |
download | freebsd-ports-gnome-05101ad64359c994b92776d4e40dd78be76b0bc0.tar.gz freebsd-ports-gnome-05101ad64359c994b92776d4e40dd78be76b0bc0.tar.zst freebsd-ports-gnome-05101ad64359c994b92776d4e40dd78be76b0bc0.zip |
- Update to 12.1.0
- Change RUN_DEPENDS to ensure same-verison twisted dependency
Changes: http://twistedmatrix.com/trac/browser/tags/releases/twisted-12.1.0/twisted/names/topfiles/NEWS
Diffstat (limited to 'dns')
-rw-r--r-- | dns/py-twistedNames/Makefile | 6 | ||||
-rw-r--r-- | dns/py-twistedNames/distinfo | 4 | ||||
-rw-r--r-- | dns/py-twistedNames/pkg-plist | 3 |
3 files changed, 8 insertions, 5 deletions
diff --git a/dns/py-twistedNames/Makefile b/dns/py-twistedNames/Makefile index 60e0b8b3d567..e7093b68fe00 100644 --- a/dns/py-twistedNames/Makefile +++ b/dns/py-twistedNames/Makefile @@ -6,7 +6,7 @@ # PORTNAME= twistedNames -PORTVERSION= 12.0.0 +PORTVERSION= 12.1.0 CATEGORIES= dns devel python MASTER_SITES= http://twistedmatrix.com/Releases/Names/${PORTVERSION:R}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,12 +18,12 @@ COMMENT= A DNS protocol implementation with client and server LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/twisted:${PORTSDIR}/devel/py-twistedCore +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twistedCore>=${PORTVERSION}:${PORTSDIR}/devel/py-twistedCore RUN_DEPENDS:= ${BUILD_DEPENDS} USE_BZIP2= yes USE_PYTHON= yes USE_PYDISTUTILS= yes -PYDISTUTILS_PKGNAME= Twisted_Names +PYDISTUTILS_PKGNAME= ${PORTNAME:S/twisted/Twisted_/} .include <bsd.port.mk> diff --git a/dns/py-twistedNames/distinfo b/dns/py-twistedNames/distinfo index 694246dd59cd..147a9c87bbf8 100644 --- a/dns/py-twistedNames/distinfo +++ b/dns/py-twistedNames/distinfo @@ -1,2 +1,2 @@ -SHA256 (TwistedNames-12.0.0.tar.bz2) = 41b8995d10d210f26433c4311a679356522de47ca48f9caaca47670de8642ad7 -SIZE (TwistedNames-12.0.0.tar.bz2) = 55023 +SHA256 (TwistedNames-12.1.0.tar.bz2) = b22537fe7009bb107ee1326e91c8a7e209cd6abf7fe3d7ff86247b9fc9ed9ced +SIZE (TwistedNames-12.1.0.tar.bz2) = 58205 diff --git a/dns/py-twistedNames/pkg-plist b/dns/py-twistedNames/pkg-plist index 87de57daccb3..daa1d0267482 100644 --- a/dns/py-twistedNames/pkg-plist +++ b/dns/py-twistedNames/pkg-plist @@ -70,6 +70,9 @@ %%PYTHON_SITELIBDIR%%/twisted/names/test/test_srvconnect.py %%PYTHON_SITELIBDIR%%/twisted/names/test/test_srvconnect.pyc %%PYTHON_SITELIBDIR%%/twisted/names/test/test_srvconnect.pyo +%%PYTHON_SITELIBDIR%%/twisted/names/test/test_tap.py +%%PYTHON_SITELIBDIR%%/twisted/names/test/test_tap.pyc +%%PYTHON_SITELIBDIR%%/twisted/names/test/test_tap.pyo %%PYTHON_SITELIBDIR%%/twisted/plugins/twisted_names.py %%PYTHON_SITELIBDIR%%/twisted/plugins/twisted_names.pyc %%PYTHON_SITELIBDIR%%/twisted/plugins/twisted_names.pyo |