pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-i18n



Module Name:    pkgsrc
Committed By:   taca
Date:           Tue Mar 13 17:02:29 UTC 2018

Modified Files:
        pkgsrc/devel/ruby-i18n: Makefile PLIST distinfo

Log Message:
devel/ruby-i18n: update to 1.0.0

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

* Remove Ruby 1.9.3 support.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/ruby-i18n/Makefile \
    pkgsrc/devel/ruby-i18n/distinfo
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/ruby-i18n/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/ruby-i18n/Makefile
diff -u pkgsrc/devel/ruby-i18n/Makefile:1.13 pkgsrc/devel/ruby-i18n/Makefile:1.14
--- pkgsrc/devel/ruby-i18n/Makefile:1.13        Thu Jul 13 15:31:35 2017
+++ pkgsrc/devel/ruby-i18n/Makefile     Tue Mar 13 17:02:29 2018
@@ -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 @@ HOMEPAGE=       https://github.com/svenfuchs/i
 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"
Index: pkgsrc/devel/ruby-i18n/distinfo
diff -u pkgsrc/devel/ruby-i18n/distinfo:1.13 pkgsrc/devel/ruby-i18n/distinfo:1.14
--- pkgsrc/devel/ruby-i18n/distinfo:1.13        Thu Jul 13 15:31:35 2017
+++ pkgsrc/devel/ruby-i18n/distinfo     Tue Mar 13 17:02:29 2018
@@ -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

Index: pkgsrc/devel/ruby-i18n/PLIST
diff -u pkgsrc/devel/ruby-i18n/PLIST:1.9 pkgsrc/devel/ruby-i18n/PLIST:1.10
--- pkgsrc/devel/ruby-i18n/PLIST:1.9    Thu Jul 13 15:31:35 2017
+++ pkgsrc/devel/ruby-i18n/PLIST        Tue Mar 13 17:02:29 2018
@@ -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.0
 ${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.rb
 ${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/exceptions_test.
 ${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



Home | Main Index | Thread Index | Old Index