diff options
author | seb <seb> | 2009-11-11 09:12:56 +0000 |
---|---|---|
committer | seb <seb> | 2009-11-11 09:12:56 +0000 |
commit | e7748909ebff09048f2603ebb19b72135d4d6882 (patch) | |
tree | 9bf083109075ddaaab76b087a245b8d90776304c /time | |
parent | 79a335e71ed70c5d83110a9ac3e5ba6be9e329a6 (diff) | |
download | pkgsrc-e7748909ebff09048f2603ebb19b72135d4d6882.tar.gz |
Update from version 0.5000 to version 0.5100 (upstream version 0.51)
Pkgsrc changes:
- Switch PERL5_MODULE_TYPE to Module::Build
Upstream changes:
0.51 2009-11-01
- Switched to Module::Build. To force a non-XS build, start the build
process with "perl Build.PL --pp".
- POD-related tests are only run for the maintainer now.
- Fixed handling of negative years in CLDR formatting for "y" and "u"
patterns. Note that the LDML spec says nothing about how this should work,
so I took my best guess.
Diffstat (limited to 'time')
-rw-r--r-- | time/p5-DateTime/Makefile | 5 | ||||
-rw-r--r-- | time/p5-DateTime/distinfo | 8 |
2 files changed, 7 insertions, 6 deletions
diff --git a/time/p5-DateTime/Makefile b/time/p5-DateTime/Makefile index 6960f1701c3..cce0a704fc2 100644 --- a/time/p5-DateTime/Makefile +++ b/time/p5-DateTime/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.17 2009/05/17 18:08:00 sno Exp $ +# $NetBSD: Makefile,v 1.18 2009/11/11 09:12:56 seb Exp $ -DISTNAME= DateTime-0.50 +DISTNAME= DateTime-0.51 PKGNAME= p5-${DISTNAME}00 CATEGORIES= time perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/} @@ -16,6 +16,7 @@ DEPENDS+= p5-Params-Validate>=0.76:../../devel/p5-Params-Validate USE_LANGUAGES= c # installs C module PERL5_PACKLIST= auto/DateTime/.packlist +PERL5_MODULE_TYPE= Module::Build PKG_DESTDIR_SUPPORT= user-destdir diff --git a/time/p5-DateTime/distinfo b/time/p5-DateTime/distinfo index ba7a9a5d463..38410c5b478 100644 --- a/time/p5-DateTime/distinfo +++ b/time/p5-DateTime/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.13 2009/05/17 18:08:00 sno Exp $ +$NetBSD: distinfo,v 1.14 2009/11/11 09:12:56 seb Exp $ -SHA1 (DateTime-0.50.tar.gz) = 20eea7116ad8a7a1995f6ff5e4984372f5d79a01 -RMD160 (DateTime-0.50.tar.gz) = 8ce6016216cc6b2ae8e1b18d95c9986c43af426b -Size (DateTime-0.50.tar.gz) = 137754 bytes +SHA1 (DateTime-0.51.tar.gz) = 6d2120e254e6fd45f11c597453b7b5bce6eb70fe +RMD160 (DateTime-0.51.tar.gz) = 7f14865075d7bca2df5e121c107fd00766e07866 +Size (DateTime-0.51.tar.gz) = 187928 bytes |