svn commit: r388974 - head/devel/py-twisted
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Tue Jun 9 18:30:30 UTC 2015
Author: sunpoet
Date: Tue Jun 9 18:30:29 2015
New Revision: 388974
URL: https://svnweb.freebsd.org/changeset/ports/388974
Log:
- Update to 15.2.1
- Use USES=metaport
Changes: http://twistedmatrix.com/trac/browser/tags/releases/twisted-15.2.1/NEWS
Modified:
head/devel/py-twisted/Makefile
Modified: head/devel/py-twisted/Makefile
==============================================================================
--- head/devel/py-twisted/Makefile Tue Jun 9 18:30:24 2015 (r388973)
+++ head/devel/py-twisted/Makefile Tue Jun 9 18:30:29 2015 (r388974)
@@ -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 at 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_PKGNAMEPREF
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>
More information about the svn-ports-all
mailing list