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:           Fri Aug 18 10:43:04 UTC 2017

Modified Files:
        pkgsrc/devel/ruby-gettext: Makefile PLIST distinfo

Log Message:
Update ruby-gettext to 3.2.4.

## 3.2.4: 2017-08-13 {#version-3-2-4}

### Fixes

  * Fixed a bug that block parameter is handled as method name.
    [GitHub#53][Reported by Renaud Chaput]

### Thanks

  * Renaud Chaput


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/devel/ruby-gettext/Makefile
cvs rdiff -u -r1.22 -r1.23 pkgsrc/devel/ruby-gettext/PLIST
cvs rdiff -u -r1.27 -r1.28 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.32 pkgsrc/devel/ruby-gettext/Makefile:1.33
--- pkgsrc/devel/ruby-gettext/Makefile:1.32     Thu Jul 13 15:23:12 2017
+++ pkgsrc/devel/ruby-gettext/Makefile  Fri Aug 18 10:43:04 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.32 2017/07/13 15:23:12 taca Exp $
+# $NetBSD: Makefile,v 1.33 2017/08/18 10:43:04 taca Exp $
 
-DISTNAME=      gettext-3.2.3
+DISTNAME=      gettext-3.2.4
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/devel/ruby-gettext/PLIST
diff -u pkgsrc/devel/ruby-gettext/PLIST:1.22 pkgsrc/devel/ruby-gettext/PLIST:1.23
--- pkgsrc/devel/ruby-gettext/PLIST:1.22        Sun Oct  9 14:10:04 2016
+++ pkgsrc/devel/ruby-gettext/PLIST     Fri Aug 18 10:43:04 2017
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.22 2016/10/09 14:10:04 taca Exp $
+@comment $NetBSD: PLIST,v 1.23 2017/08/18 10:43:04 taca Exp $
 bin/rmsgcat${RUBY_SUFFIX}
 bin/rmsgfmt${RUBY_SUFFIX}
 bin/rmsginit${RUBY_SUFFIX}
@@ -1365,6 +1365,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/_/block_parameter.rb
 ${GEM_LIBDIR}/test/fixtures/_/double_quote_in_double_quote.rb
 ${GEM_LIBDIR}/test/fixtures/_/double_quote_in_single_quote.rb
 ${GEM_LIBDIR}/test/fixtures/_/literal_concatenation_with_continuation_line.rb

Index: pkgsrc/devel/ruby-gettext/distinfo
diff -u pkgsrc/devel/ruby-gettext/distinfo:1.27 pkgsrc/devel/ruby-gettext/distinfo:1.28
--- pkgsrc/devel/ruby-gettext/distinfo:1.27     Thu Jul 13 15:23:12 2017
+++ pkgsrc/devel/ruby-gettext/distinfo  Fri Aug 18 10:43:04 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.27 2017/07/13 15:23:12 taca Exp $
+$NetBSD: distinfo,v 1.28 2017/08/18 10:43:04 taca Exp $
 
-SHA1 (gettext-3.2.3.gem) = 4456c8e9ca7bbac45dd44ebade42bbed40454a8d
-RMD160 (gettext-3.2.3.gem) = 7a01ae84621a0a643f45cba97a3af5b3cbef5b1c
-SHA512 (gettext-3.2.3.gem) = a7e6ca4e54a81eba7bd148849823ea480526f6d377d818f89aad28fc4cf79eb7e01dbbbbded441cad143ac806c73241173a1437deddb165ce7f178a9367bc4c5
-Size (gettext-3.2.3.gem) = 283648 bytes
+SHA1 (gettext-3.2.4.gem) = 364c80789997935e5146ef5232c7b5c0981a04e3
+RMD160 (gettext-3.2.4.gem) = 5a2e507c64eb39087f9e704cc11a4090666c668b
+SHA512 (gettext-3.2.4.gem) = 53613d29fbd68866a66c912428f87e8191682838f2ea9c218972633cc075a19052a7ed1f7e02c5818f2b600b2e0296c4efe832fd854557bfd0afb746cfbfa2c7
+Size (gettext-3.2.4.gem) = 284160 bytes



Home | Main Index | Thread Index | Old Index