svn commit: r365946 - head/textproc/py-whoosh
William Grzybowski
wg at FreeBSD.org
Sun Aug 24 15:21:00 UTC 2014
Author: wg
Date: Sun Aug 24 15:20:59 2014
New Revision: 365946
URL: http://svnweb.freebsd.org/changeset/ports/365946
QAT: https://qat.redports.org/buildarchive/r365946/
Log:
textproc/py-whoosh: update to 2.5.7
- USES python
- Add LICENSE
- Pass maintainership to python
Modified:
head/textproc/py-whoosh/Makefile
head/textproc/py-whoosh/distinfo
Modified: head/textproc/py-whoosh/Makefile
==============================================================================
--- head/textproc/py-whoosh/Makefile Sun Aug 24 15:10:12 2014 (r365945)
+++ head/textproc/py-whoosh/Makefile Sun Aug 24 15:20:59 2014 (r365946)
@@ -2,18 +2,18 @@
# $FreeBSD$
PORTNAME= whoosh
-PORTVERSION= 2.4.1
-PORTREVISION= 1
+PORTVERSION= 2.5.7
CATEGORIES= textproc www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= Whoosh-${PORTVERSION}
-MAINTAINER= ports at FreeBSD.org
+MAINTAINER= python at FreeBSD.org
COMMENT= Featureful full-text indexing and searching in Python
-USE_PYTHON= yes
-USE_PYDISTUTILS= yes
-PYDISTUTILS_AUTOPLIST= yes
+LICENSE= BSD2CLAUSE
+
+USES= python
+USE_PYTHON= autoplist distutils
.include <bsd.port.mk>
Modified: head/textproc/py-whoosh/distinfo
==============================================================================
--- head/textproc/py-whoosh/distinfo Sun Aug 24 15:10:12 2014 (r365945)
+++ head/textproc/py-whoosh/distinfo Sun Aug 24 15:20:59 2014 (r365946)
@@ -1,2 +1,2 @@
-SHA256 (Whoosh-2.4.1.tar.gz) = 466c377ae8567aed86abef401774ddb27e80055ac34a33bd0e12d6b7db69a40e
-SIZE (Whoosh-2.4.1.tar.gz) = 938446
+SHA256 (Whoosh-2.5.7.tar.gz) = 450d3b76c45dd26ceda101ebafee181c7ab377e8ea37ff5aaca1be79227f73fa
+SIZE (Whoosh-2.5.7.tar.gz) = 1040760
More information about the svn-ports-all
mailing list