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 pakage from 0.3.20...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/887c4fec0626
branches:  trunk
changeset: 576029:887c4fec0626
user:      taca <taca%pkgsrc.org@localhost>
date:      Sat May 29 15:03:53 2010 +0000

description:
Update ruby-tzinfo pakage from 0.3.20 to 0.3.22.


== Version 0.3.22 (tzdata v2010j) - 29-May-2010

* Corrected file permissions issue with 0.3.21 release.


== Version 0.3.21 (tzdata v2010j) - 28-May-2010

* Updated to tzdata version 2010j
  (http://article.gmane.org/gmane.comp.time.tz/3225).
* Change invalid timezone check to exclude characters not used in timezone
  identifiers and avoid 'character class has duplicated range' warnings with
  Ruby 1.9.2.
* Ruby 1.9.2 has deprecated "require 'rational'", but older versions of
  Ruby need rational to be required. Require rational only when the Rational
  module has not already been loaded.
* Remove circular requires (now a warning in Ruby 1.9.2). Instead of using
  requires in each file for dependencies, tzinfo.rb now requires all tzinfo
  files. If you were previously requiring files within the tzinfo directory
  (e.g. require 'tzinfo/timezone'), then you will now have to
  require 'tzinfo' instead.

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 5244a5cdbed5 -r 887c4fec0626 time/ruby-tzinfo/Makefile
--- a/time/ruby-tzinfo/Makefile Sat May 29 14:31:23 2010 +0000
+++ b/time/ruby-tzinfo/Makefile Sat May 29 15:03:53 2010 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2010/04/24 15:46:56 taca Exp $
+# $NetBSD: Makefile,v 1.17 2010/05/29 15:03:53 taca Exp $
 
-DISTNAME=      tzinfo-0.3.20
+DISTNAME=      tzinfo-0.3.22
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME}
 CATEGORIES=    time
 
diff -r 5244a5cdbed5 -r 887c4fec0626 time/ruby-tzinfo/PLIST
--- a/time/ruby-tzinfo/PLIST    Sat May 29 14:31:23 2010 +0000
+++ b/time/ruby-tzinfo/PLIST    Sat May 29 15:03:53 2010 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.12 2010/03/30 13:35:38 taca Exp $
+@comment $NetBSD: PLIST,v 1.13 2010/05/29 15:03:53 taca Exp $
 ${GEM_HOME}/cache/tzinfo-${PKGVERSION}.gem
 ${GEM_LIBDIR}/CHANGES
 ${GEM_LIBDIR}/LICENSE
@@ -87,6 +87,7 @@
 ${GEM_LIBDIR}/lib/tzinfo/definitions/America/Atikokan.rb
 ${GEM_LIBDIR}/lib/tzinfo/definitions/America/Atka.rb
 ${GEM_LIBDIR}/lib/tzinfo/definitions/America/Bahia.rb
+${GEM_LIBDIR}/lib/tzinfo/definitions/America/Bahia_Banderas.rb
 ${GEM_LIBDIR}/lib/tzinfo/definitions/America/Barbados.rb
 ${GEM_LIBDIR}/lib/tzinfo/definitions/America/Belem.rb
 ${GEM_LIBDIR}/lib/tzinfo/definitions/America/Belize.rb
diff -r 5244a5cdbed5 -r 887c4fec0626 time/ruby-tzinfo/distinfo
--- a/time/ruby-tzinfo/distinfo Sat May 29 14:31:23 2010 +0000
+++ b/time/ruby-tzinfo/distinfo Sat May 29 15:03:53 2010 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2010/04/24 15:46:56 taca Exp $
+$NetBSD: distinfo,v 1.15 2010/05/29 15:03:53 taca Exp $
 
-SHA1 (tzinfo-0.3.20.gem) = 9217bba814a0bb031d4e8c6e28e20f60c60b6c64
-RMD160 (tzinfo-0.3.20.gem) = 3e0fb321d0c44039cb1c75e568789ad83c45c5e6
-Size (tzinfo-0.3.20.gem) = 301568 bytes
+SHA1 (tzinfo-0.3.22.gem) = b5cd97227e399554160d118d307fe09c38a18a4a
+RMD160 (tzinfo-0.3.22.gem) = 16abddaf84b4546e273b0dd053c7c5c503a24209
+Size (tzinfo-0.3.22.gem) = 302592 bytes



Home | Main Index | Thread Index | Old Index