diff options
author | lwhsu <lwhsu@FreeBSD.org> | 2009-01-31 17:53:10 +0800 |
---|---|---|
committer | lwhsu <lwhsu@FreeBSD.org> | 2009-01-31 17:53:10 +0800 |
commit | a3cc1f05b611ee5df26f858123bf43aed3f1d8e9 (patch) | |
tree | 7caa2875f994a50f4683d974a52d249fd84c64c2 /net-im | |
parent | 8bb9817915fbcd7ad37ff562ac57bae9bbfa9e14 (diff) | |
download | freebsd-ports-graphics-a3cc1f05b611ee5df26f858123bf43aed3f1d8e9.tar.gz freebsd-ports-graphics-a3cc1f05b611ee5df26f858123bf43aed3f1d8e9.tar.zst freebsd-ports-graphics-a3cc1f05b611ee5df26f858123bf43aed3f1d8e9.zip |
- Update py-twisted-* to 8.2.0
- turn devel/py-twisted into a meta port.
- Update USE_TWISTED{,_BUILD,_RUN} in bsd.python.mk:
* Remove flow, pair, xish, which are deprecated
(but still update them to latest release in the tree)
* Remove USE_TWISTED=13 (no port uses this)
* Fix typos in twisted components _DEPENDS
PR: ports/130001
Submitted by: lwhsu
Approved by: maintainer timeout
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/py-twistedWords/Makefile | 4 | ||||
-rw-r--r-- | net-im/py-twistedWords/distinfo | 6 | ||||
-rw-r--r-- | net-im/py-twistedWords/pkg-plist | 9 |
3 files changed, 14 insertions, 5 deletions
diff --git a/net-im/py-twistedWords/Makefile b/net-im/py-twistedWords/Makefile index 3da2727ad57..e4816b500ba 100644 --- a/net-im/py-twistedWords/Makefile +++ b/net-im/py-twistedWords/Makefile @@ -6,7 +6,7 @@ # PORTNAME= twistedWords -PORTVERSION= 0.5.0 +PORTVERSION= 8.2.0 CATEGORIES= net-im devel python MASTER_SITES= http://tmrc.mit.edu/mirror/twisted/Words/${PORTVERSION:R}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -19,7 +19,7 @@ BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/twisted:${PORTSDIR}/devel/py-twistedCore RUN_DEPENDS= ${BUILD_DEPENDS} USE_BZIP2= yes -USE_PYTHON= 2.3+ +USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= Twisted_Words diff --git a/net-im/py-twistedWords/distinfo b/net-im/py-twistedWords/distinfo index 7d707218370..5a99a393b07 100644 --- a/net-im/py-twistedWords/distinfo +++ b/net-im/py-twistedWords/distinfo @@ -1,3 +1,3 @@ -MD5 (TwistedWords-0.5.0.tar.bz2) = 7004f93a2358abe093bed55c2fff25ef -SHA256 (TwistedWords-0.5.0.tar.bz2) = 30974a82128e31ae1223f0962fcabf4aad45465d34068f51acb0144e759b002f -SIZE (TwistedWords-0.5.0.tar.bz2) = 151747 +MD5 (TwistedWords-8.2.0.tar.bz2) = 7067b9e66f8fb85657e9044ffbd28e17 +SHA256 (TwistedWords-8.2.0.tar.bz2) = 19000070b0c38bacc4a74dc315531973b2bc0ecf559575c908e7f023ce2bab9b +SIZE (TwistedWords-8.2.0.tar.bz2) = 174475 diff --git a/net-im/py-twistedWords/pkg-plist b/net-im/py-twistedWords/pkg-plist index 1ad0fe46a71..1474db43762 100644 --- a/net-im/py-twistedWords/pkg-plist +++ b/net-im/py-twistedWords/pkg-plist @@ -165,6 +165,9 @@ bin/im %%PYTHON_SITELIBDIR%%/twisted/words/test/test_service.py %%PYTHON_SITELIBDIR%%/twisted/words/test/test_service.pyc %%PYTHON_SITELIBDIR%%/twisted/words/test/test_service.pyo +%%PYTHON_SITELIBDIR%%/twisted/words/test/test_tap.py +%%PYTHON_SITELIBDIR%%/twisted/words/test/test_tap.pyc +%%PYTHON_SITELIBDIR%%/twisted/words/test/test_tap.pyo %%PYTHON_SITELIBDIR%%/twisted/words/test/test_toc.py %%PYTHON_SITELIBDIR%%/twisted/words/test/test_toc.pyc %%PYTHON_SITELIBDIR%%/twisted/words/test/test_toc.pyo @@ -174,6 +177,9 @@ bin/im %%PYTHON_SITELIBDIR%%/twisted/words/test/test_xmlstream.py %%PYTHON_SITELIBDIR%%/twisted/words/test/test_xmlstream.pyc %%PYTHON_SITELIBDIR%%/twisted/words/test/test_xmlstream.pyo +%%PYTHON_SITELIBDIR%%/twisted/words/test/test_xmpproutertap.py +%%PYTHON_SITELIBDIR%%/twisted/words/test/test_xmpproutertap.pyc +%%PYTHON_SITELIBDIR%%/twisted/words/test/test_xmpproutertap.pyo %%PYTHON_SITELIBDIR%%/twisted/words/test/test_xpath.py %%PYTHON_SITELIBDIR%%/twisted/words/test/test_xpath.pyc %%PYTHON_SITELIBDIR%%/twisted/words/test/test_xpath.pyo @@ -199,6 +205,9 @@ bin/im %%PYTHON_SITELIBDIR%%/twisted/words/xish/xpathparser.py %%PYTHON_SITELIBDIR%%/twisted/words/xish/xpathparser.pyc %%PYTHON_SITELIBDIR%%/twisted/words/xish/xpathparser.pyo +%%PYTHON_SITELIBDIR%%/twisted/words/xmpproutertap.py +%%PYTHON_SITELIBDIR%%/twisted/words/xmpproutertap.pyc +%%PYTHON_SITELIBDIR%%/twisted/words/xmpproutertap.pyo @dirrm %%PYTHON_SITELIBDIR%%/twisted/words/xish @dirrm %%PYTHON_SITELIBDIR%%/twisted/words/test @dirrm %%PYTHON_SITELIBDIR%%/twisted/words/scripts |