pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/ruby-fast_gettext
Module Name: pkgsrc
Committed By: taca
Date: Tue Jul 19 13:47:36 UTC 2016
Modified Files:
pkgsrc/devel/ruby-fast_gettext: Makefile distinfo
Log Message:
Update ruby-fast_gettext to 1.1.0.
* Use travis containers to fix: undefined method `spec' for nil:NilClass
See bundler/bundler#3558
* Support for lazy loading of .mo and .po files
Makes `MoFile` and `PoFile` being loaded when translations are touched
for the first time. This allows to skip loading unused translations
and speed up application load time. The original behavior is still
available when `:eager_load => true` switch is used.
* simpler load paths
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/ruby-fast_gettext/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/ruby-fast_gettext/distinfo
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-fast_gettext/Makefile
diff -u pkgsrc/devel/ruby-fast_gettext/Makefile:1.11 pkgsrc/devel/ruby-fast_gettext/Makefile:1.12
--- pkgsrc/devel/ruby-fast_gettext/Makefile:1.11 Sun Nov 29 13:22:56 2015
+++ pkgsrc/devel/ruby-fast_gettext/Makefile Tue Jul 19 13:47:36 2016
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2015/11/29 13:22:56 taca Exp $
+# $NetBSD: Makefile,v 1.12 2016/07/19 13:47:36 taca Exp $
-DISTNAME= fast_gettext-1.0.0
+DISTNAME= fast_gettext-1.1.0
CATEGORIES= devel
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/devel/ruby-fast_gettext/distinfo
diff -u pkgsrc/devel/ruby-fast_gettext/distinfo:1.12 pkgsrc/devel/ruby-fast_gettext/distinfo:1.13
--- pkgsrc/devel/ruby-fast_gettext/distinfo:1.12 Sun Nov 29 13:22:56 2015
+++ pkgsrc/devel/ruby-fast_gettext/distinfo Tue Jul 19 13:47:36 2016
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2015/11/29 13:22:56 taca Exp $
+$NetBSD: distinfo,v 1.13 2016/07/19 13:47:36 taca Exp $
-SHA1 (fast_gettext-1.0.0.gem) = 77703953cd9e62e4b1ada5ef6b67c9dd3e04f3a8
-RMD160 (fast_gettext-1.0.0.gem) = c81979b03c852e71bc9fcebad383a163272a54d7
-SHA512 (fast_gettext-1.0.0.gem) = d92febbeba1630ceaf2ae7413fdece74dd6d998983497c5aeca726a2f5f9eb60d9fca2dd5a809cf501c18d383dcfe937233fbef826d5d4b7b39840b2c2e460af
-Size (fast_gettext-1.0.0.gem) = 26112 bytes
+SHA1 (fast_gettext-1.1.0.gem) = dac54ed69c12fa6333e88f9f4dc1af0419fc7d35
+RMD160 (fast_gettext-1.1.0.gem) = 982aa58a25633e2248463a01e6f95c089f53241d
+SHA512 (fast_gettext-1.1.0.gem) = b646ceb3de2edbb5070621ba5ce486be3eb0173828c5fc1ea45e8b1ce93a7a8b2d6726b1fa4784b260d829d492f8a4b93ce69141b49c9973ab1ccb50b09761af
+Size (fast_gettext-1.1.0.gem) = 26112 bytes
Home |
Main Index |
Thread Index |
Old Index