1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

Update to 1.17

- Add LICENSE
- Update version requirement of *_DEPENDS
- Add NO_ARCH

Changes:	https://metacpan.org/changes/distribution/Search-InvertedIndex
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2020-10-01 08:05:00 +00:00
parent 943cbb74cd
commit 9e704c1fb1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=550798
2 changed files with 14 additions and 8 deletions

View File

@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= Search-InvertedIndex
PORTVERSION= 1.14
PORTREVISION= 1
PORTVERSION= 1.17
CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@ -11,13 +10,19 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Manager for inverted index maps
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Class-NamedParms>=0:devel/p5-Class-NamedParms \
p5-Class-ParmList>=0:devel/p5-Class-ParmList \
p5-Tie-DB_File-SplitHash>=0:devel/p5-Tie-DB_File-SplitHash \
p5-Tie-FileLRUCache>=0:devel/p5-Tie-FileLRUCache
RUN_DEPENDS= p5-Class-NamedParms>=1.04:devel/p5-Class-NamedParms \
p5-Class-ParmList>=1.03:devel/p5-Class-ParmList \
p5-Digest-SHA1>=0:security/p5-Digest-SHA1 \
p5-Tie-DB_File-SplitHash>=1.01:devel/p5-Tie-DB_File-SplitHash \
p5-Tie-FileLRUCache>=1.01:devel/p5-Tie-FileLRUCache
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -1,2 +1,3 @@
SHA256 (Search-InvertedIndex-1.14.tar.gz) = 7d576d1e2d79c5bd2fdd0880d78ffd6715d2c564dd5fd4459e7cd70bbf64de5b
SIZE (Search-InvertedIndex-1.14.tar.gz) = 45092
TIMESTAMP = 1601485455
SHA256 (Search-InvertedIndex-1.17.tar.gz) = 518d7e62e1171cda79a0606d9daafc914cf3ae463e8154bae0a29693f512242e
SIZE (Search-InvertedIndex-1.17.tar.gz) = 62154