Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Aug 2014 16:19:02 +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: r363725 - head/www/py-twistedWeb2
Message-ID:  <201408011619.s71GJ2VL072724@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Aug  1 16:19:01 2014
New Revision: 363725
URL: http://svnweb.freebsd.org/changeset/ports/363725
QAT: https://qat.redports.org/buildarchive/r363725/

Log:
  - Add LICENSE
  - Use PYDISTUTILS_AUTOPLIST
  - Use USES=twisted
  - Bump PORTREVISION for package change

Modified:
  head/www/py-twistedWeb2/Makefile

Modified: head/www/py-twistedWeb2/Makefile
==============================================================================
--- head/www/py-twistedWeb2/Makefile	Fri Aug  1 16:18:56 2014	(r363724)
+++ head/www/py-twistedWeb2/Makefile	Fri Aug  1 16:19:01 2014	(r363725)
@@ -3,6 +3,7 @@
 
 PORTNAME=	twistedWeb2
 PORTVERSION=	8.1.0
+PORTREVISION=	1
 CATEGORIES=	www devel python
 MASTER_SITES=	http://tmrc.mit.edu/mirror/twisted/Web2/${PORTVERSION:R}/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,14 +12,13 @@ DISTNAME=	TwistedWeb2-${PORTVERSION}
 MAINTAINER=	python@FreeBSD.org
 COMMENT=	The next generation Web Server Framework built with Twisted
 
-BUILD_DEPENDS=	${PYTHON_SITELIBDIR}/twisted:${PORTSDIR}/devel/py-twistedCore
-RUN_DEPENDS:=	${BUILD_DEPENDS}
+LICENSE=	MIT
 
 WRKSRC=		${WRKDIR}/TwistedWeb2-${PORTVERSION}
 
-USES=	tar:bzip2
 USE_PYTHON=	yes
-USE_PYDISTUTILS=	yes
-PYDISTUTILS_PKGNAME=	Twisted_Web2
+USE_PYDISTUTILS=yes
+PYDISTUTILS_AUTOPLIST=	yes
+USES=		tar:bzip2 twisted
 
 .include <bsd.port.mk>



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