summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2017-04-15 15:11:23 +0000
committertaca <taca@pkgsrc.org>2017-04-15 15:11:23 +0000
commitb703287c58e1304f43a1df432f6e7dec02bcb72a (patch)
treee88c0013107313f6b7bf8dfb67aa96f65783a72d
parent1f2690fe75f41c2db2b9a3d25594da186f7799e3 (diff)
downloadpkgsrc-b703287c58e1304f43a1df432f6e7dec02bcb72a.tar.gz
Update ruby-tzinfo to 1.2.3.
v1.2.3 2017/3/25 * Reduce the number of String objects allocated when loading zoneinfo files. #54. * Make Timezone#friendly_identifier compatible with frozen string literals. * Improve the algorithm for deriving the utc_offset from zoneinfo files. This now correctly handles Pacific/Apia switching from one side of the International Date Line to the other whilst observing daylight savings time. #66. * Fix an UnknownTimezone exception when calling transitions_up_to or offsets_up_to on a TimezoneProxy instance obtained from Timezone.get_proxy. * Allow the Factory zone to be obtained from the Zoneinfo data source. * Ignore the /usr/share/zoneinfo/timeconfig symlink included in Slackware distributions. #64. * Fix Timezone#strftime handling of %Z expansion when %Z is prefixed with more than one percent. #31. * Support expansion of %z, %:z, %::z and %:::z to the UTC offset of the time zone in Timezone#strftime. #31 and #67.
-rw-r--r--time/ruby-tzinfo/Makefile4
-rw-r--r--time/ruby-tzinfo/distinfo10
2 files changed, 7 insertions, 7 deletions
diff --git a/time/ruby-tzinfo/Makefile b/time/ruby-tzinfo/Makefile
index dc383cacca6..527dbbeef18 100644
--- a/time/ruby-tzinfo/Makefile
+++ b/time/ruby-tzinfo/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.38 2016/01/03 05:17:23 taca Exp $
+# $NetBSD: Makefile,v 1.39 2017/04/15 15:11:23 taca Exp $
-DISTNAME= tzinfo-1.2.2
+DISTNAME= tzinfo-1.2.3
CATEGORIES= time
MAINTAINER= taca@NetBSD.org
diff --git a/time/ruby-tzinfo/distinfo b/time/ruby-tzinfo/distinfo
index 618bb195afe..5822142529d 100644
--- a/time/ruby-tzinfo/distinfo
+++ b/time/ruby-tzinfo/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.36 2016/01/03 05:17:23 taca Exp $
+$NetBSD: distinfo,v 1.37 2017/04/15 15:11:23 taca Exp $
-SHA1 (tzinfo-1.2.2.gem) = 140005ab4ca0a87020b50c54c7cde74de1154340
-RMD160 (tzinfo-1.2.2.gem) = 57f641db013d7ed1af0e16cefffbfb752f9335e7
-SHA512 (tzinfo-1.2.2.gem) = 717f5bda5a40e8225446c4ff413746a526682e5bb58e5047a2d1c8d0769cadaaca612d1f01c758fab5751f81f285156d77abbab08131de627a62def1a4e2eeb1
-Size (tzinfo-1.2.2.gem) = 147456 bytes
+SHA1 (tzinfo-1.2.3.gem) = 28d2bfb90e74b9128b18764ae0b815592e01a972
+RMD160 (tzinfo-1.2.3.gem) = 16ec6e7fe8805ad0224afa738e4e9234660da40a
+SHA512 (tzinfo-1.2.3.gem) = 79a0c364d02ae1964e032586546073ebda3af822cbc064c06927cf48b7c9d0577ad38a738dc4e7065fd8a56e5a7939290e74031d850172635906744c841a6d2c
+Size (tzinfo-1.2.3.gem) = 151552 bytes