svn commit: r353322 - head/www/py-tgwebservices

Vanilla I. Shu vanilla at FreeBSD.org
Thu May 8 16:01:46 UTC 2014


Author: vanilla
Date: Thu May  8 16:01:45 2014
New Revision: 353322
URL: http://svnweb.freebsd.org/changeset/ports/353322
QAT: https://qat.redports.org/buildarchive/r353322/

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

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

Modified: head/www/py-tgwebservices/Makefile
==============================================================================
--- head/www/py-tgwebservices/Makefile	Thu May  8 15:59:41 2014	(r353321)
+++ head/www/py-tgwebservices/Makefile	Thu May  8 16:01:45 2014	(r353322)
@@ -17,8 +17,8 @@ BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}Tu
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USE_PYTHON=	yes
-USE_PYDISTUTILS=	easy_install
+USE_PYDISTUTILS=	yes
 PYDISTUTILS_PKGNAME=	TGWebServices
+PYDISTUTILS_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list