Fri Sep 30 11:14:55 2016 UTC ()
Updated p5-Text-Glob to 0.10.

0.10    Wednesday 14th September, 2016
        Added ability to alter regex seperator (patch from Mark Fowler)
        Switch distribution packaging back to ExtUtils::MakeMaker (RT#104876)


(wiz)
diff -r1.18 -r1.19 pkgsrc/textproc/p5-Text-Glob/Makefile
diff -r1.5 -r1.6 pkgsrc/textproc/p5-Text-Glob/distinfo

cvs diff -r1.18 -r1.19 pkgsrc/textproc/p5-Text-Glob/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/p5-Text-Glob/Makefile 2016/06/08 19:24:38 1.18
+++ pkgsrc/textproc/p5-Text-Glob/Makefile 2016/09/30 11:14:55 1.19
@@ -1,18 +1,19 @@ @@ -1,18 +1,19 @@
1# $NetBSD: Makefile,v 1.18 2016/06/08 19:24:38 wiz Exp $ 1# $NetBSD: Makefile,v 1.19 2016/09/30 11:14:55 wiz Exp $
2 2
3DISTNAME= Text-Glob-0.09 3DISTNAME= Text-Glob-0.10
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 5 
6 
7CATEGORIES= textproc perl5 5CATEGORIES= textproc perl5
8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
9 7
10MAINTAINER= hiramatu@boreas.dti.ne.jp 8MAINTAINER= hiramatu@boreas.dti.ne.jp
11HOMEPAGE= http://search.cpan.org/dist/Text-Glob/ 9HOMEPAGE= http://search.cpan.org/dist/Text-Glob/
12COMMENT= Match globbing patterns against text 10COMMENT= Match globbing patterns against text
13LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
14 12
15PERL5_PACKLIST= auto/Text/Glob/.packlist 13PERL5_PACKLIST= auto/Text/Glob/.packlist
 14# to avoid "PaxHeader" pollution and confusion
 15EXTRACT_USING= bsdtar
 16USE_TOOLS+= bsdtar
16 17
17.include "../../lang/perl5/module.mk" 18.include "../../lang/perl5/module.mk"
18.include "../../mk/bsd.pkg.mk" 19.include "../../mk/bsd.pkg.mk"

cvs diff -r1.5 -r1.6 pkgsrc/textproc/p5-Text-Glob/distinfo (expand / switch to unified diff)

--- pkgsrc/textproc/p5-Text-Glob/distinfo 2015/11/04 01:59:51 1.5
+++ pkgsrc/textproc/p5-Text-Glob/distinfo 2016/09/30 11:14:55 1.6
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.5 2015/11/04 01:59:51 agc Exp $ 1$NetBSD: distinfo,v 1.6 2016/09/30 11:14:55 wiz Exp $
2 2
3SHA1 (Text-Glob-0.09.tar.gz) = 11145c455c6c75f4710c16c604880f9cea40dfd6 3SHA1 (Text-Glob-0.10.tar.gz) = 150f0c75807da406aeec479bc780e924a25e5838
4RMD160 (Text-Glob-0.09.tar.gz) = dd891eabaac4eeca4dadb112877a849ad77acea1 4RMD160 (Text-Glob-0.10.tar.gz) = 154ef590d1fffe81b86906494d7bb6fbe767acd9
5SHA512 (Text-Glob-0.09.tar.gz) = 9b729e4ece88ad79e1b637c7f35e5e1ecae3fd7f62c408ed4f3fcac2e8e8afff32d7d805e1b0269800aada5ae609d03335d42ac54def2797d301e91fa488ae47 5SHA512 (Text-Glob-0.10.tar.gz) = 9a18048135f18500bb0ba3bf21c6df3fc390ec0f213c4a9331a84e643703805fbe557378284fa66f32a96852c38f832ac750509e257b5cc14b0f3ca6d75f5af0
6Size (Text-Glob-0.09.tar.gz) = 4171 bytes 6Size (Text-Glob-0.10.tar.gz) = 5348 bytes