svn commit: r342118 - head/devel/py-blinker

Kubilay Kocak koobs at FreeBSD.org
Sat Feb 1 11:27:20 UTC 2014


Author: koobs
Date: Sat Feb  1 11:27:20 2014
New Revision: 342118
URL: http://svnweb.freebsd.org/changeset/ports/342118
QAT: https://qat.redports.org/buildarchive/r342118/

Log:
  devel/py-blinker: Enable STAGE and AUTOPLIST support
  
  - Enable STAGE support
  - Enable AUTOPLIST, delete pkg-plist

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

Modified: head/devel/py-blinker/Makefile
==============================================================================
--- head/devel/py-blinker/Makefile	Sat Feb  1 11:24:35 2014	(r342117)
+++ head/devel/py-blinker/Makefile	Sat Feb  1 11:27:20 2014	(r342118)
@@ -16,9 +16,9 @@ TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}nos
 
 USE_PYTHON=		yes
 USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
 regression-test: build
 	@cd ${WRKSRC} && nosetests
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list