- Update to 2.7.0
- Add LICENSE_FILE - Add NO_ARCH Changes: https://bitbucket.org/mchaput/whoosh/commits/all
This commit is contained in:
parent
9e40c50557
commit
00e12addaa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=403408
2 changed files with 5 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue