diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-09-08 00:15:44 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-09-08 00:15:44 +0800 |
commit | 1489f146019dc79c9976e215ebbd1da33b12f41b (patch) | |
tree | 6546519e8cafe0ae902050070dc5323642c0b5ac /net | |
parent | 01bf7c006bcaea55ee42a58f1039e92c9c412f04 (diff) | |
download | freebsd-ports-gnome-1489f146019dc79c9976e215ebbd1da33b12f41b.tar.gz freebsd-ports-gnome-1489f146019dc79c9976e215ebbd1da33b12f41b.tar.zst freebsd-ports-gnome-1489f146019dc79c9976e215ebbd1da33b12f41b.zip |
- Update to 13.1.0
- Add my LOCAL to MASTER_SITES
- Remove LICENSE_FILE for well-known licenses
- Update USE_PYTHON
- Remove unnecessary WRKSRC
- Cleanup Makefile header
Changes: http://twistedmatrix.com/trac/browser/tags/releases/twisted-13.1.0/twisted/pair/topfiles/NEWS
Diffstat (limited to 'net')
-rw-r--r-- | net/py-twistedPair/Makefile | 18 | ||||
-rw-r--r-- | net/py-twistedPair/distinfo | 4 |
2 files changed, 8 insertions, 14 deletions
diff --git a/net/py-twistedPair/Makefile b/net/py-twistedPair/Makefile index 5068a614ae18..317514ad318d 100644 --- a/net/py-twistedPair/Makefile +++ b/net/py-twistedPair/Makefile @@ -1,14 +1,11 @@ -# New ports collection makefile for: py-twistedPair -# Date created: 14 April 2005 -# Whom: Neal Nelson <neal@nelson.name> -# +# Created by: Neal Nelson <neal@nelson.name> # $FreeBSD$ -# PORTNAME= twistedPair -PORTVERSION= 12.1.0 +PORTVERSION= 13.1.0 CATEGORIES= net devel python -MASTER_SITES= http://twistedmatrix.com/Releases/Pair/${PORTVERSION:R}/ +MASTER_SITES= http://twistedmatrix.com/Releases/Pair/${PORTVERSION:R}/ \ + LOCAL/sunpoet PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= TwistedPair-${PORTVERSION} @@ -16,16 +13,13 @@ MAINTAINER= python@FreeBSD.org COMMENT= Twisted Pair can do low level TCP work LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twistedCore>=${PORTVERSION}:${PORTSDIR}/devel/py-twistedCore RUN_DEPENDS:= ${BUILD_DEPENDS} -WRKSRC= ${WRKDIR}/TwistedPair-${PORTVERSION} - 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/net/py-twistedPair/distinfo b/net/py-twistedPair/distinfo index de20e8b4c0cf..879f2866290b 100644 --- a/net/py-twistedPair/distinfo +++ b/net/py-twistedPair/distinfo @@ -1,2 +1,2 @@ -SHA256 (TwistedPair-12.1.0.tar.bz2) = a8259148a8a7a2d051373be6aedd6d84460430ef9789399c6916bc564b8b1327 -SIZE (TwistedPair-12.1.0.tar.bz2) = 9162 +SHA256 (TwistedPair-13.1.0.tar.bz2) = fdc144dc4708be7cec54722df620d8abe1de192c0095aa297be0d4519588f39b +SIZE (TwistedPair-13.1.0.tar.bz2) = 9230 |