diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-12-09 22:27:59 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-12-09 22:27:59 +0800 |
commit | 364f93f94e31ea7df62d2f1837eb02be8c6b34fb (patch) | |
tree | 08c3bc0023a69b1857c3e98ee47018d795a6145b /textproc | |
parent | c8c81ba830a72726b6d14ff70c8b7ae468328623 (diff) | |
download | freebsd-ports-gnome-364f93f94e31ea7df62d2f1837eb02be8c6b34fb.tar.gz freebsd-ports-gnome-364f93f94e31ea7df62d2f1837eb02be8c6b34fb.tar.zst freebsd-ports-gnome-364f93f94e31ea7df62d2f1837eb02be8c6b34fb.zip |
- Update to 2.7.0
- Add LICENSE_FILE
- Add NO_ARCH
Changes: https://bitbucket.org/mchaput/whoosh/commits/all
Diffstat (limited to 'textproc')
-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 |