aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-09-07 16:15:48 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-09-07 16:15:48 +0000
commit89869739dabbdeebd945c515df5afc0d701ea300 (patch)
treedff8a20301eaec0013e5a9b50a6eb2bd2a22a62f
parent118e6c2aaecc173ca7bbf56a20872b57704540bd (diff)
downloadports-89869739dabbdeebd945c515df5afc0d701ea300.tar.gz
ports-89869739dabbdeebd945c515df5afc0d701ea300.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
Notes
Notes: svn path=/head/; revision=326652
-rw-r--r--devel/py-twistedRunner/Makefile16
-rw-r--r--devel/py-twistedRunner/distinfo4
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