Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Oct 2020 08:05:00 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r550798 - head/databases/p5-Search-InvertedIndex
Message-ID:  <202010010805.091850iv010312@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Oct  1 08:05:00 2020
New Revision: 550798
URL: https://svnweb.freebsd.org/changeset/ports/550798

Log:
  Update to 1.17
  
  - Add LICENSE
  - Update version requirement of *_DEPENDS
  - Add NO_ARCH
  
  Changes:	https://metacpan.org/changes/distribution/Search-InvertedIndex

Modified:
  head/databases/p5-Search-InvertedIndex/Makefile
  head/databases/p5-Search-InvertedIndex/distinfo

Modified: head/databases/p5-Search-InvertedIndex/Makefile
==============================================================================
--- head/databases/p5-Search-InvertedIndex/Makefile	Thu Oct  1 08:04:55 2020	(r550797)
+++ head/databases/p5-Search-InvertedIndex/Makefile	Thu Oct  1 08:05:00 2020	(r550798)
@@ -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>

Modified: head/databases/p5-Search-InvertedIndex/distinfo
==============================================================================
--- head/databases/p5-Search-InvertedIndex/distinfo	Thu Oct  1 08:04:55 2020	(r550797)
+++ head/databases/p5-Search-InvertedIndex/distinfo	Thu Oct  1 08:05:00 2020	(r550798)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010010805.091850iv010312>