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:           Sun Sep 23 14:24:50 UTC 2018

Modified Files:
        pkgsrc/devel/ruby-fast_gettext: Makefile distinfo

Log Message:
devel/ruby-fast_gettext: update to 1.7.0

1.7.0 (2018/06/23)

* Only take into account the first dot separeted part of the file name which
  matches an authorized locale code

* More straightforward implementation of fix for extracting locale from file
  name

* Add a comment on locale segmentation over several yaml files

* Extract locale from file name when they are formated as `some.topic.qq.yml`


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/ruby-fast_gettext/Makefile
cvs rdiff -u -r1.19 -r1.20 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.18 pkgsrc/devel/ruby-fast_gettext/Makefile:1.19
--- pkgsrc/devel/ruby-fast_gettext/Makefile:1.18        Wed Feb 28 16:15:24 2018
+++ pkgsrc/devel/ruby-fast_gettext/Makefile     Sun Sep 23 14:24:49 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2018/02/28 16:15:24 taca Exp $
+# $NetBSD: Makefile,v 1.19 2018/09/23 14:24:49 taca Exp $
 
-DISTNAME=      fast_gettext-1.6.0
+DISTNAME=      fast_gettext-1.7.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.19 pkgsrc/devel/ruby-fast_gettext/distinfo:1.20
--- pkgsrc/devel/ruby-fast_gettext/distinfo:1.19        Wed Feb 28 16:15:24 2018
+++ pkgsrc/devel/ruby-fast_gettext/distinfo     Sun Sep 23 14:24:49 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.19 2018/02/28 16:15:24 taca Exp $
+$NetBSD: distinfo,v 1.20 2018/09/23 14:24:49 taca Exp $
 
-SHA1 (fast_gettext-1.6.0.gem) = e49a11fbe21bb60d9b8d47e9af168b02e06c642c
-RMD160 (fast_gettext-1.6.0.gem) = f5c2173eb3349858abe0b6edd29ef607785cfbe7
-SHA512 (fast_gettext-1.6.0.gem) = 822db98c8862745e87aa41c35ea89a84c972b472eeaa7de6f0a879a3b01182163acecb15111e0c41057e0d4fc416c78ea5611b4fc1da62355afa21239a0ec249
-Size (fast_gettext-1.6.0.gem) = 27136 bytes
+SHA1 (fast_gettext-1.7.0.gem) = 4fe2fc4bad815ec8068fb950851b2644b16f8b2c
+RMD160 (fast_gettext-1.7.0.gem) = 058fd986c921fa4026e499c619a3a4d7ee16bec6
+SHA512 (fast_gettext-1.7.0.gem) = ba36107bad90cc50fddd91cc3ca2e6c396fed6fba04c9793582bf850bf998eacfdb90259e0b77e91fc5467cfe68d173fe3cadfe1d9582197659513b2671f1871
+Size (fast_gettext-1.7.0.gem) = 27136 bytes



Home | Main Index | Thread Index | Old Index