diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-09-08 00:15:35 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-09-08 00:15:35 +0800 |
commit | 02081c83e5abeb3b91146473c698f0cf52886ee9 (patch) | |
tree | 8dfd3a81585fb1cf29707e7085290b491801b6b8 /dns | |
parent | dce90309c0a33456219529340720e3646005aaf4 (diff) | |
download | freebsd-ports-graphics-02081c83e5abeb3b91146473c698f0cf52886ee9.tar.gz freebsd-ports-graphics-02081c83e5abeb3b91146473c698f0cf52886ee9.tar.zst freebsd-ports-graphics-02081c83e5abeb3b91146473c698f0cf52886ee9.zip |
- Update to 13.1.0
- Add my LOCAL to MASTER_SITES
- Remove leading indefinite article from COMMENT
- Remove LICENSE_FILE for well-known licenses
- Update USE_PYTHON
- Cleanup Makefile header
Changes: http://twistedmatrix.com/trac/browser/tags/releases/twisted-13.1.0/twisted/names/topfiles/NEWS
Diffstat (limited to 'dns')
-rw-r--r-- | dns/py-twistedNames/Makefile | 18 | ||||
-rw-r--r-- | dns/py-twistedNames/distinfo | 4 | ||||
-rw-r--r-- | dns/py-twistedNames/pkg-plist | 3 |
3 files changed, 12 insertions, 13 deletions
diff --git a/dns/py-twistedNames/Makefile b/dns/py-twistedNames/Makefile index e7093b68fe0..09dd3e0b8cd 100644 --- a/dns/py-twistedNames/Makefile +++ b/dns/py-twistedNames/Makefile @@ -1,29 +1,25 @@ -# New ports collection makefile for: py-twistedNames -# Date created: 14 April 2005 -# Whom: Neal Nelson <neal@nelson.name> -# +# Created by: Neal Nelson <neal@nelson.name> # $FreeBSD$ -# PORTNAME= twistedNames -PORTVERSION= 12.1.0 +PORTVERSION= 13.1.0 CATEGORIES= dns devel python -MASTER_SITES= http://twistedmatrix.com/Releases/Names/${PORTVERSION:R}/ +MASTER_SITES= http://twistedmatrix.com/Releases/Names/${PORTVERSION:R}/ \ + LOCAL/sunpoet PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= TwistedNames-${PORTVERSION} MAINTAINER= python@FreeBSD.org -COMMENT= A DNS protocol implementation with client and server +COMMENT= DNS protocol implementation with client and server LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twistedCore>=${PORTVERSION}:${PORTSDIR}/devel/py-twistedCore RUN_DEPENDS:= ${BUILD_DEPENDS} USE_BZIP2= yes -USE_PYTHON= yes -USE_PYDISTUTILS= yes +USE_PYTHON= -2.7 +USE_PYDISTUTILS=yes PYDISTUTILS_PKGNAME= ${PORTNAME:S/twisted/Twisted_/} .include <bsd.port.mk> diff --git a/dns/py-twistedNames/distinfo b/dns/py-twistedNames/distinfo index 147a9c87bbf..fe645ae515b 100644 --- a/dns/py-twistedNames/distinfo +++ b/dns/py-twistedNames/distinfo @@ -1,2 +1,2 @@ -SHA256 (TwistedNames-12.1.0.tar.bz2) = b22537fe7009bb107ee1326e91c8a7e209cd6abf7fe3d7ff86247b9fc9ed9ced -SIZE (TwistedNames-12.1.0.tar.bz2) = 58205 +SHA256 (TwistedNames-13.1.0.tar.bz2) = f4d4825f77a0768a8a537a5b7604dc934be3fba547db444c3dafcef767476aa6 +SIZE (TwistedNames-13.1.0.tar.bz2) = 62294 diff --git a/dns/py-twistedNames/pkg-plist b/dns/py-twistedNames/pkg-plist index daa1d026748..b17673f8a5b 100644 --- a/dns/py-twistedNames/pkg-plist +++ b/dns/py-twistedNames/pkg-plist @@ -58,6 +58,9 @@ %%PYTHON_SITELIBDIR%%/twisted/names/test/test_dns.py %%PYTHON_SITELIBDIR%%/twisted/names/test/test_dns.pyc %%PYTHON_SITELIBDIR%%/twisted/names/test/test_dns.pyo +%%PYTHON_SITELIBDIR%%/twisted/names/test/test_examples.py +%%PYTHON_SITELIBDIR%%/twisted/names/test/test_examples.pyc +%%PYTHON_SITELIBDIR%%/twisted/names/test/test_examples.pyo %%PYTHON_SITELIBDIR%%/twisted/names/test/test_hosts.py %%PYTHON_SITELIBDIR%%/twisted/names/test/test_hosts.pyc %%PYTHON_SITELIBDIR%%/twisted/names/test/test_hosts.pyo |