diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-06-10 02:30:29 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-06-10 02:30:29 +0800 |
commit | 8049061b95c5d57c72595cf6ca340967dbec1c89 (patch) | |
tree | fe178ec6dac151d32b7e95bb730f87a766387f38 /devel | |
parent | 02afa96fbb712ffbfc1a1fd8d052a428ed71d476 (diff) | |
download | freebsd-ports-gnome-8049061b95c5d57c72595cf6ca340967dbec1c89.tar.gz freebsd-ports-gnome-8049061b95c5d57c72595cf6ca340967dbec1c89.tar.zst freebsd-ports-gnome-8049061b95c5d57c72595cf6ca340967dbec1c89.zip |
- Update to 15.2.1
- Use USES=metaport
Changes: http://twistedmatrix.com/trac/browser/tags/releases/twisted-15.2.1/NEWS
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-twisted/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/devel/py-twisted/Makefile b/devel/py-twisted/Makefile index d49b4d8860eb..87596e221b8e 100644 --- a/devel/py-twisted/Makefile +++ b/devel/py-twisted/Makefile @@ -2,11 +2,9 @@ # $FreeBSD$ PORTNAME= twisted -PORTVERSION= 15.0.0 +PORTVERSION= 15.2.1 CATEGORIES= devel net python -MASTER_SITES= # empty PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTFILES= # empty MAINTAINER= python@FreeBSD.org COMMENT= Metaport of Twisted, an event-driven networking engine @@ -15,8 +13,7 @@ LICENSE= MIT RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twistedCore>=${PORTVERSION}:${PORTSDIR}/devel/py-twistedCore -NO_BUILD= yes -USES= python:2 +USES= metaport python:2 # Bypass infrastructure bug OPTIONSFILE= ${PORT_DBDIR}/py-${PORTNAME}/options @@ -41,7 +38,4 @@ RUNNER_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twistedRunner>=${PORTVERSION}:${PORTS WEB_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twistedWeb>=${PORTVERSION}:${PORTSDIR}/www/py-twistedWeb WORDS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twistedWords>=${PORTVERSION}:${PORTSDIR}/net-im/py-twistedWords -do-install: - @${DO_NADA} - .include <bsd.port.mk> |