diff options
author | taca <taca@pkgsrc.org> | 2017-09-02 15:22:29 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2017-09-02 15:22:29 +0000 |
commit | 9ae77b664c8273bdb7be4b0498f3fddafdbe4da7 (patch) | |
tree | d147dbdd9503e7dc29ef0ad500abd78b2119002e /devel | |
parent | ec38625565d3487230c6577ae972ae1f54ae82e7 (diff) | |
download | pkgsrc-9ae77b664c8273bdb7be4b0498f3fddafdbe4da7.tar.gz |
Update ruby-gettext-setup to 0.28.
0.27
* Fix spelling on config-sample.yaml
* Allow pot task to take a filename
* (maint) Fix failing locale test
* Rake task to merge .pot files
* (PUP-7881) Put default locales at the front of available_locales
0.28
* (maint) Convert named parameters to hash
* (maint) Deleting transient fixtures
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ruby-gettext-setup/Makefile | 4 | ||||
-rw-r--r-- | devel/ruby-gettext-setup/PLIST | 6 | ||||
-rw-r--r-- | devel/ruby-gettext-setup/distinfo | 10 |
3 files changed, 12 insertions, 8 deletions
diff --git a/devel/ruby-gettext-setup/Makefile b/devel/ruby-gettext-setup/Makefile index 7a9c6a9c794..6c4d09c4930 100644 --- a/devel/ruby-gettext-setup/Makefile +++ b/devel/ruby-gettext-setup/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2017/07/13 15:28:06 taca Exp $ +# $NetBSD: Makefile,v 1.3 2017/09/02 15:22:29 taca Exp $ -DISTNAME= gettext-setup-0.26 +DISTNAME= gettext-setup-0.28 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/devel/ruby-gettext-setup/PLIST b/devel/ruby-gettext-setup/PLIST index c76a7e9bfb9..b53b9717bb9 100644 --- a/devel/ruby-gettext-setup/PLIST +++ b/devel/ruby-gettext-setup/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2017/07/13 15:28:06 taca Exp $ +@comment $NetBSD: PLIST,v 1.3 2017/09/02 15:22:29 taca Exp $ ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/LICENSE ${GEM_LIBDIR}/README.md @@ -17,6 +17,7 @@ ${GEM_LIBDIR}/spec/fixtures/fixture_locales/test_strings.rb ${GEM_LIBDIR}/spec/fixtures/locales/config.yaml ${GEM_LIBDIR}/spec/fixtures/locales/de/sinatra-i18n.po ${GEM_LIBDIR}/spec/fixtures/locales/sinatra-i18n.pot +${GEM_LIBDIR}/spec/fixtures/merge_locales/config.yaml ${GEM_LIBDIR}/spec/fixtures/spec_locales/config.yaml ${GEM_LIBDIR}/spec/fixtures/spec_locales/sinatra-i18n.pot ${GEM_LIBDIR}/spec/fixtures/string_changes/add.pot @@ -24,6 +25,9 @@ ${GEM_LIBDIR}/spec/fixtures/string_changes/change.pot ${GEM_LIBDIR}/spec/fixtures/string_changes/non_string_changes.pot ${GEM_LIBDIR}/spec/fixtures/string_changes/old.pot ${GEM_LIBDIR}/spec/fixtures/string_changes/remove.pot +${GEM_LIBDIR}/spec/fixtures/tmp_locales/config.yaml +${GEM_LIBDIR}/spec/fixtures/tmp_locales/de/sinatra-i18n.po +${GEM_LIBDIR}/spec/fixtures/tmp_locales/sinatra-i18n.pot ${GEM_LIBDIR}/spec/lib/gettext-setup/gettext_setup_spec.rb ${GEM_LIBDIR}/spec/lib/gettext-setup/metadata_pot_spec.rb ${GEM_LIBDIR}/spec/lib/gettext-setup/pot_spec.rb diff --git a/devel/ruby-gettext-setup/distinfo b/devel/ruby-gettext-setup/distinfo index d0866d785f9..6982c5d18c0 100644 --- a/devel/ruby-gettext-setup/distinfo +++ b/devel/ruby-gettext-setup/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2017/07/13 15:28:06 taca Exp $ +$NetBSD: distinfo,v 1.3 2017/09/02 15:22:29 taca Exp $ -SHA1 (gettext-setup-0.26.gem) = c5a2e3024c9da36fd88261d15b77c8bd62ce3364 -RMD160 (gettext-setup-0.26.gem) = cc2ff6b2eb586b55c9ac06679ffd19e9744b827a -SHA512 (gettext-setup-0.26.gem) = 59fd66db0a2d5b9167fe14abf39541ce21810f38503ac5498c9f0b4dc592fb8d6c537041179e441696f410a86b35716b9935bc4e2a366e248c15efc3f75b8fde -Size (gettext-setup-0.26.gem) = 16384 bytes +SHA1 (gettext-setup-0.28.gem) = 963c7539b46d0cdf1c63b207c24915763345c79a +RMD160 (gettext-setup-0.28.gem) = 9a166491f63d4d7778793022c055f06986d0a8a5 +SHA512 (gettext-setup-0.28.gem) = cf91d40107cdd5b297a546e7c058c232dde69a2fcaa19608e7b0965deb6516b921f675fe8d2c18a5427ad2e61ee0a33d8f5d99611904cfca99e63517e55d6776 +Size (gettext-setup-0.28.gem) = 17920 bytes |