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/py-twistedNames/Makefile | |
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/py-twistedNames/Makefile')
-rw-r--r-- | dns/py-twistedNames/Makefile | 6 |
1 files changed, 3 insertions, 3 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> |