diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2012-06-12 00:10:01 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2012-06-12 00:10:01 +0800 |
commit | cdb6fbd40e783305199747bad57cea89f0980ea1 (patch) | |
tree | e89e89093be11c6b08c9317bd0535d1fed386043 /news | |
parent | 28b07bdd3799d769cd9e69f870d5e2d41883c27e (diff) | |
download | freebsd-ports-gnome-cdb6fbd40e783305199747bad57cea89f0980ea1.tar.gz freebsd-ports-gnome-cdb6fbd40e783305199747bad57cea89f0980ea1.tar.zst freebsd-ports-gnome-cdb6fbd40e783305199747bad57cea89f0980ea1.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/news/topfiles/NEWS
Diffstat (limited to 'news')
-rw-r--r-- | news/py-twistedNews/Makefile | 6 | ||||
-rw-r--r-- | news/py-twistedNews/distinfo | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/news/py-twistedNews/Makefile b/news/py-twistedNews/Makefile index 6a03addb0b4c..df5f8fd6c05b 100644 --- a/news/py-twistedNews/Makefile +++ b/news/py-twistedNews/Makefile @@ -6,7 +6,7 @@ # PORTNAME= twistedNews -PORTVERSION= 12.0.0 +PORTVERSION= 12.1.0 CATEGORIES= news devel python MASTER_SITES= http://twistedmatrix.com/Releases/News/${PORTVERSION:R}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,12 +18,12 @@ COMMENT= An NNTP 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_News +PYDISTUTILS_PKGNAME= ${PORTNAME:S/twisted/Twisted_/} .include <bsd.port.mk> diff --git a/news/py-twistedNews/distinfo b/news/py-twistedNews/distinfo index 4e1ba0e2e50b..f8347f6fbc09 100644 --- a/news/py-twistedNews/distinfo +++ b/news/py-twistedNews/distinfo @@ -1,2 +1,2 @@ -SHA256 (TwistedNews-12.0.0.tar.bz2) = 0555591e1578175282ce62165a14dee3b9e5c62193f0343e6e05075913dbe7df -SIZE (TwistedNews-12.0.0.tar.bz2) = 19333 +SHA256 (TwistedNews-12.1.0.tar.bz2) = 19d6598845497960db1f6cf76e99513c38c98e326459d71b69133414ce5ec027 +SIZE (TwistedNews-12.1.0.tar.bz2) = 19611 |