svn commit: r351760 - head/www/py-pyramid_rpc

Li-Wen Hsu lwhsu at FreeBSD.org
Tue Apr 22 07:49:00 UTC 2014


Author: lwhsu
Date: Tue Apr 22 07:48:59 2014
New Revision: 351760
URL: http://svnweb.freebsd.org/changeset/ports/351760
QAT: https://qat.redports.org/buildarchive/r351760/

Log:
  - Stage
  - Drop easy_install
  - Use auto pk-plist
  
  PR:		ports/188771
  Submitted by:	Bartek Rutkowski <ports at robakdesign.com>

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

Modified: head/www/py-pyramid_rpc/Makefile
==============================================================================
--- head/www/py-pyramid_rpc/Makefile	Tue Apr 22 07:47:28 2014	(r351759)
+++ head/www/py-pyramid_rpc/Makefile	Tue Apr 22 07:48:59 2014	(r351760)
@@ -14,8 +14,7 @@ BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}py
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USE_PYTHON=	yes
-USE_PYDISTUTILS=	easy_install
-
-NO_STAGE=	yes
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list