svn commit: r347034 - head/textproc/py-whoosh
Martin Wilke
miwi at FreeBSD.org
Tue Mar 4 15:41:39 UTC 2014
Author: miwi
Date: Tue Mar 4 15:41:38 2014
New Revision: 347034
URL: http://svnweb.freebsd.org/changeset/ports/347034
QAT: https://qat.redports.org/buildarchive/r347034/
Log:
- Convert to autoplist
- Stage support
- Bump PORTREVISION
Modified:
head/textproc/py-whoosh/Makefile
Modified: head/textproc/py-whoosh/Makefile
==============================================================================
--- head/textproc/py-whoosh/Makefile Tue Mar 4 15:41:28 2014 (r347033)
+++ head/textproc/py-whoosh/Makefile Tue Mar 4 15:41:38 2014 (r347034)
@@ -3,6 +3,7 @@
PORTNAME= whoosh
PORTVERSION= 2.4.1
+PORTREVISION= 1
CATEGORIES= textproc www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -11,11 +12,8 @@ DISTNAME= Whoosh-${PORTVERSION}
MAINTAINER= gugabsd at mundounix.com.br
COMMENT= Featureful full-text indexing and searching in Python
-PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
-
USE_PYTHON= yes
-USE_PYDISTUTILS= easy_install
-PYDISTUTILS_PKGNAME= Whoosh
+USE_PYDISTUTILS= yes
+PYDISTUTILS_AUTOPLIST= yes
-NO_STAGE= yes
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list