diff options
author | William Grzybowski <wg@FreeBSD.org> | 2014-08-24 23:20:59 +0800 |
---|---|---|
committer | William Grzybowski <wg@FreeBSD.org> | 2014-08-24 23:20:59 +0800 |
commit | 466068a0f01743c0d5767b56b5c2e95b7f786730 (patch) | |
tree | 82d9b53fa29e750712ef98e7b3aa68ae9d5a17cb /textproc | |
parent | fffde7d35db0de8e736dbc203f5a6f24133ca046 (diff) | |
download | freebsd-ports-gnome-466068a0f01743c0d5767b56b5c2e95b7f786730.tar.gz freebsd-ports-gnome-466068a0f01743c0d5767b56b5c2e95b7f786730.tar.zst freebsd-ports-gnome-466068a0f01743c0d5767b56b5c2e95b7f786730.zip |
textproc/py-whoosh: update to 2.5.7
- USES python
- Add LICENSE
- Pass maintainership to python
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/py-whoosh/Makefile | 12 | ||||
-rw-r--r-- | textproc/py-whoosh/distinfo | 4 |
2 files changed, 8 insertions, 8 deletions
diff --git a/textproc/py-whoosh/Makefile b/textproc/py-whoosh/Makefile index 7b3033a846bd..6e6938a509e1 100644 --- a/textproc/py-whoosh/Makefile +++ b/textproc/py-whoosh/Makefile @@ -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@FreeBSD.org +MAINTAINER= python@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> diff --git a/textproc/py-whoosh/distinfo b/textproc/py-whoosh/distinfo index 7b2dc732f254..37bf4ba7e865 100644 --- a/textproc/py-whoosh/distinfo +++ b/textproc/py-whoosh/distinfo @@ -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 |