svn commit: r340576 - head/devel/py-protobuf

Vanilla I. Shu vanilla at FreeBSD.org
Tue Jan 21 08:24:47 UTC 2014


Author: vanilla
Date: Tue Jan 21 08:24:46 2014
New Revision: 340576
URL: http://svnweb.freebsd.org/changeset/ports/340576
QAT: https://qat.redports.org/buildarchive/r340576/

Log:
  Support STAGEDIR.

Deleted:
  head/devel/py-protobuf/pkg-plist
Modified:
  head/devel/py-protobuf/Makefile

Modified: head/devel/py-protobuf/Makefile
==============================================================================
--- head/devel/py-protobuf/Makefile	Tue Jan 21 08:20:08 2014	(r340575)
+++ head/devel/py-protobuf/Makefile	Tue Jan 21 08:24:46 2014	(r340576)
@@ -16,9 +16,9 @@ WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVER
 PROJECTHOST=	protobuf
 USE_BZIP2=	yes
 USE_PYTHON=	yes
-USE_PYDISTUTILS=	easy_install
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST= 	yes
 
-NO_STAGE=	yes
 pre-build:
 	@${MKDIR} ${WRKSRC}/google/protobuf/compiler
 


More information about the svn-ports-all mailing list