pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/time/ruby-tzinfo Update ruby-tzinfo package to 0.3.9.
details: https://anonhg.NetBSD.org/pkgsrc/rev/abdbd64fb28f
branches: trunk
changeset: 545880:abdbd64fb28f
user: taca <taca%pkgsrc.org@localhost>
date: Sat Aug 16 03:19:14 2008 +0000
description:
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:
time/ruby-tzinfo/Makefile | 4 ++--
time/ruby-tzinfo/PLIST | 3 ++-
time/ruby-tzinfo/distinfo | 8 ++++----
3 files changed, 8 insertions(+), 7 deletions(-)
diffs (42 lines):
diff -r a50b5f584748 -r abdbd64fb28f time/ruby-tzinfo/Makefile
--- a/time/ruby-tzinfo/Makefile Sat Aug 16 03:10:47 2008 +0000
+++ b/time/ruby-tzinfo/Makefile Sat Aug 16 03:19:14 2008 +0000
@@ -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 -r a50b5f584748 -r abdbd64fb28f time/ruby-tzinfo/PLIST
--- a/time/ruby-tzinfo/PLIST Sat Aug 16 03:10:47 2008 +0000
+++ b/time/ruby-tzinfo/PLIST Sat Aug 16 03:19:14 2008 +0000
@@ -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_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 -r a50b5f584748 -r abdbd64fb28f time/ruby-tzinfo/distinfo
--- a/time/ruby-tzinfo/distinfo Sat Aug 16 03:10:47 2008 +0000
+++ b/time/ruby-tzinfo/distinfo Sat Aug 16 03:19:14 2008 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index