pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/time/p5-DateTime Update to 1.35



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3d00cb503c63
branches:  trunk
changeset: 350800:3d00cb503c63
user:      wen <wen%pkgsrc.org@localhost>
date:      Sat Aug 06 11:18:08 2016 +0000

description:
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:

 time/p5-DateTime/Makefile |   5 +++--
 time/p5-DateTime/distinfo |  10 +++++-----
 2 files changed, 8 insertions(+), 7 deletions(-)

diffs (35 lines):

diff -r b98b8c5a6c09 -r 3d00cb503c63 time/p5-DateTime/Makefile
--- a/time/p5-DateTime/Makefile Sat Aug 06 10:10:10 2016 +0000
+++ b/time/p5-DateTime/Makefile Sat Aug 06 11:18:08 2016 +0000
@@ -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 @@
 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 -r b98b8c5a6c09 -r 3d00cb503c63 time/p5-DateTime/distinfo
--- a/time/p5-DateTime/distinfo Sat Aug 06 10:10:10 2016 +0000
+++ b/time/p5-DateTime/distinfo Sat Aug 06 11:18:08 2016 +0000
@@ -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



Home | Main Index | Thread Index | Old Index