pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/p5-Term-ANSIColor



Module Name:    pkgsrc
Committed By:   wen
Date:           Thu Jul 28 02:47:11 UTC 2016

Modified Files:
        pkgsrc/devel/p5-Term-ANSIColor: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/p5-Term-ANSIColor/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/p5-Term-ANSIColor/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/p5-Term-ANSIColor/Makefile
diff -u pkgsrc/devel/p5-Term-ANSIColor/Makefile:1.18 pkgsrc/devel/p5-Term-ANSIColor/Makefile:1.19
--- pkgsrc/devel/p5-Term-ANSIColor/Makefile:1.18        Wed Jun  8 19:23:33 2016
+++ pkgsrc/devel/p5-Term-ANSIColor/Makefile     Thu Jul 28 02:47:11 2016
@@ -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/Te
 COMMENT=       Perl termcap interface
 LICENSE=       ${PERL5_LICENSE}
 
-PERL5_MODULE_TYPE=     Module::Build
 PERL5_PACKLIST=        auto/Term/ANSIColor/.packlist
 
 .include "../../lang/perl5/module.mk"

Index: pkgsrc/devel/p5-Term-ANSIColor/distinfo
diff -u pkgsrc/devel/p5-Term-ANSIColor/distinfo:1.8 pkgsrc/devel/p5-Term-ANSIColor/distinfo:1.9
--- pkgsrc/devel/p5-Term-ANSIColor/distinfo:1.8 Tue Nov  3 03:28:47 2015
+++ pkgsrc/devel/p5-Term-ANSIColor/distinfo     Thu Jul 28 02:47:11 2016
@@ -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



Home | Main Index | Thread Index | Old Index