diff options
author | obache <obache@pkgsrc.org> | 2014-07-03 12:58:38 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2014-07-03 12:58:38 +0000 |
commit | e3dad9c112d65c1c8792c4eca39b9b0c19c9f69c (patch) | |
tree | 302085d655a58ceefe46916e2ef9c4d5dc71ceba /devel/ruby-gettext | |
parent | 8aac9e41dfc49670504d67d88ed0cf2cbfd4de5d (diff) | |
download | pkgsrc-e3dad9c112d65c1c8792c4eca39b9b0c19c9f69c.tar.gz |
Update ruby-gettext to 3.1.2.
(restrict acceptable ruby version from ruby-text).
## 3.1.2: 2014-04-24
### Improvements
* Travis CI: Enabled Rubyinus again.
[GitHub#30] [Patch by Masafumi Yokoyama]
* `GetText::Tools::Task`: Added `msginit_options` to customize `msginit`
command line.
* `rmsginit`: Supported `--translator` option.
* `GetText::Tools::Task`: Changed to not set translator information
by default. [GitHub#31] [Reported by David Silva]
### Thanks
* Masafumi Yokoyama
* David Silva
Diffstat (limited to 'devel/ruby-gettext')
-rw-r--r-- | devel/ruby-gettext/Makefile | 6 | ||||
-rw-r--r-- | devel/ruby-gettext/distinfo | 8 |
2 files changed, 8 insertions, 6 deletions
diff --git a/devel/ruby-gettext/Makefile b/devel/ruby-gettext/Makefile index a5ce341bc00..4eece9a6adb 100644 --- a/devel/ruby-gettext/Makefile +++ b/devel/ruby-gettext/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.22 2014/03/11 10:00:21 obache Exp $ +# $NetBSD: Makefile,v 1.23 2014/07/03 12:58:38 obache Exp $ -DISTNAME= gettext-3.1.1 +DISTNAME= gettext-3.1.2 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org @@ -8,6 +8,8 @@ HOMEPAGE= http://ruby-gettext.github.com/ COMMENT= Ruby localization library like as GNU gettext LICENSE= ruby-license OR gnu-gpl-v2 OR gnu-lgpl-v3 +RUBY_VERSION_SUPPORTED= 193 200 21 + DEPENDS+= ${RUBY_PKGPREFIX}-locale>=2.0.5:../../devel/ruby-locale DEPENDS+= ${RUBY_PKGPREFIX}-text-[0-9]*:../../textproc/ruby-text diff --git a/devel/ruby-gettext/distinfo b/devel/ruby-gettext/distinfo index f4f3402d27a..623247e03b2 100644 --- a/devel/ruby-gettext/distinfo +++ b/devel/ruby-gettext/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.17 2014/03/11 10:00:21 obache Exp $ +$NetBSD: distinfo,v 1.18 2014/07/03 12:58:38 obache Exp $ -SHA1 (gettext-3.1.1.gem) = fbba8b0dfd8cc2a093fdd119a196f3095d105cc1 -RMD160 (gettext-3.1.1.gem) = 1e3d4601d81e76540260144e29a8eacfaad04f8b -Size (gettext-3.1.1.gem) = 221184 bytes +SHA1 (gettext-3.1.2.gem) = 2a9a12e11eb9501ca43913ea000c3a32f88d141f +RMD160 (gettext-3.1.2.gem) = 5269f4233477e7b6625987dd3cc20964aac9bfd3 +Size (gettext-3.1.2.gem) = 224768 bytes |