diff options
author | tsutsui <tsutsui@pkgsrc.org> | 2020-02-16 04:05:30 +0000 |
---|---|---|
committer | tsutsui <tsutsui@pkgsrc.org> | 2020-02-16 04:05:30 +0000 |
commit | bda133112df69bffcafef70038e9ad39ce2c6c35 (patch) | |
tree | cca50dc932738ad4f7df27155f5f04a49a5626ff /devel | |
parent | 4efba121e28602435f3cc15a7ff77cfc467cbd49 (diff) | |
download | pkgsrc-bda133112df69bffcafef70038e9ad39ce2c6c35.tar.gz |
ruby-gettext: update to 3.3.5.
Upstream changelog (from doc/text/news.md):
## 3.3.5: 2020-02-15 {#version-3-3-5}
### Improvements
* Added support for `|` method.
[GitHub#73][Reported by dorle-o]
### Thanks
* dorle-o
## 3.3.4: 2020-02-12 {#version-3-3-4}
### Improvements
* Added support for `%W`.
[GitHub#72][Reported by Michael Hoste]
### Thanks
* Michael Hoste
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ruby-gettext/Makefile | 4 | ||||
-rw-r--r-- | devel/ruby-gettext/PLIST | 7 | ||||
-rw-r--r-- | devel/ruby-gettext/distinfo | 10 |
3 files changed, 13 insertions, 8 deletions
diff --git a/devel/ruby-gettext/Makefile b/devel/ruby-gettext/Makefile index cee39ddee35..bfc22bc3da4 100644 --- a/devel/ruby-gettext/Makefile +++ b/devel/ruby-gettext/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.38 2020/02/05 14:53:36 taca Exp $ +# $NetBSD: Makefile,v 1.39 2020/02/16 04:05:30 tsutsui Exp $ -DISTNAME= gettext-3.3.3 +DISTNAME= gettext-3.3.5 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/devel/ruby-gettext/PLIST b/devel/ruby-gettext/PLIST index 4bb8577375b..348177a9f63 100644 --- a/devel/ruby-gettext/PLIST +++ b/devel/ruby-gettext/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.25 2020/01/16 15:28:47 taca Exp $ +@comment $NetBSD: PLIST,v 1.26 2020/02/16 04:05:30 tsutsui Exp $ bin/rmsgcat${RUBY_SUFFIX} bin/rmsgfmt${RUBY_SUFFIX} bin/rmsginit${RUBY_SUFFIX} @@ -1378,6 +1378,7 @@ ${GEM_LIBDIR}/test/fixtures/_/multiple_same_messages.rb ${GEM_LIBDIR}/test/fixtures/_/one_line.rb ${GEM_LIBDIR}/test/fixtures/_/one_new_line.rb ${GEM_LIBDIR}/test/fixtures/_/percent_strings.rb +${GEM_LIBDIR}/test/fixtures/_/pipe.rb ${GEM_LIBDIR}/test/fixtures/_/quoted_symbol.rb ${GEM_LIBDIR}/test/fixtures/backslash.rb ${GEM_LIBDIR}/test/fixtures/erb/ascii.rhtml @@ -1393,6 +1394,10 @@ ${GEM_LIBDIR}/test/fixtures/np_.rb ${GEM_LIBDIR}/test/fixtures/ns_.rb ${GEM_LIBDIR}/test/fixtures/ns_/custom.rb ${GEM_LIBDIR}/test/fixtures/p_.rb +${GEM_LIBDIR}/test/fixtures/ruby/percent_I.rb +${GEM_LIBDIR}/test/fixtures/ruby/percent_W.rb +${GEM_LIBDIR}/test/fixtures/ruby/percent_i.rb +${GEM_LIBDIR}/test/fixtures/ruby/percent_w.rb ${GEM_LIBDIR}/test/fixtures/s_.rb ${GEM_LIBDIR}/test/fixtures/s_/custom.rb ${GEM_LIBDIR}/test/fixtures/simple.rb diff --git a/devel/ruby-gettext/distinfo b/devel/ruby-gettext/distinfo index 01db5061a64..80b9b48325f 100644 --- a/devel/ruby-gettext/distinfo +++ b/devel/ruby-gettext/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.32 2020/02/05 14:53:36 taca Exp $ +$NetBSD: distinfo,v 1.33 2020/02/16 04:05:30 tsutsui Exp $ -SHA1 (gettext-3.3.3.gem) = 5e61f3385e5dd9c2e42306b20f3037db18da33cf -RMD160 (gettext-3.3.3.gem) = 78c5b560c8dd82ad15221757510365eea619d659 -SHA512 (gettext-3.3.3.gem) = f14cd5166d16c592cec6e9b3ad5b2e5e27889cee0380b70abc3a6a69bcd8bcd1f742c88021e58ba843655d22e731decaeb1151e359fb49f613e71721e675cbf8 -Size (gettext-3.3.3.gem) = 290304 bytes +SHA1 (gettext-3.3.5.gem) = e8416583b6f04c6d47a85dd508a07296b9eda688 +RMD160 (gettext-3.3.5.gem) = 15ca59fb4419473f260f69f72b4abd021454113b +SHA512 (gettext-3.3.5.gem) = 6777b96dd73b3d454c0a14a40d2ac0eac52894fa58067ba9ec976627c96efc98b294b1498bed965d0426bcaa1b371dcde5745101e05e21e408397b4e8d31894b +Size (gettext-3.3.5.gem) = 290816 bytes |