diff options
author | taca <taca@pkgsrc.org> | 2008-08-16 03:19:14 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2008-08-16 03:19:14 +0000 |
commit | 7c1e7ba54f9791a514d1acf9d2d22e8a323fb51c (patch) | |
tree | 51603cac12be012b9bf59e3e6e70255dcfc6f0f3 /time | |
parent | d6bd96ecbc5710eaa56ba641264ec7e76e096351 (diff) | |
download | pkgsrc-7c1e7ba54f9791a514d1acf9d2d22e8a323fb51c.tar.gz |
Update ruby-tzinfo package to 0.3.9.
== Version 0.3.9 (tzdata v2008c) - 27-May-2008
* Updated to tzdata version 2008c
(http://article.gmane.org/gmane.comp.time.tz/2183).
* Support loading timezone data in the latest trunk versions of Ruby 1.9.
Rational.new! is now private, so call it using Rational.send :new! instead.
Thanks to Jeremy Kemper and Pratik Naik for spotting this. Closes #19184.
* Prevent warnings from being output when running Ruby with the -v or -w
command line options. Thanks to Paul McMahon for the patch. Closes #19719.
Diffstat (limited to 'time')
-rw-r--r-- | time/ruby-tzinfo/Makefile | 4 | ||||
-rw-r--r-- | time/ruby-tzinfo/PLIST | 3 | ||||
-rw-r--r-- | time/ruby-tzinfo/distinfo | 8 |
3 files changed, 8 insertions, 7 deletions
diff --git a/time/ruby-tzinfo/Makefile b/time/ruby-tzinfo/Makefile index 45f028d3067..df9a267faa1 100644 --- a/time/ruby-tzinfo/Makefile +++ b/time/ruby-tzinfo/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2008/04/04 15:22:35 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2008/08/16 03:19:14 taca Exp $ -DISTNAME= tzinfo-0.3.8 +DISTNAME= tzinfo-0.3.9 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} CATEGORIES= time diff --git a/time/ruby-tzinfo/PLIST b/time/ruby-tzinfo/PLIST index 0412d1e12e2..ba73f21b3d3 100644 --- a/time/ruby-tzinfo/PLIST +++ b/time/ruby-tzinfo/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2008/04/04 15:22:35 jlam Exp $ +@comment $NetBSD: PLIST,v 1.4 2008/08/16 03:19:14 taca Exp $ ${GEM_HOME}/cache/tzinfo-${PKGVERSION}.gem ${GEM_LIBDIR}/CHANGES ${GEM_LIBDIR}/LICENSE @@ -612,6 +612,7 @@ ${GEM_LIBDIR}/test/tc_timezone_period.rb ${GEM_LIBDIR}/test/tc_timezone_proxy.rb ${GEM_LIBDIR}/test/tc_timezone_transition_info.rb ${GEM_LIBDIR}/test/tc_timezone_utc.rb +${GEM_LIBDIR}/test/test_utils.rb ${GEM_LIBDIR}/test/ts_all.rb ${GEM_HOME}/specifications/tzinfo-${PKGVERSION}.gemspec @dirrm ${GEM_LIBDIR}/test diff --git a/time/ruby-tzinfo/distinfo b/time/ruby-tzinfo/distinfo index 3f15c5e1834..af5930c5b62 100644 --- a/time/ruby-tzinfo/distinfo +++ b/time/ruby-tzinfo/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2008/04/04 15:22:35 jlam Exp $ +$NetBSD: distinfo,v 1.4 2008/08/16 03:19:14 taca Exp $ -SHA1 (tzinfo-0.3.8.gem) = 05823f447593b5b545223574d5d29b77c5b1dceb -RMD160 (tzinfo-0.3.8.gem) = bb86aa3df93f6a516c5b275620503d5db96347d6 -Size (tzinfo-0.3.8.gem) = 295424 bytes +SHA1 (tzinfo-0.3.9.gem) = 953789c107c55e390f2c956c8ed491e91a54bebe +RMD160 (tzinfo-0.3.9.gem) = 2c666f96ddf5ddf654164c2b8c2110962b32d14b +Size (tzinfo-0.3.9.gem) = 295936 bytes |