Index: head/textproc/p5-DelimMatch/Makefile =================================================================== --- head/textproc/p5-DelimMatch/Makefile (revision 497183) +++ head/textproc/p5-DelimMatch/Makefile (revision 497184) @@ -1,17 +1,24 @@ # Created by: Anton Berezin # $FreeBSD$ PORTNAME= DelimMatch -PORTVERSION= 1.05 -PORTREVISION= 1 +PORTVERSION= 1.06 +DISTVERSIONSUFFIX= a CATEGORIES= textproc perl5 -MASTER_SITES= http://nwalsh.com/perl/delimmatch/ +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:NWALSH PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl extension to find regexp delimited strings with proper nesting +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + USES= perl5 USE_PERL5= configure + +NO_ARCH= yes +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} .include Index: head/textproc/p5-DelimMatch/distinfo =================================================================== --- head/textproc/p5-DelimMatch/distinfo (revision 497183) +++ head/textproc/p5-DelimMatch/distinfo (revision 497184) @@ -1,2 +1,3 @@ -SHA256 (DelimMatch-1.05.tar.gz) = 5d98e5df74b96f8e85956bf3159039f5ca44e50df188bc600b0fc88296eb6c90 -SIZE (DelimMatch-1.05.tar.gz) = 8426 +TIMESTAMP = 1551649844 +SHA256 (DelimMatch-1.06a.tar.gz) = dde935bc77dd08bdd35eb5b374fe10da38a421dc6e2360eadeddc8e51fa133fb +SIZE (DelimMatch-1.06a.tar.gz) = 8529 Index: head/textproc/p5-DelimMatch/pkg-descr =================================================================== --- head/textproc/p5-DelimMatch/pkg-descr (revision 497183) +++ head/textproc/p5-DelimMatch/pkg-descr (revision 497184) @@ -1,12 +1,9 @@ DelimMatch allows you to match delimited substrings in a buffer. The delimiters can be specified with any regular expression and the start and end delimiters need not be the same. If the delimited text is properly nested, entire nested groups are returned. In addition, you may specify quoting and escaping characters that contribute to the recognition of start and end delimiters. -WWW: http://nwalsh.com/perl/delimmatch/ - --Anton - +WWW: https://metacpan.org/release/DelimMatch Index: head/textproc/p5-DelimMatch/pkg-plist =================================================================== --- head/textproc/p5-DelimMatch/pkg-plist (revision 497183) +++ head/textproc/p5-DelimMatch/pkg-plist (revision 497184) @@ -1,3 +1,3 @@ -%%PERL5_MAN3%%/Text::DelimMatch.3.gz -%%SITE_PERL%%/auto/Text/DelimMatch/autosplit.ix %%SITE_PERL%%/Text/DelimMatch.pm +%%SITE_PERL%%/auto/Text/DelimMatch/autosplit.ix +%%PERL5_MAN3%%/Text::DelimMatch.3.gz