svn commit: r326655 - head/devel/py-twisted

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Sep 7 16:16:02 UTC 2013


Author: sunpoet
Date: Sat Sep  7 16:16:01 2013
New Revision: 326655
URL: http://svnweb.freebsd.org/changeset/ports/326655

Log:
  - Update to 13.1.0
  - Update USE_PYTHON
  - Remove unnecessary WRKSRC
  - Cleanup Makefile header

Modified:
  head/devel/py-twisted/Makefile   (contents, props changed)

Modified: head/devel/py-twisted/Makefile
==============================================================================
--- head/devel/py-twisted/Makefile	Sat Sep  7 16:15:57 2013	(r326654)
+++ head/devel/py-twisted/Makefile	Sat Sep  7 16:16:01 2013	(r326655)
@@ -1,26 +1,23 @@
-# New ports collection makefile for:	py-twisted
-# Date created:		16 August 2001
-# Whom:	      		Johann Visagie <wjv at FreeBSD.org>
-#
+# Created by: Johann Visagie <wjv at FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	twisted
-PORTVERSION=	12.1.0
+PORTVERSION=	13.1.0
 CATEGORIES=	devel net python
 MASTER_SITES=	# empty
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
-DISTFILES=	# none
+DISTFILES=	# empty
 
 MAINTAINER=	python at FreeBSD.org
 COMMENT=	Metaport of Twisted, an event-driven networking engine
 
+LICENSE=	MIT
+
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}twistedCore>=${PORTVERSION}:${PORTSDIR}/devel/py-twistedCore
 
 NO_BUILD=	yes
-USE_PYTHON=	yes
+USE_PYTHON=	-2.7
 PYDISTUTILS_NOEGGINFO=	yes
-WRKSRC=		${WRKDIR}/Twisted-${PORTVERSION}
 
 OPTIONS_DEFINE=	CONCH LORE MAIL NAMES NEWS PAIR RUNNER WEB WORDS
 OPTIONS_DEFAULT=CONCH LORE MAIL NAMES NEWS PAIR RUNNER WEB WORDS
@@ -34,7 +31,7 @@ RUNNER_DESC=	Process management
 WEB_DESC=	HTTP protocol
 WORDS_DESC=	Chat and Instant Messaging
 
-# bypass infrastructure bug
+# Bypass infrastructure bug
 OPTIONSFILE=	${PORT_DBDIR}/py-${PORTNAME}/options
 
 do-install:


More information about the svn-ports-all mailing list