Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Jun 2015 16:45:54 +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: r389051 - head/www/py-twistedWeb2
Message-ID:  <201506101645.t5AGjsla023936@svn.freebsd.org>

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



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