Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Jun 2015 18:30:30 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r388974 - head/devel/py-twisted
Message-ID:  <201506091830.t59IUUje038701@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506091830.t59IUUje038701>