svn commit: r347236 - head/devel/py-prioritized_methods
Martin Wilke
miwi at FreeBSD.org
Thu Mar 6 14:23:29 UTC 2014
Author: miwi
Date: Thu Mar 6 14:23:28 2014
New Revision: 347236
URL: http://svnweb.freebsd.org/changeset/ports/347236
QAT: https://qat.redports.org/buildarchive/r347236/
Log:
- Stage support
- Convert to autoplist
- Bump PORTREVISION
Modified:
head/devel/py-prioritized_methods/Makefile
Modified: head/devel/py-prioritized_methods/Makefile
==============================================================================
--- head/devel/py-prioritized_methods/Makefile Thu Mar 6 14:22:15 2014 (r347235)
+++ head/devel/py-prioritized_methods/Makefile Thu Mar 6 14:23:28 2014 (r347236)
@@ -3,6 +3,7 @@
PORTNAME= prioritized_methods
PORTVERSION= 0.2.1
+PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -13,10 +14,8 @@ COMMENT= An extension to PEAK-Rules to p
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}PEAK-Rules>=0.5:${PORTSDIR}/devel/py-PEAK-Rules
RUN_DEPENDS:= ${BUILD_DEPENDS}
-PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
-
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