svn commit: r344366 - head/math/py-pybloom

Martin Wilke miwi at FreeBSD.org
Sat Feb 15 10:34:42 UTC 2014


Author: miwi
Date: Sat Feb 15 10:34:41 2014
New Revision: 344366
URL: http://svnweb.freebsd.org/changeset/ports/344366
QAT: https://qat.redports.org/buildarchive/r344366/

Log:
  - Convert to autoplist
  - Stage support
  - Bump PORTREV

Deleted:
  head/math/py-pybloom/pkg-plist
Modified:
  head/math/py-pybloom/Makefile

Modified: head/math/py-pybloom/Makefile
==============================================================================
--- head/math/py-pybloom/Makefile	Sat Feb 15 10:34:17 2014	(r344365)
+++ head/math/py-pybloom/Makefile	Sat Feb 15 10:34:41 2014	(r344366)
@@ -3,6 +3,7 @@
 
 PORTNAME=	pybloom
 PORTVERSION=	1.1
+PORTREVISION=	1
 CATEGORIES=	math python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,7 +14,7 @@ COMMENT=	A Probabilistic data structure
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}bitarray>0:${PORTSDIR}/devel/py-bitarray
 
 USE_PYTHON=	yes
-USE_PYDISTUTILS=	easy_install
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list