svn commit: r347224 - head/devel/py-foolscap
Martin Wilke
miwi at FreeBSD.org
Thu Mar 6 14:17:35 UTC 2014
Author: miwi
Date: Thu Mar 6 14:17:34 2014
New Revision: 347224
URL: http://svnweb.freebsd.org/changeset/ports/347224
QAT: https://qat.redports.org/buildarchive/r347224/
Log:
- Stage support
- Convert to autoplist
- Bump PORTREVISION
Deleted:
head/devel/py-foolscap/pkg-plist
Modified:
head/devel/py-foolscap/Makefile
Modified: head/devel/py-foolscap/Makefile
==============================================================================
--- head/devel/py-foolscap/Makefile Thu Mar 6 14:16:14 2014 (r347223)
+++ head/devel/py-foolscap/Makefile Thu Mar 6 14:17:34 2014 (r347224)
@@ -3,6 +3,7 @@
PORTNAME= foolscap
PORTVERSION= 0.6.4
+PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= http://foolscap.lothar.com/releases/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -18,7 +19,7 @@ BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/twis
RUN_DEPENDS:= ${BUILD_DEPENDS}
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