Sat Apr 15 15:11:23 2017 UTC ()
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.


(taca)
diff -r1.38 -r1.39 pkgsrc/time/ruby-tzinfo/Makefile
diff -r1.36 -r1.37 pkgsrc/time/ruby-tzinfo/distinfo

cvs diff -r1.38 -r1.39 pkgsrc/time/ruby-tzinfo/Makefile (expand / switch to unified diff)

--- pkgsrc/time/ruby-tzinfo/Makefile 2016/01/03 05:17:23 1.38
+++ pkgsrc/time/ruby-tzinfo/Makefile 2017/04/15 15:11:23 1.39
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.38 2016/01/03 05:17:23 taca Exp $ 1# $NetBSD: Makefile,v 1.39 2017/04/15 15:11:23 taca Exp $
2 2
3DISTNAME= tzinfo-1.2.2 3DISTNAME= tzinfo-1.2.3
4CATEGORIES= time 4CATEGORIES= time
5 5
6MAINTAINER= taca@NetBSD.org 6MAINTAINER= taca@NetBSD.org
7HOMEPAGE= http://tzinfo.github.io/ 7HOMEPAGE= http://tzinfo.github.io/
8COMMENT= Daylight savings aware timezone library 8COMMENT= Daylight savings aware timezone library
9LICENSE= mit 9LICENSE= mit
10 10
11DEPENDS+= ${RUBY_PKGPREFIX}-thread_safe>=0.1<1:../../misc/ruby-thread_safe 11DEPENDS+= ${RUBY_PKGPREFIX}-thread_safe>=0.1<1:../../misc/ruby-thread_safe
12 12
13.include "../../lang/ruby/gem.mk" 13.include "../../lang/ruby/gem.mk"
14.include "../../mk/bsd.pkg.mk" 14.include "../../mk/bsd.pkg.mk"

cvs diff -r1.36 -r1.37 pkgsrc/time/ruby-tzinfo/distinfo (expand / switch to unified diff)

--- pkgsrc/time/ruby-tzinfo/distinfo 2016/01/03 05:17:23 1.36
+++ pkgsrc/time/ruby-tzinfo/distinfo 2017/04/15 15:11:23 1.37
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.36 2016/01/03 05:17:23 taca Exp $ 1$NetBSD: distinfo,v 1.37 2017/04/15 15:11:23 taca Exp $
2 2
3SHA1 (tzinfo-1.2.2.gem) = 140005ab4ca0a87020b50c54c7cde74de1154340 3SHA1 (tzinfo-1.2.3.gem) = 28d2bfb90e74b9128b18764ae0b815592e01a972
4RMD160 (tzinfo-1.2.2.gem) = 57f641db013d7ed1af0e16cefffbfb752f9335e7 4RMD160 (tzinfo-1.2.3.gem) = 16ec6e7fe8805ad0224afa738e4e9234660da40a
5SHA512 (tzinfo-1.2.2.gem) = 717f5bda5a40e8225446c4ff413746a526682e5bb58e5047a2d1c8d0769cadaaca612d1f01c758fab5751f81f285156d77abbab08131de627a62def1a4e2eeb1 5SHA512 (tzinfo-1.2.3.gem) = 79a0c364d02ae1964e032586546073ebda3af822cbc064c06927cf48b7c9d0577ad38a738dc4e7065fd8a56e5a7939290e74031d850172635906744c841a6d2c
6Size (tzinfo-1.2.2.gem) = 147456 bytes 6Size (tzinfo-1.2.3.gem) = 151552 bytes