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:           Thu Jul 13 15:31:35 UTC 2017

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

Log Message:
Update ruby-i18n to 0.8.6.

v0.8.5                                                  2017/07/10

* Improved error message for MissingPluralizationKey error - See #371
* Fixed a thread issue when calling translate when fallbacks were enabled -
  See #369

v0.8.6                                                  2017/07/10

* Fixed a small regression introduced in v0.8.5 when using fallbacks - See
  #378


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/ruby-i18n/Makefile \
    pkgsrc/devel/ruby-i18n/distinfo
cvs rdiff -u -r1.8 -r1.9 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.12 pkgsrc/devel/ruby-i18n/Makefile:1.13
--- pkgsrc/devel/ruby-i18n/Makefile:1.12        Sun Jun  4 15:52:15 2017
+++ pkgsrc/devel/ruby-i18n/Makefile     Thu Jul 13 15:31:35 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2017/06/04 15:52:15 taca Exp $
+# $NetBSD: Makefile,v 1.13 2017/07/13 15:31:35 taca Exp $
 
-DISTNAME=      i18n-0.8.4
+DISTNAME=      i18n-0.8.6
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/devel/ruby-i18n/distinfo
diff -u pkgsrc/devel/ruby-i18n/distinfo:1.12 pkgsrc/devel/ruby-i18n/distinfo:1.13
--- pkgsrc/devel/ruby-i18n/distinfo:1.12        Sun Jun  4 15:52:15 2017
+++ pkgsrc/devel/ruby-i18n/distinfo     Thu Jul 13 15:31:35 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2017/06/04 15:52:15 taca Exp $
+$NetBSD: distinfo,v 1.13 2017/07/13 15:31:35 taca Exp $
 
-SHA1 (i18n-0.8.4.gem) = 0b2d813a9fd58ca5bff96e139463068a98ca160b
-RMD160 (i18n-0.8.4.gem) = 850f44748292656d1ab6c96c0690b0e05cc1192c
-SHA512 (i18n-0.8.4.gem) = 43b634d3d408351c9160c2621a3f1819060b33becf132a8c378d33c3ead72defca52d26d7d3c238801941fa3845d019bff76c62f95928900d5c3b04c9c362d8e
-Size (i18n-0.8.4.gem) = 60416 bytes
+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

Index: pkgsrc/devel/ruby-i18n/PLIST
diff -u pkgsrc/devel/ruby-i18n/PLIST:1.8 pkgsrc/devel/ruby-i18n/PLIST:1.9
--- pkgsrc/devel/ruby-i18n/PLIST:1.8    Sun Jun  4 15:52:15 2017
+++ pkgsrc/devel/ruby-i18n/PLIST        Thu Jul 13 15:31:35 2017
@@ -1,19 +1,13 @@
-@comment $NetBSD: PLIST,v 1.8 2017/06/04 15:52:15 taca Exp $
+@comment $NetBSD: PLIST,v 1.9 2017/07/13 15:31:35 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/MIT-LICENSE
 ${GEM_LIBDIR}/README.md
 ${GEM_LIBDIR}/gemfiles/Gemfile.rails-3.2.x
-${GEM_LIBDIR}/gemfiles/Gemfile.rails-3.2.x.lock
 ${GEM_LIBDIR}/gemfiles/Gemfile.rails-4.0.x
-${GEM_LIBDIR}/gemfiles/Gemfile.rails-4.0.x.lock
 ${GEM_LIBDIR}/gemfiles/Gemfile.rails-4.1.x
-${GEM_LIBDIR}/gemfiles/Gemfile.rails-4.1.x.lock
 ${GEM_LIBDIR}/gemfiles/Gemfile.rails-4.2.x
-${GEM_LIBDIR}/gemfiles/Gemfile.rails-4.2.x.lock
 ${GEM_LIBDIR}/gemfiles/Gemfile.rails-5.0.x
-${GEM_LIBDIR}/gemfiles/Gemfile.rails-5.0.x.lock
 ${GEM_LIBDIR}/gemfiles/Gemfile.rails-master
-${GEM_LIBDIR}/gemfiles/Gemfile.rails-master.lock
 ${GEM_LIBDIR}/lib/i18n.rb
 ${GEM_LIBDIR}/lib/i18n/backend.rb
 ${GEM_LIBDIR}/lib/i18n/backend/base.rb



Home | Main Index | Thread Index | Old Index