diff options
author | taca <taca@pkgsrc.org> | 2015-10-04 12:14:13 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2015-10-04 12:14:13 +0000 |
commit | d53e158d1eb0710f8e21cbed6ad6214d1a702258 (patch) | |
tree | 7b3efed3840a9103add68d23c53c12a78d77e820 /devel | |
parent | 11a229fb88bbf56d8245f632451fa23e8b9e03eb (diff) | |
download | pkgsrc-d53e158d1eb0710f8e21cbed6ad6214d1a702258.tar.gz |
Update ruby-gettext to3.1.7.
## 3.1.7: 2015-09-22 {#version-3-1-7}
### Improvements
* Supported 3 character language names.
[GitHub#39][Patch by Vilius Paulauskas]
* Suppressed duplicated range in regular expression warning.
[GitHub#40][Patch by Vilius Paulauskas]
* Replaced invalid character instead of raising an error on encoding
conversion.
[GitHub#41][Patch by Vilius Paulauskas]
### Fixes
* Fixed a bug that undefined method is used.
[GitHub#38][Patch by Hiroshi Hatake]
### Thanks
* Hiroshi Hatake
* Vilius Paulauskas
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ruby-gettext/Makefile | 5 | ||||
-rw-r--r-- | devel/ruby-gettext/PLIST | 4 | ||||
-rw-r--r-- | devel/ruby-gettext/distinfo | 8 |
3 files changed, 9 insertions, 8 deletions
diff --git a/devel/ruby-gettext/Makefile b/devel/ruby-gettext/Makefile index 013ac6e49d8..bcb296bbc83 100644 --- a/devel/ruby-gettext/Makefile +++ b/devel/ruby-gettext/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.27 2015/06/03 13:51:06 taca Exp $ +# $NetBSD: Makefile,v 1.28 2015/10/04 12:14:13 taca Exp $ -DISTNAME= gettext-3.1.6 -PKGREVISION= 1 +DISTNAME= gettext-3.1.7 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/devel/ruby-gettext/PLIST b/devel/ruby-gettext/PLIST index 9f90caec1b6..a84349cf56e 100644 --- a/devel/ruby-gettext/PLIST +++ b/devel/ruby-gettext/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.20 2015/06/03 13:51:06 taca Exp $ +@comment $NetBSD: PLIST,v 1.21 2015/10/04 12:14:13 taca Exp $ bin/rmsgcat${RUBY_SUFFIX} bin/rmsgfmt${RUBY_SUFFIX} bin/rmsginit${RUBY_SUFFIX} @@ -1380,6 +1380,7 @@ ${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/hello.rb ${GEM_LIBDIR}/test/fixtures/multi_text_domain.rb ${GEM_LIBDIR}/test/fixtures/n_.rb ${GEM_LIBDIR}/test/fixtures/non_ascii.rb @@ -1436,6 +1437,7 @@ ${GEM_LIBDIR}/test/po/ja/_.po.time_stamp ${GEM_LIBDIR}/test/po/ja/backslash.edit.po ${GEM_LIBDIR}/test/po/ja/backslash.po ${GEM_LIBDIR}/test/po/ja/backslash.po.time_stamp +${GEM_LIBDIR}/test/po/ja/hello.po ${GEM_LIBDIR}/test/po/ja/non_ascii.edit.po ${GEM_LIBDIR}/test/po/ja/non_ascii.po ${GEM_LIBDIR}/test/po/ja/non_ascii.po.time_stamp diff --git a/devel/ruby-gettext/distinfo b/devel/ruby-gettext/distinfo index 9d26e099d65..d93c7deb284 100644 --- a/devel/ruby-gettext/distinfo +++ b/devel/ruby-gettext/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.21 2015/02/01 14:26:25 taca Exp $ +$NetBSD: distinfo,v 1.22 2015/10/04 12:14:13 taca Exp $ -SHA1 (gettext-3.1.6.gem) = 46900e3cc5ba200e11bd85c3eb8b0ed6e17a46c8 -RMD160 (gettext-3.1.6.gem) = ec9d020a6ac05c24a33bb2a243ca6676dc0fc1fa -Size (gettext-3.1.6.gem) = 282112 bytes +SHA1 (gettext-3.1.7.gem) = 104f2f2333a6ef6aeda25bb92d9ac18991546b76 +RMD160 (gettext-3.1.7.gem) = 789d16377cca86daa93f2033325bb0acbd95ab8a +Size (gettext-3.1.7.gem) = 283136 bytes |