diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2012-06-12 00:10:00 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2012-06-12 00:10:00 +0800 |
commit | 28b07bdd3799d769cd9e69f870d5e2d41883c27e (patch) | |
tree | 703898182a4c3a5f66c666718bf6b1fd65aff2bd /net-im/py-twistedWords | |
parent | 53f17d8b70e6c9dcc2d3fb2add0c825ddb3d875e (diff) | |
download | freebsd-ports-gnome-28b07bdd3799d769cd9e69f870d5e2d41883c27e.tar.gz freebsd-ports-gnome-28b07bdd3799d769cd9e69f870d5e2d41883c27e.tar.zst freebsd-ports-gnome-28b07bdd3799d769cd9e69f870d5e2d41883c27e.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/words/topfiles/NEWS
Diffstat (limited to 'net-im/py-twistedWords')
-rw-r--r-- | net-im/py-twistedWords/Makefile | 6 | ||||
-rw-r--r-- | net-im/py-twistedWords/distinfo | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/net-im/py-twistedWords/Makefile b/net-im/py-twistedWords/Makefile index 3a6e4bf7cb55..81dfff74663c 100644 --- a/net-im/py-twistedWords/Makefile +++ b/net-im/py-twistedWords/Makefile @@ -6,7 +6,7 @@ # PORTNAME= twistedWords -PORTVERSION= 12.0.0 +PORTVERSION= 12.1.0 CATEGORIES= net-im devel python MASTER_SITES= http://twistedmatrix.com/Releases/Words/${PORTVERSION:R}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,12 +18,12 @@ COMMENT= Twisted Words has more chat than you can handle 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_Words +PYDISTUTILS_PKGNAME= ${PORTNAME:S/twisted/Twisted_/} .include <bsd.port.mk> diff --git a/net-im/py-twistedWords/distinfo b/net-im/py-twistedWords/distinfo index bd78bd3b62ec..6afbbcad6685 100644 --- a/net-im/py-twistedWords/distinfo +++ b/net-im/py-twistedWords/distinfo @@ -1,2 +1,2 @@ -SHA256 (TwistedWords-12.0.0.tar.bz2) = e2027dd8b8cb6e11424d1c9ad6042bb6384dcf710238208de59f3c662d5b00dd -SIZE (TwistedWords-12.0.0.tar.bz2) = 166475 +SHA256 (TwistedWords-12.1.0.tar.bz2) = 696f16e6ade8b2d68af8a0d8954d23bfc35b382025f457fdc47bdc265b81ac5f +SIZE (TwistedWords-12.1.0.tar.bz2) = 166618 |