pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/time/p5-DateTime
Module Name: pkgsrc
Committed By: wen
Date: Sat Aug 6 11:18:08 UTC 2016
Modified Files:
pkgsrc/time/p5-DateTime: Makefile distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 pkgsrc/time/p5-DateTime/Makefile
cvs rdiff -u -r1.45 -r1.46 pkgsrc/time/p5-DateTime/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/time/p5-DateTime/Makefile
diff -u pkgsrc/time/p5-DateTime/Makefile:1.58 pkgsrc/time/p5-DateTime/Makefile:1.59
--- pkgsrc/time/p5-DateTime/Makefile:1.58 Fri Jul 15 02:58:09 2016
+++ pkgsrc/time/p5-DateTime/Makefile Sat Aug 6 11:18:08 2016
@@ -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
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
Index: pkgsrc/time/p5-DateTime/distinfo
diff -u pkgsrc/time/p5-DateTime/distinfo:1.45 pkgsrc/time/p5-DateTime/distinfo:1.46
--- pkgsrc/time/p5-DateTime/distinfo:1.45 Fri Jul 15 02:58:09 2016
+++ pkgsrc/time/p5-DateTime/distinfo Sat Aug 6 11:18:08 2016
@@ -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