svn commit: r389051 - head/www/py-twistedWeb2

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Jun 10 16:45:54 UTC 2015


Author: sunpoet
Date: Wed Jun 10 16:45:53 2015
New Revision: 389051
URL: https://svnweb.freebsd.org/changeset/ports/389051

Log:
  - Remove leading definite article from COMMENT
  - Remove WRKSRC
  - Add NO_ARCH
  - Sort USE_PYTHON

Modified:
  head/www/py-twistedWeb2/Makefile

Modified: head/www/py-twistedWeb2/Makefile
==============================================================================
--- head/www/py-twistedWeb2/Makefile	Wed Jun 10 16:45:49 2015	(r389050)
+++ head/www/py-twistedWeb2/Makefile	Wed Jun 10 16:45:53 2015	(r389051)
@@ -10,13 +10,12 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 DISTNAME=	TwistedWeb2-${PORTVERSION}
 
 MAINTAINER=	python at FreeBSD.org
-COMMENT=	The next generation Web Server Framework built with Twisted
+COMMENT=	Next generation Web Server Framework built with Twisted
 
 LICENSE=	MIT
 
-WRKSRC=		${WRKDIR}/TwistedWeb2-${PORTVERSION}
-
+NO_ARCH=	yes
+USE_PYTHON=	autoplist distutils
 USES=		python tar:bzip2 twisted
-USE_PYTHON=	distutils autoplist
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list