svn commit: r340243 - head/devel/py-greenlet

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jan 19 09:26:27 UTC 2014


Author: sunpoet
Date: Sun Jan 19 09:26:26 2014
New Revision: 340243
URL: http://svnweb.freebsd.org/changeset/ports/340243
QAT: https://qat.redports.org/buildarchive/r340243/

Log:
  - Use PYDISTUTILS_AUTOPLIST
  
  PR:		ports/185637
  Submitted by:	koobs

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

Modified: head/devel/py-greenlet/Makefile
==============================================================================
--- head/devel/py-greenlet/Makefile	Sun Jan 19 09:26:25 2014	(r340242)
+++ head/devel/py-greenlet/Makefile	Sun Jan 19 09:26:26 2014	(r340243)
@@ -14,8 +14,9 @@ COMMENT=	Light-weight microthreads for P
 LICENSE=	MIT
 
 ONLY_FOR_ARCHS=	amd64 i386
-USE_PYTHON=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 USE_PYDISTUTILS=yes
+USE_PYTHON=	yes
 
 post-build:
 	@${STRIP_CMD} ${WRKSRC}/greenlet.so


More information about the svn-ports-all mailing list