pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/ruby-gettext
Module Name: pkgsrc
Committed By: taca
Date: Thu Jan 16 15:28:47 UTC 2020
Modified Files:
pkgsrc/devel/ruby-gettext: Makefile PLIST distinfo
Log Message:
devel/ruby-gettext: update to 3.3.2
Update ruby-gettext to 3.3.2.
pkgsrc change: add "USE_LANGUAGES= #none".
## 3.3.2: 2020-01-13 {#version-3-3-2}
### Fixes
* Fixed a bug that `rake gettext:po:add]` raises an error.
[GitHub#70][Patch by KITAITI Makoto]
### Thanks
* KITAITI Makoto
## 3.3.1: 2020-01-12 {#version-3-3-1}
### Improvements
* Stopped detecting string interpolation literal.
[GitHub#21][Reported by Remo]
* `rxgettext`: Added support for adding a new parser by `--require`.
* Added support for GtkBuilder UI definitions file.
[GitHub#63][Reported by Alex]
* Improved percent literal parsing.
[GitHub#67][Patch by KITAITI Makoto]
### Thanks
* Remo
* Alex
* KITAITI Makoto
## 3.3.0: 2020-01-08 {#version-3-3-0}
### Improvements
* Fixed README markup.
[GitHub#57][Patch by Alexander Paukste]
* Suppressed warnings.
[GitHub#58][Patch by 284km]
* Improved README.
[GitHub#62][Patch by Robert Graff]
* Added support for finding `racc` of Ruby 2.7.
[GitHub#65][Patch by KITAITI Makoto]
* Added support for Ruby 2.7.
[GitHub#64][Reported by Anatol Pomozov]
* Dropped support for Ruby 2.4.
### Fixes
* Fixed a bug that `n_` may return nil.
[GitHub#60][Patch by Micha谷l Hoste]
* Fixed a sort by msgid bug.
[GitHub#61][Patch by Robert Graff]
### Thanks
* Alexander Paukste
* 284km
* Micha谷l Hoste
* Robert Graff
* KITAITI Makoto
* Anatol Pomozov
To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/devel/ruby-gettext/Makefile
cvs rdiff -u -r1.24 -r1.25 pkgsrc/devel/ruby-gettext/PLIST
cvs rdiff -u -r1.30 -r1.31 pkgsrc/devel/ruby-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-gettext/Makefile
diff -u pkgsrc/devel/ruby-gettext/Makefile:1.35 pkgsrc/devel/ruby-gettext/Makefile:1.36
--- pkgsrc/devel/ruby-gettext/Makefile:1.35 Tue Mar 13 16:49:03 2018
+++ pkgsrc/devel/ruby-gettext/Makefile Thu Jan 16 15:28:47 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.35 2018/03/13 16:49:03 taca Exp $
+# $NetBSD: Makefile,v 1.36 2020/01/16 15:28:47 taca Exp $
-DISTNAME= gettext-3.2.9
+DISTNAME= gettext-3.3.2
CATEGORIES= devel
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
@@ -11,6 +11,7 @@ LICENSE= ruby-license OR gnu-lgpl-v3
DEPENDS+= ${RUBY_PKGPREFIX}-locale>=2.0.5:../../devel/ruby-locale
DEPENDS+= ${RUBY_PKGPREFIX}-text>=1.3.0:../../textproc/ruby-text
+USE_LANGUAGES= # none
RUBYGEM_OPTIONS+= --format-executable
.include "../../lang/ruby/gem.mk"
Index: pkgsrc/devel/ruby-gettext/PLIST
diff -u pkgsrc/devel/ruby-gettext/PLIST:1.24 pkgsrc/devel/ruby-gettext/PLIST:1.25
--- pkgsrc/devel/ruby-gettext/PLIST:1.24 Tue Mar 13 16:49:03 2018
+++ pkgsrc/devel/ruby-gettext/PLIST Thu Jan 16 15:28:47 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.24 2018/03/13 16:49:03 taca Exp $
+@comment $NetBSD: PLIST,v 1.25 2020/01/16 15:28:47 taca Exp $
bin/rmsgcat${RUBY_SUFFIX}
bin/rmsgfmt${RUBY_SUFFIX}
bin/rmsginit${RUBY_SUFFIX}
@@ -37,7 +37,7 @@ ${GEM_LIBDIR}/lib/gettext/tools/msginit.
${GEM_LIBDIR}/lib/gettext/tools/msgmerge.rb
${GEM_LIBDIR}/lib/gettext/tools/parser/erb.rb
${GEM_LIBDIR}/lib/gettext/tools/parser/glade.rb
-${GEM_LIBDIR}/lib/gettext/tools/parser/haml.rb
+${GEM_LIBDIR}/lib/gettext/tools/parser/gtk_builder_ui_definitions.rb
${GEM_LIBDIR}/lib/gettext/tools/parser/ruby.rb
${GEM_LIBDIR}/lib/gettext/tools/task.rb
${GEM_LIBDIR}/lib/gettext/tools/xgettext.rb
@@ -1366,6 +1366,7 @@ ${GEM_LIBDIR}/samples/po/zh_TW/hello_tk.
${GEM_LIBDIR}/samples/po/zh_TW/hello_tk.po.time_stamp
${GEM_LIBDIR}/src/po_parser.ry
${GEM_LIBDIR}/test/fixtures/_.rb
+${GEM_LIBDIR}/test/fixtures/_/backtick.rb
${GEM_LIBDIR}/test/fixtures/_/block_parameter.rb
${GEM_LIBDIR}/test/fixtures/_/double_quote_in_double_quote.rb
${GEM_LIBDIR}/test/fixtures/_/double_quote_in_single_quote.rb
@@ -1376,11 +1377,14 @@ ${GEM_LIBDIR}/test/fixtures/_/multiple_m
${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/_/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/non_ascii.rhtml
${GEM_LIBDIR}/test/fixtures/gladeparser.glade
+${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
@@ -1394,7 +1398,7 @@ ${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/gettext-test-utils.rb
+${GEM_LIBDIR}/test/helper.rb
${GEM_LIBDIR}/test/locale/cr/LC_MESSAGES/plural.mo
${GEM_LIBDIR}/test/locale/da/LC_MESSAGES/plural.mo
${GEM_LIBDIR}/test/locale/da/LC_MESSAGES/plural_error.mo
@@ -1505,6 +1509,7 @@ ${GEM_LIBDIR}/test/tools/files/simple_1.
${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_gtk_builder_ui_definitions.rb
${GEM_LIBDIR}/test/tools/parser/test_ruby.rb
${GEM_LIBDIR}/test/tools/test.pot
${GEM_LIBDIR}/test/tools/test_msgcat.rb
Index: pkgsrc/devel/ruby-gettext/distinfo
diff -u pkgsrc/devel/ruby-gettext/distinfo:1.30 pkgsrc/devel/ruby-gettext/distinfo:1.31
--- pkgsrc/devel/ruby-gettext/distinfo:1.30 Tue Mar 13 16:49:03 2018
+++ pkgsrc/devel/ruby-gettext/distinfo Thu Jan 16 15:28:47 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.30 2018/03/13 16:49:03 taca Exp $
+$NetBSD: distinfo,v 1.31 2020/01/16 15:28:47 taca Exp $
-SHA1 (gettext-3.2.9.gem) = 1bd453283e1dbb8d5322410c1ed3bfb57773df42
-RMD160 (gettext-3.2.9.gem) = 402eb10d195e63d5fa54d52df744e59238d84321
-SHA512 (gettext-3.2.9.gem) = 21496c38cfc16a2b280f30bb94ff4560007eaa7f02c2341cb26aca2969a663c0863cdb650b4eadfd262d8585111dfb572e2ebc66a7a879045de50bf9da80a501
-Size (gettext-3.2.9.gem) = 285696 bytes
+SHA1 (gettext-3.3.2.gem) = 4e0474b6565c73fe371a26d5d58eb64058a28f98
+RMD160 (gettext-3.3.2.gem) = 25c2387f1366db53bbf5ffd12592574d3b442409
+SHA512 (gettext-3.3.2.gem) = 92ec140795fe4477754349375413061f20933daddf71f024b989b85fa05a773aa63583c11d982f7c65ab6e842ed03d2083834883ddd45a76f84655ae814969c2
+Size (gettext-3.3.2.gem) = 289280 bytes
Home |
Main Index |
Thread Index |
Old Index