Sun Jun 5 11:46:09 2016 UTC ()
Updated devel/p5-Date-Manip to 6.54
  -------------------------------------
  (From: perldoc Date::Manip::Changes6)
  -------------------------------------
VERSION 6.54  2016-05-31
    Deprecation of Date::Manip 5.xx tests
        By default, the Date::Manip 5.xx tests will no longer run. Changes to
        the timezone data can cause failures. Since Date::Manip 5.xx is no
        longer supported in any way, these tests will no longer run on a
        system where 6.xx can be run. Richard Jelinek.

    Deprecation of TZ postponed
        The deprecation of the TZ variable has been postponed to March 2017. I
        decided that 1 year was not enough notice (especially since not
        everyone will have updated Date::Manip since March 2015 when the
        warning was added.

    Bug fixes
        Changed requirement for ExtUtils::MakeMaker to 6.67_01. RT 112286

        Fixed a bug where a timezone abbreviation was not parsed correctly
        when passed in as a value to the SetDate, ForceDate, or TZ config
        variables. Based on a report in perlmonks.org.

    Time zone fixes
        Newest zoneinfo data (tzdata 2016d)

        Made some improvements to how I handled the timezone data which
        resulted in a few of the default timezones being changed.

    Documentation fixes
        Fixed one more typo. RT 114095

        Clarified the Config document. Based on a report in perlmonks.org.


(mef)
diff -r1.56 -r1.57 pkgsrc/devel/p5-Date-Manip/Makefile
diff -r1.29 -r1.30 pkgsrc/devel/p5-Date-Manip/distinfo

cvs diff -r1.56 -r1.57 pkgsrc/devel/p5-Date-Manip/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-Date-Manip/Makefile 2016/03/08 15:10:43 1.56
+++ pkgsrc/devel/p5-Date-Manip/Makefile 2016/06/05 11:46:09 1.57
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.56 2016/03/08 15:10:43 wiz Exp $ 1# $NetBSD: Makefile,v 1.57 2016/06/05 11:46:09 mef Exp $
2 2
3DISTNAME= Date-Manip-6.53 3DISTNAME= Date-Manip-6.54
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5CATEGORIES= textproc perl5 5CATEGORIES= textproc perl5
6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Date/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Date/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://search.cpan.org/dist/Date-Manip/ 9HOMEPAGE= http://search.cpan.org/dist/Date-Manip/
10COMMENT= Perl5 module for date calculations 10COMMENT= Perl5 module for date calculations
11LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
12 12
13DEPENDS+= p5-Test-Pod-[0-9]*:../../devel/p5-Test-Pod 13DEPENDS+= p5-Test-Pod-[0-9]*:../../devel/p5-Test-Pod
14DEPENDS+= p5-Test-Pod-Coverage-[0-9]*:../../devel/p5-Test-Pod-Coverage 14DEPENDS+= p5-Test-Pod-Coverage-[0-9]*:../../devel/p5-Test-Pod-Coverage
15DEPENDS+= p5-YAML-Syck-[0-9]*:../../textproc/p5-YAML-Syck 15DEPENDS+= p5-YAML-Syck-[0-9]*:../../textproc/p5-YAML-Syck
16# only needed for tests 16# only needed for tests

cvs diff -r1.29 -r1.30 pkgsrc/devel/p5-Date-Manip/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-Date-Manip/distinfo 2016/03/08 15:10:43 1.29
+++ pkgsrc/devel/p5-Date-Manip/distinfo 2016/06/05 11:46:09 1.30
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.29 2016/03/08 15:10:43 wiz Exp $ 1$NetBSD: distinfo,v 1.30 2016/06/05 11:46:09 mef Exp $
2 2
3SHA1 (Date-Manip-6.53.tar.gz) = 6ae0a757949563032d31fb6a017bf10c69653b70 3SHA1 (Date-Manip-6.54.tar.gz) = e5d25fde5d93d3b50d2378f9900b4a294417af90
4RMD160 (Date-Manip-6.53.tar.gz) = 405dca5e718049f2ceb93e6e095ea64b33653f5f 4RMD160 (Date-Manip-6.54.tar.gz) = 1f6701db61d77d703cbc5d3699639cb26cb7818b
5SHA512 (Date-Manip-6.53.tar.gz) = 70dec280bb1df1cf093ade2fbfefe0d2028ef156eb3b151acb16131701969cef1356b1955070e0fa7358c64d535c569c36d42674b83b7897fcfdc67fd931048a 5SHA512 (Date-Manip-6.54.tar.gz) = 659c2dd9ed062869a946a52c7dfb384305a1fef0b8c3c0fb205bbd2e7ffc0c27f4a77a8e94c0a4504d706a169aa1d94036fcea2bd12068dba1e8e1a17bec942c
6Size (Date-Manip-6.53.tar.gz) = 1836447 bytes 6Size (Date-Manip-6.54.tar.gz) = 1826335 bytes