Date: Sat, 13 Jan 2018 08:14:01 +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: r458911 - head/textproc/p5-Text-Match-FastAlternatives Message-ID: <201801130814.w0D8E13P023221@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Jan 13 08:14:01 2018 New Revision: 458911 URL: https://svnweb.freebsd.org/changeset/ports/458911 Log: Update to 1.05 - Add LICENSE - Strip shared library - Sort PLIST - Add WWW Changes: http://search.cpan.org/dist/Text-Match-FastAlternatives/Changes Modified: head/textproc/p5-Text-Match-FastAlternatives/Makefile head/textproc/p5-Text-Match-FastAlternatives/distinfo head/textproc/p5-Text-Match-FastAlternatives/pkg-descr head/textproc/p5-Text-Match-FastAlternatives/pkg-plist Modified: head/textproc/p5-Text-Match-FastAlternatives/Makefile ============================================================================== --- head/textproc/p5-Text-Match-FastAlternatives/Makefile Sat Jan 13 08:13:56 2018 (r458910) +++ head/textproc/p5-Text-Match-FastAlternatives/Makefile Sat Jan 13 08:14:01 2018 (r458911) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Text-Match-FastAlternatives -PORTVERSION= 1.04 -PORTREVISION= 1 +PORTVERSION= 1.05 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,7 +10,13 @@ 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 <bsd.port.mk> Modified: head/textproc/p5-Text-Match-FastAlternatives/distinfo ============================================================================== --- head/textproc/p5-Text-Match-FastAlternatives/distinfo Sat Jan 13 08:13:56 2018 (r458910) +++ head/textproc/p5-Text-Match-FastAlternatives/distinfo Sat Jan 13 08:14:01 2018 (r458911) @@ -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 Modified: head/textproc/p5-Text-Match-FastAlternatives/pkg-descr ============================================================================== --- head/textproc/p5-Text-Match-FastAlternatives/pkg-descr Sat Jan 13 08:13:56 2018 (r458910) +++ head/textproc/p5-Text-Match-FastAlternatives/pkg-descr Sat Jan 13 08:14:01 2018 (r458911) @@ -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/ Modified: head/textproc/p5-Text-Match-FastAlternatives/pkg-plist ============================================================================== --- head/textproc/p5-Text-Match-FastAlternatives/pkg-plist Sat Jan 13 08:13:56 2018 (r458910) +++ head/textproc/p5-Text-Match-FastAlternatives/pkg-plist Sat Jan 13 08:14:01 2018 (r458911) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801130814.w0D8E13P023221>