pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/ruby-gettext devel/ruby-gettext: update to 3.3.8



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4a38c678b57b
branches:  trunk
changeset: 454400:4a38c678b57b
user:      taca <taca%pkgsrc.org@localhost>
date:      Thu Jun 10 15:49:25 2021 +0000

description:
devel/ruby-gettext: update to 3.3.8

pkgsrc change: update HOMEPAGE.


3.3.8 (2021-06-09)

Improvements

* msginit: Added support for generating plural forms with Unicode's CLDR
  plural rules data. [GitHub#85][Suggested by Michaël Hoste]
* rxgettext ui: Added support for GtkBuilder UI definitions format with
  .glade extension. [GitHub#74][Reported by dorle-o]

Fixes

* rxgettext ruby: Fixed a bug that Nn_ isn't extracted. [GitHub#86][Reported
  by Kai Ramuenke]

Thanks

* Kai Ramuenke
* Michaël Hoste
* dorle-o

diffstat:

 devel/ruby-gettext/Makefile |   7 ++++---
 devel/ruby-gettext/PLIST    |  15 +++++++++------
 devel/ruby-gettext/distinfo |  10 +++++-----
 3 files changed, 18 insertions(+), 14 deletions(-)

diffs (85 lines):

diff -r 416db61d41a9 -r 4a38c678b57b devel/ruby-gettext/Makefile
--- a/devel/ruby-gettext/Makefile       Thu Jun 10 14:32:14 2021 +0000
+++ b/devel/ruby-gettext/Makefile       Thu Jun 10 15:49:25 2021 +0000
@@ -1,14 +1,15 @@
-# $NetBSD: Makefile,v 1.43 2021/01/18 14:38:13 taca Exp $
+# $NetBSD: Makefile,v 1.44 2021/06/10 15:49:25 taca Exp $
 
-DISTNAME=      gettext-3.3.7
+DISTNAME=      gettext-3.3.8
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://ruby-gettext.github.com/
+HOMEPAGE=      https://ruby-gettext.github.io/
 COMMENT=       Ruby localization library like as GNU gettext
 LICENSE=       ruby-license OR gnu-lgpl-v3
 
 DEPENDS+=      ${RUBY_PKGPREFIX}-locale>=2.0.5:../../devel/ruby-locale
+DEPENDS+=      ${RUBY_PKGPREFIX}-red-datasets>=0.1.2:../../devel/ruby-red-datasets
 DEPENDS+=      ${RUBY_PKGPREFIX}-text>=1.3.0:../../textproc/ruby-text
 
 USE_LANGUAGES=         # none
diff -r 416db61d41a9 -r 4a38c678b57b devel/ruby-gettext/PLIST
--- a/devel/ruby-gettext/PLIST  Thu Jun 10 14:32:14 2021 +0000
+++ b/devel/ruby-gettext/PLIST  Thu Jun 10 15:49:25 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.27 2020/08/09 15:26:52 taca Exp $
+@comment $NetBSD: PLIST,v 1.28 2021/06/10 15:49:25 taca Exp $
 bin/rmsgcat${RUBY_SUFFIX}
 bin/rmsgfmt${RUBY_SUFFIX}
 bin/rmsginit${RUBY_SUFFIX}
@@ -1385,7 +1385,8 @@
 ${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/glade/2.glade
+${GEM_LIBDIR}/test/fixtures/glade/3.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
@@ -1396,15 +1397,16 @@
 ${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/ruby/percent_lower_i.rb
+${GEM_LIBDIR}/test/fixtures/ruby/percent_lower_w.rb
+${GEM_LIBDIR}/test/fixtures/ruby/percent_upper_i.rb
+${GEM_LIBDIR}/test/fixtures/ruby/percent_upper_w.rb
 ${GEM_LIBDIR}/test/fixtures/s_.rb
 ${GEM_LIBDIR}/test/fixtures/s_/custom.rb
 ${GEM_LIBDIR}/test/fixtures/simple.rb
 ${GEM_LIBDIR}/test/fixtures/untranslated.rb
 ${GEM_LIBDIR}/test/fixtures/upper_n_.rb
+${GEM_LIBDIR}/test/fixtures/upper_nn_.rb
 ${GEM_LIBDIR}/test/helper.rb
 ${GEM_LIBDIR}/test/locale/cr/LC_MESSAGES/plural.mo
 ${GEM_LIBDIR}/test/locale/da/LC_MESSAGES/plural.mo
@@ -1516,6 +1518,7 @@
 ${GEM_LIBDIR}/test/tools/files/simple_2.po
 ${GEM_LIBDIR}/test/tools/files/simple_translation.rb
 ${GEM_LIBDIR}/test/tools/files/version.po
+${GEM_LIBDIR}/test/tools/parser/test_glade.rb
 ${GEM_LIBDIR}/test/tools/parser/test_gtk_builder_ui_definitions.rb
 ${GEM_LIBDIR}/test/tools/parser/test_ruby.rb
 ${GEM_LIBDIR}/test/tools/test.pot
diff -r 416db61d41a9 -r 4a38c678b57b devel/ruby-gettext/distinfo
--- a/devel/ruby-gettext/distinfo       Thu Jun 10 14:32:14 2021 +0000
+++ b/devel/ruby-gettext/distinfo       Thu Jun 10 15:49:25 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.35 2021/01/18 14:38:13 taca Exp $
+$NetBSD: distinfo,v 1.36 2021/06/10 15:49:25 taca Exp $
 
-SHA1 (gettext-3.3.7.gem) = 0c4f12fd9bef4b8e794db83affa0e601aaf4b571
-RMD160 (gettext-3.3.7.gem) = bde604fc507b843869273e182271004557c0db7c
-SHA512 (gettext-3.3.7.gem) = 6e7906d68b3e834e1a9d69cea26a61ffed07abd035c9a8ffc3456bc2fdcb9495700c2aaa4d099cf75f88dc6916899510208012e02d1d4f15de3d5148251b4233
-Size (gettext-3.3.7.gem) = 292352 bytes
+SHA1 (gettext-3.3.8.gem) = 6e28f26bb5847d2a541894387613aae3c3d3a618
+RMD160 (gettext-3.3.8.gem) = 62bc985abac203d247eb1defa7b9f23c139f235a
+SHA512 (gettext-3.3.8.gem) = e1a8999304b18c890fd0b8ca6ead7e3e0dfe8899b6e7a024483853f1515c4b78024b110741451841c45a7a64cdb55851a9807168a0aff0592059c24458b2da4f
+Size (gettext-3.3.8.gem) = 231424 bytes



Home | Main Index | Thread Index | Old Index