Sun Sep 13 11:33:03 2009 UTC ()
Updating time/p5-DateTime-Locale from 0.43 to 0.44

pkgsrc changes:
  - Adjust dependencies

Upstream changes:
0.44   2009-09-12
- All methods which return strftime-style patterns are officially deprecated
  (and have been a little broken for some time, regardless). This includes all
  date and time format methods ending in "_format".

- Other deprecated methods include:
  date_parts_order, date_before_time
  era, eras
  month_name, month_abbreviation, month_narrow
  month_names, month_abbreviations, month_narrows
  day_name, day_abbreviation, day_narrow
  day_names, day_abbreviations, day_narrows
  quarter_name, quarter_abbreviation, quarter_narrow
  quarter_names, quarter_abbreviations
  am_pm, am_pms
  era_name, era_abbreviation
  era_narrow, era_names, era_abbreviations

- All of these deprecated methods will eventually be removed. If you are using
  them directly, please change your code.

- Converted data files in tools/t/test-data to Unix line endings. This works
  around a bug in Module::Signature. Reported by Zefram. RT #49085.

- Require Params::Validate 0.91, since 0.89 caused test failures for
  someone. Reported by Jeremy Hetzler. RT #41365.


(sno)
diff -r1.15 -r1.16 pkgsrc/time/p5-DateTime-Locale/Makefile
diff -r1.10 -r1.11 pkgsrc/time/p5-DateTime-Locale/distinfo

cvs diff -r1.15 -r1.16 pkgsrc/time/p5-DateTime-Locale/Makefile (expand / switch to unified diff)

--- pkgsrc/time/p5-DateTime-Locale/Makefile 2009/07/08 07:40:45 1.15
+++ pkgsrc/time/p5-DateTime-Locale/Makefile 2009/09/13 11:33:03 1.16
@@ -1,23 +1,23 @@ @@ -1,23 +1,23 @@
1# $NetBSD: Makefile,v 1.15 2009/07/08 07:40:45 sno Exp $ 1# $NetBSD: Makefile,v 1.16 2009/09/13 11:33:03 sno Exp $
2 2
3DISTNAME= DateTime-Locale-0.43 3DISTNAME= DateTime-Locale-0.44
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5CATEGORIES= time perl5 5CATEGORIES= time perl5
6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://search.cpan.org/dist/DateTime-Locale/ 9HOMEPAGE= http://search.cpan.org/dist/DateTime-Locale/
10COMMENT= Localization data for p5-DateTime 10COMMENT= Localization data for p5-DateTime
11LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
12 12
13DEPENDS+= p5-List-MoreUtils-[0-9]*:../../devel/p5-List-MoreUtils 13DEPENDS+= p5-List-MoreUtils-[0-9]*:../../devel/p5-List-MoreUtils
14DEPENDS+= p5-Params-Validate-[0-9]*:../../devel/p5-Params-Validate 14DEPENDS+= p5-Params-Validate>=0.91:../../devel/p5-Params-Validate
15 15
16USE_LANGUAGES= # empty 16USE_LANGUAGES= # empty
17PERL5_MODULE_TYPE= Module::Build 17PERL5_MODULE_TYPE= Module::Build
18PERL5_PACKLIST= auto/DateTime/Locale/.packlist 18PERL5_PACKLIST= auto/DateTime/Locale/.packlist
19 19
20PKG_DESTDIR_SUPPORT= user-destdir 20PKG_DESTDIR_SUPPORT= user-destdir
21 21
22.include "../../lang/perl5/module.mk" 22.include "../../lang/perl5/module.mk"
23.include "../../mk/bsd.pkg.mk" 23.include "../../mk/bsd.pkg.mk"

cvs diff -r1.10 -r1.11 pkgsrc/time/p5-DateTime-Locale/distinfo (expand / switch to unified diff)

--- pkgsrc/time/p5-DateTime-Locale/distinfo 2009/07/08 07:40:45 1.10
+++ pkgsrc/time/p5-DateTime-Locale/distinfo 2009/09/13 11:33:03 1.11
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.10 2009/07/08 07:40:45 sno Exp $ 1$NetBSD: distinfo,v 1.11 2009/09/13 11:33:03 sno Exp $
2 2
3SHA1 (DateTime-Locale-0.43.tar.gz) = 810a3d03b67791ba9a928e0f4394143e9b86c281 3SHA1 (DateTime-Locale-0.44.tar.gz) = 3d1feb233e0d5d86e4d7142a4ab90aca3943ed28
4RMD160 (DateTime-Locale-0.43.tar.gz) = 1fedff8f0346b94fcaa9df56b898e07553b7356a 4RMD160 (DateTime-Locale-0.44.tar.gz) = 1d3ca4e6e6cddb700e6a4ae0b9befe267b415402
5Size (DateTime-Locale-0.43.tar.gz) = 778002 bytes 5Size (DateTime-Locale-0.44.tar.gz) = 1055901 bytes