pkgsrc-Changes archive

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

CVS commit: pkgsrc/time/p5-DateTime-Locale



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Jun 30 17:44:01 UTC 2016

Modified Files:
        pkgsrc/time/p5-DateTime-Locale: Makefile distinfo

Log Message:
Updated p5-DateTime-Locale to 1.05.

1.05     2016-06-26

- Instead of using the DATA handle to get at as-yet-unloaded locale data in
  DateTime::Locale::Data, we now read the raw data into memory once, and use
  eval to turn it into Perl data structures as a particular locale is
  requested. This may fix a problem where reading from the DATA handle somehow
  returned the wrong chunk of data (or overlapped multiple locales). The
  downside is that loading DateTime::Locale now uses an additional 4MB of
  memory on my system, regardless of how many individual locales are
  instantiated. Reported by Greg Oschwald. GitHub #3.


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/time/p5-DateTime-Locale/Makefile
cvs rdiff -u -r1.19 -r1.20 pkgsrc/time/p5-DateTime-Locale/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-Locale/Makefile
diff -u pkgsrc/time/p5-DateTime-Locale/Makefile:1.32 pkgsrc/time/p5-DateTime-Locale/Makefile:1.33
--- pkgsrc/time/p5-DateTime-Locale/Makefile:1.32        Sun Jun 19 20:39:16 2016
+++ pkgsrc/time/p5-DateTime-Locale/Makefile     Thu Jun 30 17:44:01 2016
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.32 2016/06/19 20:39:16 wiz Exp $
+# $NetBSD: Makefile,v 1.33 2016/06/30 17:44:01 wiz Exp $
 
-DISTNAME=      DateTime-Locale-1.04
+DISTNAME=      DateTime-Locale-1.05
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    time perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=DateTime/}

Index: pkgsrc/time/p5-DateTime-Locale/distinfo
diff -u pkgsrc/time/p5-DateTime-Locale/distinfo:1.19 pkgsrc/time/p5-DateTime-Locale/distinfo:1.20
--- pkgsrc/time/p5-DateTime-Locale/distinfo:1.19        Sun Jun 19 20:39:16 2016
+++ pkgsrc/time/p5-DateTime-Locale/distinfo     Thu Jun 30 17:44:01 2016
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.19 2016/06/19 20:39:16 wiz Exp $
+$NetBSD: distinfo,v 1.20 2016/06/30 17:44:01 wiz Exp $
 
-SHA1 (DateTime-Locale-1.04.tar.gz) = 7dc4e47b415664acc8a4b7334db675b5ca0f90aa
-RMD160 (DateTime-Locale-1.04.tar.gz) = 7cc637a8ef8d0d18be29e9a59e3282c327cb130f
-SHA512 (DateTime-Locale-1.04.tar.gz) = 13014c79b8b9c1d1faa7a23514675216688ac47059e3463ca9721d2117035ce8c2f7edb63f90015657a95d0f8b793e61208dd9d12a0a309274bc12a0323d902f
-Size (DateTime-Locale-1.04.tar.gz) = 959451 bytes
+SHA1 (DateTime-Locale-1.05.tar.gz) = 459a7fe49740fdd3a08c58a36c3549383b6839ae
+RMD160 (DateTime-Locale-1.05.tar.gz) = 16e1691b92ab7fe95954397af8503e6cf0adb4db
+SHA512 (DateTime-Locale-1.05.tar.gz) = 8e5484e20ccd6f21343dd8eed708f4ec70a0a11f86b83d4a304ebc01b6f8a613d8b08b3a51cf520eeac7730720a996ef36b5e93e771f5fd03f92e283e4ff1f94
+Size (DateTime-Locale-1.05.tar.gz) = 959564 bytes



Home | Main Index | Thread Index | Old Index