diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-09-08 00:15:48 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-09-08 00:15:48 +0800 |
commit | 02719a9ed5e6e549cb57d217ec1ca9044ce73f4e (patch) | |
tree | dff8a20301eaec0013e5a9b50a6eb2bd2a22a62f /devel | |
parent | 1489f146019dc79c9976e215ebbd1da33b12f41b (diff) | |
download | freebsd-ports-gnome-02719a9ed5e6e549cb57d217ec1ca9044ce73f4e.tar.gz freebsd-ports-gnome-02719a9ed5e6e549cb57d217ec1ca9044ce73f4e.tar.zst freebsd-ports-gnome-02719a9ed5e6e549cb57d217ec1ca9044ce73f4e.zip |
- Update to 13.1.0
- Add my LOCAL to MASTER_SITES
- 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/runner/topfiles/NEWS
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-twistedRunner/Makefile | 16 | ||||
-rw-r--r-- | devel/py-twistedRunner/distinfo | 4 |
2 files changed, 8 insertions, 12 deletions
diff --git a/devel/py-twistedRunner/Makefile b/devel/py-twistedRunner/Makefile index c4bca3abe4bc..c987f302a3f8 100644 --- a/devel/py-twistedRunner/Makefile +++ b/devel/py-twistedRunner/Makefile @@ -1,14 +1,11 @@ -# New ports collection makefile for: py-twistedRunner -# Date created: 14 April 2005 -# Whom: Neal Nelson <neal@nelson.name> -# +# Created by: Neal Nelson <neal@nelson.name> # $FreeBSD$ -# PORTNAME= twistedRunner -PORTVERSION= 12.1.0 +PORTVERSION= 13.1.0 CATEGORIES= devel net python -MASTER_SITES= http://twistedmatrix.com/Releases/Runner/${PORTVERSION:R}/ +MASTER_SITES= http://twistedmatrix.com/Releases/Runner/${PORTVERSION:R}/ \ + LOCAL/sunpoet PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= TwistedRunner-${PORTVERSION} @@ -16,14 +13,13 @@ MAINTAINER= python@FreeBSD.org COMMENT= Runner has process management, including an inetd replacement 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/devel/py-twistedRunner/distinfo b/devel/py-twistedRunner/distinfo index 5c923a9844f9..b29d12ec8d0a 100644 --- a/devel/py-twistedRunner/distinfo +++ b/devel/py-twistedRunner/distinfo @@ -1,2 +1,2 @@ -SHA256 (TwistedRunner-12.1.0.tar.bz2) = 195d510361428c04484c99fc4725692042a8ead434ba4af0c072d559683b7617 -SIZE (TwistedRunner-12.1.0.tar.bz2) = 12853 +SHA256 (TwistedRunner-13.1.0.tar.bz2) = 8ae105abcc4905e0602bbd5c71555fe403f62923a1695e2dca0c36642d2387e8 +SIZE (TwistedRunner-13.1.0.tar.bz2) = 12906 |