svn commit: r353321 - head/www/py-turbogears

Vanilla I. Shu vanilla at FreeBSD.org
Thu May 8 15:59:42 UTC 2014


Author: vanilla
Date: Thu May  8 15:59:41 2014
New Revision: 353321
URL: http://svnweb.freebsd.org/changeset/ports/353321
QAT: https://qat.redports.org/buildarchive/r353321/

Log:
  - Stage
  - Drop easy_install
  - Use auto pkg-plist
  - Delete pkg-plist
  
  PR:		ports/188777
  Submitted by:	Bartek Rutkowski <ports at robakdesign.com>
  Approved by:	portmgr@

Deleted:
  head/www/py-turbogears/pkg-plist
Modified:
  head/www/py-turbogears/Makefile

Modified: head/www/py-turbogears/Makefile
==============================================================================
--- head/www/py-turbogears/Makefile	Thu May  8 15:56:48 2014	(r353320)
+++ head/www/py-turbogears/Makefile	Thu May  8 15:59:41 2014	(r353321)
@@ -26,7 +26,8 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cher
 
 USES=		gettext
 USE_PYTHON=	2
-USE_PYDISTUTILS=	easy_install
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
 OPTIONSFILE=	${PORT_DBDIR}/py-${PORTNAME}/options
 OPTIONS_DEFINE=	ELIXIR NOSE SQLOBJECT SQLALCHEMY
@@ -36,7 +37,6 @@ NOSE_DESC=	Use nose TG[testtools]
 SQLOBJECT_DESC=	Use SQLObject as DB backend
 SQLALCHEMY_DESC=Use SQLAlchemy as DB backend TG[future]
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 post-patch:


More information about the svn-ports-all mailing list