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: tsutsui
Date: Sun Feb 16 04:05:31 UTC 2020
Modified Files:
pkgsrc/devel/ruby-gettext: Makefile PLIST distinfo
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/devel/ruby-gettext/Makefile
cvs rdiff -u -r1.25 -r1.26 pkgsrc/devel/ruby-gettext/PLIST
cvs rdiff -u -r1.32 -r1.33 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.38 pkgsrc/devel/ruby-gettext/Makefile:1.39
--- pkgsrc/devel/ruby-gettext/Makefile:1.38 Wed Feb 5 14:53:36 2020
+++ pkgsrc/devel/ruby-gettext/Makefile Sun Feb 16 04:05:30 2020
@@ -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@localhost
Index: pkgsrc/devel/ruby-gettext/PLIST
diff -u pkgsrc/devel/ruby-gettext/PLIST:1.25 pkgsrc/devel/ruby-gettext/PLIST:1.26
--- pkgsrc/devel/ruby-gettext/PLIST:1.25 Thu Jan 16 15:28:47 2020
+++ pkgsrc/devel/ruby-gettext/PLIST Sun Feb 16 04:05:30 2020
@@ -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_s
${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
Index: pkgsrc/devel/ruby-gettext/distinfo
diff -u pkgsrc/devel/ruby-gettext/distinfo:1.32 pkgsrc/devel/ruby-gettext/distinfo:1.33
--- pkgsrc/devel/ruby-gettext/distinfo:1.32 Wed Feb 5 14:53:36 2020
+++ pkgsrc/devel/ruby-gettext/distinfo Sun Feb 16 04:05:30 2020
@@ -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
Home |
Main Index |
Thread Index |
Old Index