diff options
author | taca <taca@pkgsrc.org> | 2020-08-09 15:26:52 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2020-08-09 15:26:52 +0000 |
commit | a00c681b6e223f065424570954da3b50336b7ae9 (patch) | |
tree | cab93db8e80d869b97debfa8d8ea9f4918602a11 | |
parent | 844aa0a869951ce8c52f85b9d5ca147759121579 (diff) | |
download | pkgsrc-a00c681b6e223f065424570954da3b50336b7ae9.tar.gz |
devel/ruby-gettext: update to 3.3.6
Update ruby-gettext to 3.3.6.
## 3.3.6: 2020-08-04 {#version-3-3-6}
### Improvements
* erb: Added support for `-%>`.
[GitHub#77][Reported by lremes]
* Removed ChangeLog.
[GitHub#76][Reported by Will Stephenson]
* Don't assume `RbConfig::CONFIG["datadir"]` is available. For
example, TruffleRuby doesn't provide it.
### Thanks
* lremes
* Will Stephenson
-rw-r--r-- | devel/ruby-gettext/Makefile | 4 | ||||
-rw-r--r-- | devel/ruby-gettext/PLIST | 4 | ||||
-rw-r--r-- | devel/ruby-gettext/distinfo | 10 |
3 files changed, 10 insertions, 8 deletions
diff --git a/devel/ruby-gettext/Makefile b/devel/ruby-gettext/Makefile index dfa51bdcb2f..ce1324754ea 100644 --- a/devel/ruby-gettext/Makefile +++ b/devel/ruby-gettext/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.41 2020/05/21 16:04:22 taca Exp $ +# $NetBSD: Makefile,v 1.42 2020/08/09 15:26:52 taca Exp $ -DISTNAME= gettext-3.3.5 +DISTNAME= gettext-3.3.6 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/devel/ruby-gettext/PLIST b/devel/ruby-gettext/PLIST index 348177a9f63..68909893eed 100644 --- a/devel/ruby-gettext/PLIST +++ b/devel/ruby-gettext/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.26 2020/02/16 04:05:30 tsutsui Exp $ +@comment $NetBSD: PLIST,v 1.27 2020/08/09 15:26:52 taca Exp $ bin/rmsgcat${RUBY_SUFFIX} bin/rmsgfmt${RUBY_SUFFIX} bin/rmsginit${RUBY_SUFFIX} @@ -1383,9 +1383,11 @@ ${GEM_LIBDIR}/test/fixtures/_/quoted_symbol.rb ${GEM_LIBDIR}/test/fixtures/backslash.rb ${GEM_LIBDIR}/test/fixtures/erb/ascii.rhtml ${GEM_LIBDIR}/test/fixtures/erb/ascii.rxml +${GEM_LIBDIR}/test/fixtures/erb/minus.rhtml ${GEM_LIBDIR}/test/fixtures/erb/non_ascii.rhtml ${GEM_LIBDIR}/test/fixtures/gladeparser.glade ${GEM_LIBDIR}/test/fixtures/gtk_builder_ui_definitions.ui +${GEM_LIBDIR}/test/fixtures/gtk_builder_ui_definitions.ui~ ${GEM_LIBDIR}/test/fixtures/hello.rb ${GEM_LIBDIR}/test/fixtures/lower_n_.rb ${GEM_LIBDIR}/test/fixtures/multi_text_domain.rb diff --git a/devel/ruby-gettext/distinfo b/devel/ruby-gettext/distinfo index 80b9b48325f..82a05bcc558 100644 --- a/devel/ruby-gettext/distinfo +++ b/devel/ruby-gettext/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.33 2020/02/16 04:05:30 tsutsui Exp $ +$NetBSD: distinfo,v 1.34 2020/08/09 15:26:52 taca Exp $ -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 +SHA1 (gettext-3.3.6.gem) = 9f9a5cfb8242874896ae696775a564a38969dc35 +RMD160 (gettext-3.3.6.gem) = efbeae8ae365c4243fa6e520ae933aa4c46ebf04 +SHA512 (gettext-3.3.6.gem) = ed03d370c03fe7502360aeac33f924c7463d7cde6bcde85c66befe8560b221a00f995ba6208ee14d1ca9cbaad6bd37aa7d0085ed75557f5b07724468de4433a8 +Size (gettext-3.3.6.gem) = 291840 bytes |