Index: head/textproc/p5-Text-Match-FastAlternatives/Makefile =================================================================== --- head/textproc/p5-Text-Match-FastAlternatives/Makefile (revision 458910) +++ head/textproc/p5-Text-Match-FastAlternatives/Makefile (revision 458911) @@ -1,17 +1,22 @@ # Created by: Kevin Lo # $FreeBSD$ PORTNAME= Text-Match-FastAlternatives -PORTVERSION= 1.04 -PORTREVISION= 1 +PORTVERSION= 1.05 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Efficient search for many strings +LICENSE= ART10 GPLv2 +LICENSE_COMB= dual + USES= perl5 USE_PERL5= configure + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Text/Match/FastAlternatives/FastAlternatives.so .include Index: head/textproc/p5-Text-Match-FastAlternatives/distinfo =================================================================== --- head/textproc/p5-Text-Match-FastAlternatives/distinfo (revision 458910) +++ head/textproc/p5-Text-Match-FastAlternatives/distinfo (revision 458911) @@ -1,2 +1,3 @@ -SHA256 (Text-Match-FastAlternatives-1.04.tar.gz) = e991d3afb26e36dd8b5abc3aaa1d33c4a46ed73afd6cbc47ee83851770bb50a0 -SIZE (Text-Match-FastAlternatives-1.04.tar.gz) = 61469 +TIMESTAMP = 1515829569 +SHA256 (Text-Match-FastAlternatives-1.05.tar.gz) = 4a76df6dd1183fa7602c9c737e737945cc57a3bf6512f4fa7302d1885171d185 +SIZE (Text-Match-FastAlternatives-1.05.tar.gz) = 66410 Index: head/textproc/p5-Text-Match-FastAlternatives/pkg-descr =================================================================== --- head/textproc/p5-Text-Match-FastAlternatives/pkg-descr (revision 458910) +++ head/textproc/p5-Text-Match-FastAlternatives/pkg-descr (revision 458911) @@ -1,3 +1,5 @@ This module allows you to search for any of a list of substrings ("keys") in a larger string. It is particularly efficient when the set of keys is large. + +WWW: http://search.cpan.org/dist/Text-Match-FastAlternatives/ Index: head/textproc/p5-Text-Match-FastAlternatives/pkg-plist =================================================================== --- head/textproc/p5-Text-Match-FastAlternatives/pkg-plist (revision 458910) +++ head/textproc/p5-Text-Match-FastAlternatives/pkg-plist (revision 458911) @@ -1,3 +1,3 @@ -%%PERL5_MAN3%%/Text::Match::FastAlternatives.3.gz -%%SITE_ARCH%%/auto/Text/Match/FastAlternatives/FastAlternatives.so %%SITE_ARCH%%/Text/Match/FastAlternatives.pm +%%SITE_ARCH%%/auto/Text/Match/FastAlternatives/FastAlternatives.so +%%PERL5_MAN3%%/Text::Match::FastAlternatives.3.gz