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:           Sun Aug  9 15:26:52 UTC 2020

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

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 pkgsrc/devel/ruby-gettext/Makefile
cvs rdiff -u -r1.26 -r1.27 pkgsrc/devel/ruby-gettext/PLIST
cvs rdiff -u -r1.33 -r1.34 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.41 pkgsrc/devel/ruby-gettext/Makefile:1.42
--- pkgsrc/devel/ruby-gettext/Makefile:1.41     Thu May 21 16:04:22 2020
+++ pkgsrc/devel/ruby-gettext/Makefile  Sun Aug  9 15:26:52 2020
@@ -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@localhost

Index: pkgsrc/devel/ruby-gettext/PLIST
diff -u pkgsrc/devel/ruby-gettext/PLIST:1.26 pkgsrc/devel/ruby-gettext/PLIST:1.27
--- pkgsrc/devel/ruby-gettext/PLIST:1.26        Sun Feb 16 04:05:30 2020
+++ pkgsrc/devel/ruby-gettext/PLIST     Sun Aug  9 15:26:52 2020
@@ -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_sym
 ${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

Index: pkgsrc/devel/ruby-gettext/distinfo
diff -u pkgsrc/devel/ruby-gettext/distinfo:1.33 pkgsrc/devel/ruby-gettext/distinfo:1.34
--- pkgsrc/devel/ruby-gettext/distinfo:1.33     Sun Feb 16 04:05:30 2020
+++ pkgsrc/devel/ruby-gettext/distinfo  Sun Aug  9 15:26:52 2020
@@ -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



Home | Main Index | Thread Index | Old Index