This updates ruby-i18n to the current version: 1.10.0

Changelog is available here:

https://github.com/ruby-i18n/i18n/releases

(Didn't link to the specific release to allow seeing all changes since
 1.6.0 without pasting a page full of links)

Also updated HOMEPAGE.

ok?

--Kurt

Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/ruby-i18n/Makefile,v
retrieving revision 1.10
diff -u -p -r1.10 Makefile
--- Makefile    11 Mar 2022 18:53:15 -0000      1.10
+++ Makefile    17 Jun 2022 14:41:29 -0000
@@ -1,9 +1,9 @@
 COMMENT =      ruby internationalization and localization solution
 
-DISTNAME =     i18n-1.6.0
+DISTNAME =     i18n-1.10.0
 CATEGORIES =   devel
 
-HOMEPAGE=      https://github.com/svenfuchs/i18n
+HOMEPAGE=      https://github.com/ruby-i18n/i18n
 
 BUILD_DEPENDS = ${RUN_DEPENDS}
 RUN_DEPENDS =  devel/ruby-concurrent-ruby,${MODRUBY_FLAVOR},>=1.0,<2
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/ruby-i18n/distinfo,v
retrieving revision 1.4
diff -u -p -r1.4 distinfo
--- distinfo    14 Mar 2019 07:53:42 -0000      1.4
+++ distinfo    17 Jun 2022 14:41:29 -0000
@@ -1,2 +1,2 @@
-SHA256 (i18n-1.6.0.gem) = lBt3vjJDrkEJE0nAxZi8Fwukrq+JO3V7ERoFkz213cE=
-SIZE (i18n-1.6.0.gem) = 41984
+SHA256 (i18n-1.10.0.gem) = D0IXFhucqg2grIFCd4YpR+TXyyN4Vn/Co9Z7Mu32WCw=
+SIZE (i18n-1.10.0.gem) = 44544
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/devel/ruby-i18n/pkg/PLIST,v
retrieving revision 1.4
diff -u -p -r1.4 PLIST
--- pkg/PLIST   11 Mar 2022 18:53:15 -0000      1.4
+++ pkg/PLIST   17 Jun 2022 14:41:29 -0000
@@ -17,14 +17,13 @@ ${GEM_LIB}/gems/${DISTNAME}/lib/i18n/bac
 ${GEM_LIB}/gems/${DISTNAME}/lib/i18n/backend/gettext.rb
 ${GEM_LIB}/gems/${DISTNAME}/lib/i18n/backend/interpolation_compiler.rb
 ${GEM_LIB}/gems/${DISTNAME}/lib/i18n/backend/key_value.rb
+${GEM_LIB}/gems/${DISTNAME}/lib/i18n/backend/lazy_loadable.rb
 ${GEM_LIB}/gems/${DISTNAME}/lib/i18n/backend/memoize.rb
 ${GEM_LIB}/gems/${DISTNAME}/lib/i18n/backend/metadata.rb
 ${GEM_LIB}/gems/${DISTNAME}/lib/i18n/backend/pluralization.rb
 ${GEM_LIB}/gems/${DISTNAME}/lib/i18n/backend/simple.rb
 ${GEM_LIB}/gems/${DISTNAME}/lib/i18n/backend/transliterator.rb
 ${GEM_LIB}/gems/${DISTNAME}/lib/i18n/config.rb
-${GEM_LIB}/gems/${DISTNAME}/lib/i18n/core_ext/
-${GEM_LIB}/gems/${DISTNAME}/lib/i18n/core_ext/hash.rb
 ${GEM_LIB}/gems/${DISTNAME}/lib/i18n/exceptions.rb
 ${GEM_LIB}/gems/${DISTNAME}/lib/i18n/gettext/
 ${GEM_LIB}/gems/${DISTNAME}/lib/i18n/gettext.rb
@@ -56,5 +55,6 @@ ${GEM_LIB}/gems/${DISTNAME}/lib/i18n/tes
 ${GEM_LIB}/gems/${DISTNAME}/lib/i18n/tests/lookup.rb
 ${GEM_LIB}/gems/${DISTNAME}/lib/i18n/tests/pluralization.rb
 ${GEM_LIB}/gems/${DISTNAME}/lib/i18n/tests/procs.rb
+${GEM_LIB}/gems/${DISTNAME}/lib/i18n/utils.rb
 ${GEM_LIB}/gems/${DISTNAME}/lib/i18n/version.rb
 ${GEM_LIB}/specifications/${DISTNAME}.gemspec

Reply via email to