pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/p5-Text-Glob
Module Name: pkgsrc
Committed By: wiz
Date: Fri Sep 30 11:14:55 UTC 2016
Modified Files:
pkgsrc/textproc/p5-Text-Glob: Makefile distinfo
Log Message:
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)
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/textproc/p5-Text-Glob/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/textproc/p5-Text-Glob/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/p5-Text-Glob/Makefile
diff -u pkgsrc/textproc/p5-Text-Glob/Makefile:1.18 pkgsrc/textproc/p5-Text-Glob/Makefile:1.19
--- pkgsrc/textproc/p5-Text-Glob/Makefile:1.18 Wed Jun 8 19:24:38 2016
+++ pkgsrc/textproc/p5-Text-Glob/Makefile Fri Sep 30 11:14:55 2016
@@ -1,9 +1,7 @@
-# $NetBSD: Makefile,v 1.18 2016/06/08 19:24:38 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2016/09/30 11:14:55 wiz Exp $
-DISTNAME= Text-Glob-0.09
+DISTNAME= Text-Glob-0.10
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 5
-
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
@@ -13,6 +11,9 @@ COMMENT= Match globbing patterns against
LICENSE= ${PERL5_LICENSE}
PERL5_PACKLIST= auto/Text/Glob/.packlist
+# to avoid "PaxHeader" pollution and confusion
+EXTRACT_USING= bsdtar
+USE_TOOLS+= bsdtar
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/textproc/p5-Text-Glob/distinfo
diff -u pkgsrc/textproc/p5-Text-Glob/distinfo:1.5 pkgsrc/textproc/p5-Text-Glob/distinfo:1.6
--- pkgsrc/textproc/p5-Text-Glob/distinfo:1.5 Wed Nov 4 01:59:51 2015
+++ pkgsrc/textproc/p5-Text-Glob/distinfo Fri Sep 30 11:14:55 2016
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2015/11/04 01:59:51 agc Exp $
+$NetBSD: distinfo,v 1.6 2016/09/30 11:14:55 wiz Exp $
-SHA1 (Text-Glob-0.09.tar.gz) = 11145c455c6c75f4710c16c604880f9cea40dfd6
-RMD160 (Text-Glob-0.09.tar.gz) = dd891eabaac4eeca4dadb112877a849ad77acea1
-SHA512 (Text-Glob-0.09.tar.gz) = 9b729e4ece88ad79e1b637c7f35e5e1ecae3fd7f62c408ed4f3fcac2e8e8afff32d7d805e1b0269800aada5ae609d03335d42ac54def2797d301e91fa488ae47
-Size (Text-Glob-0.09.tar.gz) = 4171 bytes
+SHA1 (Text-Glob-0.10.tar.gz) = 150f0c75807da406aeec479bc780e924a25e5838
+RMD160 (Text-Glob-0.10.tar.gz) = 154ef590d1fffe81b86906494d7bb6fbe767acd9
+SHA512 (Text-Glob-0.10.tar.gz) = 9a18048135f18500bb0ba3bf21c6df3fc390ec0f213c4a9331a84e643703805fbe557378284fa66f32a96852c38f832ac750509e257b5cc14b0f3ca6d75f5af0
+Size (Text-Glob-0.10.tar.gz) = 5348 bytes
Home |
Main Index |
Thread Index |
Old Index