pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/ruby-i18n devel/ruby-i18n: update to 1.0.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/970565f2c924
branches:  trunk
changeset: 377147:970565f2c924
user:      taca <taca%pkgsrc.org@localhost>
date:      Tue Mar 13 17:02:29 2018 +0000

description:
devel/ruby-i18n: update to 1.0.0

pkgsrc change: depends on devel/ruby-concurrent-ruby now.

* Remove Ruby 1.9.3 support.

diffstat:

 devel/ruby-i18n/Makefile |   6 ++++--
 devel/ruby-i18n/PLIST    |   5 ++++-
 devel/ruby-i18n/distinfo |  10 +++++-----
 3 files changed, 13 insertions(+), 8 deletions(-)

diffs (68 lines):

diff -r 36ff839c2a2d -r 970565f2c924 devel/ruby-i18n/Makefile
--- a/devel/ruby-i18n/Makefile  Tue Mar 13 17:02:27 2018 +0000
+++ b/devel/ruby-i18n/Makefile  Tue Mar 13 17:02:29 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2017/07/13 15:31:35 taca Exp $
+# $NetBSD: Makefile,v 1.14 2018/03/13 17:02:29 taca Exp $
 
-DISTNAME=      i18n-0.8.6
+DISTNAME=      i18n-1.0.0
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -8,5 +8,7 @@
 COMMENT=       New wave Internationalization support for Ruby
 LICENSE=       mit
 
+DEPENDS+=      ${RUBY_PKGPREFIX}-concurrent-ruby>=1.0<2:../../devel/ruby-concurrent-ruby
+
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 36ff839c2a2d -r 970565f2c924 devel/ruby-i18n/PLIST
--- a/devel/ruby-i18n/PLIST     Tue Mar 13 17:02:27 2018 +0000
+++ b/devel/ruby-i18n/PLIST     Tue Mar 13 17:02:29 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2017/07/13 15:31:35 taca Exp $
+@comment $NetBSD: PLIST,v 1.10 2018/03/13 17:02:29 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/MIT-LICENSE
 ${GEM_LIBDIR}/README.md
@@ -7,6 +7,7 @@
 ${GEM_LIBDIR}/gemfiles/Gemfile.rails-4.1.x
 ${GEM_LIBDIR}/gemfiles/Gemfile.rails-4.2.x
 ${GEM_LIBDIR}/gemfiles/Gemfile.rails-5.0.x
+${GEM_LIBDIR}/gemfiles/Gemfile.rails-5.1.x
 ${GEM_LIBDIR}/gemfiles/Gemfile.rails-master
 ${GEM_LIBDIR}/lib/i18n.rb
 ${GEM_LIBDIR}/lib/i18n/backend.rb
@@ -39,6 +40,7 @@
 ${GEM_LIBDIR}/lib/i18n/locale/tag/parents.rb
 ${GEM_LIBDIR}/lib/i18n/locale/tag/rfc4646.rb
 ${GEM_LIBDIR}/lib/i18n/locale/tag/simple.rb
+${GEM_LIBDIR}/lib/i18n/middleware.rb
 ${GEM_LIBDIR}/lib/i18n/tests.rb
 ${GEM_LIBDIR}/lib/i18n/tests/basics.rb
 ${GEM_LIBDIR}/lib/i18n/tests/defaults.rb
@@ -81,6 +83,7 @@
 ${GEM_LIBDIR}/test/i18n/gettext_plural_keys_test.rb
 ${GEM_LIBDIR}/test/i18n/interpolate_test.rb
 ${GEM_LIBDIR}/test/i18n/load_path_test.rb
+${GEM_LIBDIR}/test/i18n/middleware_test.rb
 ${GEM_LIBDIR}/test/i18n_test.rb
 ${GEM_LIBDIR}/test/locale/fallbacks_test.rb
 ${GEM_LIBDIR}/test/locale/tag/rfc4646_test.rb
diff -r 36ff839c2a2d -r 970565f2c924 devel/ruby-i18n/distinfo
--- a/devel/ruby-i18n/distinfo  Tue Mar 13 17:02:27 2018 +0000
+++ b/devel/ruby-i18n/distinfo  Tue Mar 13 17:02:29 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.13 2017/07/13 15:31:35 taca Exp $
+$NetBSD: distinfo,v 1.14 2018/03/13 17:02:29 taca Exp $
 
-SHA1 (i18n-0.8.6.gem) = f68d29046b21296ecbb1117d7933bcbbc5edd84c
-RMD160 (i18n-0.8.6.gem) = 1dd6fff44d9ab5ec2b1a58867c63502b42fa945b
-SHA512 (i18n-0.8.6.gem) = 22dea8c9a61301ed509b7c164a3e43ef8bd91d35af24c860a8236aa3d8f948de0abdf1e720d25b48477057caff0a95d797e2b7a609f037ea71cc5dbd671f73b3
-Size (i18n-0.8.6.gem) = 59904 bytes
+SHA1 (i18n-1.0.0.gem) = dfeadb32ced73561d16f09eaa0dfc58677c4e2cd
+RMD160 (i18n-1.0.0.gem) = e637d58c517491545d463a8fb8d243e1da05088b
+SHA512 (i18n-1.0.0.gem) = 627720c14413886e0932e962147cac453339a4532301d51931d75413909640487872c478fca3920e71e041c9b375facb4a85dd41dc75111e77c3505275757bcf
+Size (i18n-1.0.0.gem) = 61952 bytes



Home | Main Index | Thread Index | Old Index