diff options
author | wen <wen@pkgsrc.org> | 2016-08-06 11:18:08 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2016-08-06 11:18:08 +0000 |
commit | 02533ca5eb30afa02805e632b7ac149b913a027e (patch) | |
tree | 641137f74f9c00a6127d2e93a471351a4281bc51 /time | |
parent | b2caa5bee58acfd579c4097eb974f2039512de68 (diff) | |
download | pkgsrc-02533ca5eb30afa02805e632b7ac149b913a027e.tar.gz |
Update to 1.35
Upstream changes:
1.35 2016-08-05
- Use namespace::autoclean in all packages which import anything. Without
cleaning the namespace, DateTime ends up with "methods" like try and catch
(from Try::Tiny), which can lead to very confusing bugs. Reported by Mischa
Schwieger. RT #115983.
Diffstat (limited to 'time')
-rw-r--r-- | time/p5-DateTime/Makefile | 5 | ||||
-rw-r--r-- | time/p5-DateTime/distinfo | 10 |
2 files changed, 8 insertions, 7 deletions
diff --git a/time/p5-DateTime/Makefile b/time/p5-DateTime/Makefile index dd81e7e7531..7ebcb3d6555 100644 --- a/time/p5-DateTime/Makefile +++ b/time/p5-DateTime/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.58 2016/07/15 02:58:09 wen Exp $ +# $NetBSD: Makefile,v 1.59 2016/08/06 11:18:08 wen Exp $ -DISTNAME= DateTime-1.34 +DISTNAME= DateTime-1.35 PKGNAME= p5-${DISTNAME}00 CATEGORIES= time perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/} @@ -19,6 +19,7 @@ BUILD_DEPENDS+= p5-CPAN-Meta-Check>=0.11:../../devel/p5-CPAN-Meta-Check DEPENDS+= p5-DateTime-Locale>=1.05:../../time/p5-DateTime-Locale DEPENDS+= p5-DateTime-TimeZone>=2.00:../../time/p5-DateTime-TimeZone DEPENDS+= p5-Math-Round-[0-9]*:../../math/p5-Math-Round +DEPENDS+= p5-namespace-autoclean>=0:../../devel/p5-namespace-autoclean USE_LANGUAGES= c # installs C module PERL5_PACKLIST= auto/DateTime/.packlist diff --git a/time/p5-DateTime/distinfo b/time/p5-DateTime/distinfo index d385c9ccda3..365eb032441 100644 --- a/time/p5-DateTime/distinfo +++ b/time/p5-DateTime/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.45 2016/07/15 02:58:09 wen Exp $ +$NetBSD: distinfo,v 1.46 2016/08/06 11:18:08 wen Exp $ -SHA1 (DateTime-1.34.tar.gz) = f07e67d384d11f6f82f8941ff698413ecc05da17 -RMD160 (DateTime-1.34.tar.gz) = 15ba734b72874139159add92579c3192492fbeaa -SHA512 (DateTime-1.34.tar.gz) = 7291cc05b183332c0a4d9d82238afc691a22603c5ea26401090fa94fcf91aeb087921893a1735bd736276d51bb4701eac4e736185d5192d0d53a5dc03493e236 -Size (DateTime-1.34.tar.gz) = 234494 bytes +SHA1 (DateTime-1.35.tar.gz) = 32fd625cb9b3071ad1e4a31c01d6571dd4feaa83 +RMD160 (DateTime-1.35.tar.gz) = 289b8aba1aee822256ce06281baa731036544c93 +SHA512 (DateTime-1.35.tar.gz) = 86246ef6778e859c99ae1c3abf547f1b853889ba4d0c4845f73d07554579a8739289a99adb1f93b8feba7c5319ecf7fb8b28c58f3c09cb8745f975e3fcf341d8 +Size (DateTime-1.35.tar.gz) = 235404 bytes |