Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Sep 2013 16:16:01 +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: r326655 - head/devel/py-twisted
Message-ID:  <201309071616.r87GG1W6003235@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org>
-#
+# Created by: Johann Visagie <wjv@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@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:



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