svn commit: r341945 - head/net/py-pysphere
Martin Wilke
miwi at FreeBSD.org
Fri Jan 31 08:47:42 UTC 2014
Author: miwi
Date: Fri Jan 31 08:47:41 2014
New Revision: 341945
URL: http://svnweb.freebsd.org/changeset/ports/341945
QAT: https://qat.redports.org/buildarchive/r341945/
Log:
- Convert to PYDISTUTILS_AUTOPLIST
- Stage support
- Bump PORTREVISION
Modified:
head/net/py-pysphere/Makefile
Modified: head/net/py-pysphere/Makefile
==============================================================================
--- head/net/py-pysphere/Makefile Fri Jan 31 08:47:07 2014 (r341944)
+++ head/net/py-pysphere/Makefile Fri Jan 31 08:47:41 2014 (r341945)
@@ -3,6 +3,7 @@
PORTNAME= pysphere
PORTVERSION= 0.1.8
+PORTREVISION= 1
CATEGORIES= net python
MASTER_SITES= GOOGLE_CODE
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -15,9 +16,7 @@ LICENSE= BSD
USE_ZIP= yes
USE_DOS2UNIX= yes
USE_PYTHON= 2
-USE_PYDISTUTILS= easy_install
+USE_PYDISTUTILS= yes
+PYDISTUTILS_AUTOPLIST= yes
-PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
-
-NO_STAGE= yes
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list