diff options
author | taca <taca@pkgsrc.org> | 2008-10-08 13:24:02 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2008-10-08 13:24:02 +0000 |
commit | e11f9956e51491b296075287d16df9b638178579 (patch) | |
tree | e7e00652097b249e8c5e5f6658155e910e205064 /time/ruby-tzinfo | |
parent | f1a39f49d389f8393ce4168bed08450311736e64 (diff) | |
download | pkgsrc-e11f9956e51491b296075287d16df9b638178579.tar.gz |
Update ruby-tzinfo package to 0.3.11.
== Version 0.3.11 (tzdata v2008g) - 7-Oct-2008
* Updated to tzdata version 2008g
(http://article.gmane.org/gmane.comp.time.tz/2335).
* Support Ruby 1.9.0-5. Rational.new! has now been removed in Ruby 1.9.
Only use Rational.new! if it is available (it is preferable in Ruby 1.8
for performance reasons). Thanks to Jeremy Kemper and Pratik Naik for
reporting this. Closes #22312.
* Apply a patch from Pratik Naik to replace assert calls that have been
deprecated in the Ruby svn trunk. Closes #22308.
Diffstat (limited to 'time/ruby-tzinfo')
-rw-r--r-- | time/ruby-tzinfo/Makefile | 4 | ||||
-rw-r--r-- | time/ruby-tzinfo/PLIST | 4 | ||||
-rw-r--r-- | time/ruby-tzinfo/distinfo | 8 |
3 files changed, 9 insertions, 7 deletions
diff --git a/time/ruby-tzinfo/Makefile b/time/ruby-tzinfo/Makefile index 47cbd697712..b17779b883e 100644 --- a/time/ruby-tzinfo/Makefile +++ b/time/ruby-tzinfo/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2008/09/18 12:42:47 taca Exp $ +# $NetBSD: Makefile,v 1.7 2008/10/08 13:24:02 taca Exp $ -DISTNAME= tzinfo-0.3.10 +DISTNAME= tzinfo-0.3.11 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} CATEGORIES= time diff --git a/time/ruby-tzinfo/PLIST b/time/ruby-tzinfo/PLIST index 3b50b39844d..ea28a39c96c 100644 --- a/time/ruby-tzinfo/PLIST +++ b/time/ruby-tzinfo/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2008/09/18 12:42:47 taca Exp $ +@comment $NetBSD: PLIST,v 1.6 2008/10/08 13:24:02 taca Exp $ ${GEM_HOME}/cache/tzinfo-${PKGVERSION}.gem ${GEM_LIBDIR}/CHANGES ${GEM_LIBDIR}/LICENSE @@ -580,6 +580,7 @@ ${GEM_LIBDIR}/lib/tzinfo/info_timezone.rb ${GEM_LIBDIR}/lib/tzinfo/linked_timezone.rb ${GEM_LIBDIR}/lib/tzinfo/linked_timezone_info.rb ${GEM_LIBDIR}/lib/tzinfo/offset_rationals.rb +${GEM_LIBDIR}/lib/tzinfo/ruby_core_support.rb ${GEM_LIBDIR}/lib/tzinfo/time_or_datetime.rb ${GEM_LIBDIR}/lib/tzinfo/timezone.rb ${GEM_LIBDIR}/lib/tzinfo/timezone_definition.rb @@ -600,6 +601,7 @@ ${GEM_LIBDIR}/test/tc_info_timezone.rb ${GEM_LIBDIR}/test/tc_linked_timezone.rb ${GEM_LIBDIR}/test/tc_linked_timezone_info.rb ${GEM_LIBDIR}/test/tc_offset_rationals.rb +${GEM_LIBDIR}/test/tc_ruby_core_support.rb ${GEM_LIBDIR}/test/tc_time_or_datetime.rb ${GEM_LIBDIR}/test/tc_timezone.rb ${GEM_LIBDIR}/test/tc_timezone_definition.rb diff --git a/time/ruby-tzinfo/distinfo b/time/ruby-tzinfo/distinfo index ad84de241f8..4cdf0a165e0 100644 --- a/time/ruby-tzinfo/distinfo +++ b/time/ruby-tzinfo/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2008/09/18 12:42:47 taca Exp $ +$NetBSD: distinfo,v 1.6 2008/10/08 13:24:02 taca Exp $ -SHA1 (tzinfo-0.3.10.gem) = e53a6a7b18335ca15007fb8c6d1df9dcc4f6a346 -RMD160 (tzinfo-0.3.10.gem) = c53d93d2e34680f0e08e19cb4c8dde269cade5bb -Size (tzinfo-0.3.10.gem) = 296960 bytes +SHA1 (tzinfo-0.3.11.gem) = 18adf872a6daa83522c072e6f013830134754919 +RMD160 (tzinfo-0.3.11.gem) = d3c4903ddb8d01419736d787309394e261637e4a +Size (tzinfo-0.3.11.gem) = 297472 bytes |