diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-12-09 14:27:59 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-12-09 14:27:59 +0000 |
commit | 00e12addaad6c85b9ddef34f2b066e621d65c2f8 (patch) | |
tree | 08c3bc0023a69b1857c3e98ee47018d795a6145b /textproc/py-whoosh | |
parent | 9e40c5055783f358c4f4323abd35ca77217b2d72 (diff) |
- Update to 2.7.0
- Add LICENSE_FILE
- Add NO_ARCH
Changes: https://bitbucket.org/mchaput/whoosh/commits/all
Notes
Notes:
svn path=/head/; revision=403408
Diffstat (limited to 'textproc/py-whoosh')
-rw-r--r-- | textproc/py-whoosh/Makefile | 4 | ||||
-rw-r--r-- | textproc/py-whoosh/distinfo | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/textproc/py-whoosh/Makefile b/textproc/py-whoosh/Makefile index 6e6938a509e1..62ac3f94a158 100644 --- a/textproc/py-whoosh/Makefile +++ b/textproc/py-whoosh/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= whoosh -PORTVERSION= 2.5.7 +PORTVERSION= 2.7.0 CATEGORIES= textproc www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +12,9 @@ MAINTAINER= python@FreeBSD.org COMMENT= Featureful full-text indexing and searching in Python LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE.txt +NO_ARCH= yes USES= python USE_PYTHON= autoplist distutils diff --git a/textproc/py-whoosh/distinfo b/textproc/py-whoosh/distinfo index 37bf4ba7e865..7fd54b3ed73d 100644 --- a/textproc/py-whoosh/distinfo +++ b/textproc/py-whoosh/distinfo @@ -1,2 +1,2 @@ -SHA256 (Whoosh-2.5.7.tar.gz) = 450d3b76c45dd26ceda101ebafee181c7ab377e8ea37ff5aaca1be79227f73fa -SIZE (Whoosh-2.5.7.tar.gz) = 1040760 +SHA256 (Whoosh-2.7.0.tar.gz) = cdfc0e1c5173207ac7b312afe78d83fb552cfed30427bf7b3dba8b1d26cea8f7 +SIZE (Whoosh-2.7.0.tar.gz) = 950485 |