Wed Feb 28 15:10:02 2018 UTC ()
time/ruby-tzinfo: update to 1.2.5

Version 1.2.5 - 4-Feb-2018
--------------------------

* Support recursively (deep) freezing Country and Timezone instances. #80.
* Allow negative daylight savings time offsets to be derived when reading from
  zoneinfo files. The utc_offset and std_offset are now derived correctly for
  Europe/Dublin in the 2018a and 2018b releases of the Time Zone Database.


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

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

--- pkgsrc/time/ruby-tzinfo/Makefile 2017/12/24 10:16:53 1.41
+++ pkgsrc/time/ruby-tzinfo/Makefile 2018/02/28 15:10:01 1.42
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.41 2017/12/24 10:16:53 wiz Exp $ 1# $NetBSD: Makefile,v 1.42 2018/02/28 15:10:01 taca Exp $
2 2
3DISTNAME= tzinfo-1.2.4 3DISTNAME= tzinfo-1.2.5
4CATEGORIES= time 4CATEGORIES= time
5 5
6MAINTAINER= taca@NetBSD.org 6MAINTAINER= taca@NetBSD.org
7HOMEPAGE= https://tzinfo.github.io/ 7HOMEPAGE= https://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.38 -r1.39 pkgsrc/time/ruby-tzinfo/distinfo (expand / switch to unified diff)

--- pkgsrc/time/ruby-tzinfo/distinfo 2017/10/31 15:46:33 1.38
+++ pkgsrc/time/ruby-tzinfo/distinfo 2018/02/28 15:10:01 1.39
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.38 2017/10/31 15:46:33 taca Exp $ 1$NetBSD: distinfo,v 1.39 2018/02/28 15:10:01 taca Exp $
2 2
3SHA1 (tzinfo-1.2.4.gem) = 42883548f4f1fa28a077050ca0c71a2e9c7f0aa8 3SHA1 (tzinfo-1.2.5.gem) = c63e819a4ef646956bef31acec7d39ddccaff35c
4RMD160 (tzinfo-1.2.4.gem) = e7fcde1ffcf17455bd0fc03246993e7b1e571a76 4RMD160 (tzinfo-1.2.5.gem) = cfefbf80840bc193a086eb32c4c079365b0f14be
5SHA512 (tzinfo-1.2.4.gem) = 0b983aa6b4fdbb3c49329bb51394f1edbeb6f4d216d108448aa9dce751dbc2e348d58032cb41df78a3d249611770e9e345a4d0041597ceadf052b863c3e6d1ab 5SHA512 (tzinfo-1.2.5.gem) = 87f7cd66d6e80d51d216cb993cc76fe7758db03ffd39dde96eb24a9d208699766a8dbff048485fb732ce125ee9f971e38ed9ee1197f3ee3fc3ee8a8da840dd45
6Size (tzinfo-1.2.4.gem) = 152576 bytes 6Size (tzinfo-1.2.5.gem) = 153600 bytes