summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorwen <wen>2016-07-28 02:47:11 +0000
committerwen <wen>2016-07-28 02:47:11 +0000
commit4ac6e03510a3ec1544edf55eb92eada662c74eb8 (patch)
tree620cc7a4ee570c25b9222dacb3dcba1a80380c10 /devel
parent1959d5554910e316aa456d607f251bb2083bc9c4 (diff)
downloadpkgsrc-4ac6e03510a3ec1544edf55eb92eada662c74eb8.tar.gz
Update to 4.05
Upstream changes: Term::ANSIColor 4.05 (2016-03-20) Color aliases are now restricted to ASCII alphanumerics, due to the below change. Delay loading of the Carp module and avoid using [:upper:], \w, and \d in regular expressions to reduce the amount of memory this module consumes. (Normally, I wouldn't worry about this, but this module is very light-weight and can be useful even in highly space-constrained environments, and the impact is slight.) Thanks, Nicolas R. (#111552) Provide a mailto address in bug tracking metadata, use the shorter form of the RT bug tracker URL, and fix the license value to match the new metadata specification. Rework Makefile.PL so that the munging for older versions of ExtUtils::MakeMaker is less intrusive. Term::ANSIColor 4.04 (2015-12-06) Revert the build system back to ExtUtils::MakeMaker. This is the build system actually used in Perl core, so this removes a level of indirectly generated files and means that normal module development tests the same build system used by Perl. Update Makefile.PL with the additional metadata from the Module::Build build system. For versions of Perl prior to 5.11, install the module into the Perl core module directories, since in those versions site modules did not take precedence over Perl core modules. Rename NEWS to Changes to match the normal Perl convention.
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-Term-ANSIColor/Makefile6
-rw-r--r--devel/p5-Term-ANSIColor/distinfo10
2 files changed, 7 insertions, 9 deletions
diff --git a/devel/p5-Term-ANSIColor/Makefile b/devel/p5-Term-ANSIColor/Makefile
index 60b0b194321..9edc617627e 100644
--- a/devel/p5-Term-ANSIColor/Makefile
+++ b/devel/p5-Term-ANSIColor/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.18 2016/06/08 19:23:33 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2016/07/28 02:47:11 wen Exp $
-DISTNAME= Term-ANSIColor-4.03
+DISTNAME= Term-ANSIColor-4.05
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 2
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Term/}
@@ -11,7 +10,6 @@ HOMEPAGE= http://search.cpan.org/dist/Term-ANSIColor/
COMMENT= Perl termcap interface
LICENSE= ${PERL5_LICENSE}
-PERL5_MODULE_TYPE= Module::Build
PERL5_PACKLIST= auto/Term/ANSIColor/.packlist
.include "../../lang/perl5/module.mk"
diff --git a/devel/p5-Term-ANSIColor/distinfo b/devel/p5-Term-ANSIColor/distinfo
index 71f587d6644..ec70d4020a8 100644
--- a/devel/p5-Term-ANSIColor/distinfo
+++ b/devel/p5-Term-ANSIColor/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2015/11/03 03:28:47 agc Exp $
+$NetBSD: distinfo,v 1.9 2016/07/28 02:47:11 wen Exp $
-SHA1 (Term-ANSIColor-4.03.tar.gz) = 43f0df44b07af08c5198d7ee49e1674421d50346
-RMD160 (Term-ANSIColor-4.03.tar.gz) = 8dde13ccf6004ce3c28fd28d6cec0f984105973f
-SHA512 (Term-ANSIColor-4.03.tar.gz) = 0020fae33534e591e25e44101471e946f3049ee73efc81e77c494ba5f0e41245754776267993dc72377daa28dc28ff4d86aed251ab9b3d7196517b3bb7619802
-Size (Term-ANSIColor-4.03.tar.gz) = 53794 bytes
+SHA1 (Term-ANSIColor-4.05.tar.gz) = 286ed1afbceebff078638d877198fdbf9e03b96a
+RMD160 (Term-ANSIColor-4.05.tar.gz) = e091876bdbba501c90eb0412b10c1c6c8c39d180
+SHA512 (Term-ANSIColor-4.05.tar.gz) = a3ea5561e7abd05bb68e34e4bc9fe98e14942256d15265ed064fccd75db355b09050c56035e758401b94c072c4e5c78c87488b1f2e6b761ff3725e2f291543be
+Size (Term-ANSIColor-4.05.tar.gz) = 45418 bytes