diff options
author | taca <taca@pkgsrc.org> | 2015-06-11 16:32:52 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2015-06-11 16:32:52 +0000 |
commit | 161b8c2657043d5000bd983a2c0280b830d95f71 (patch) | |
tree | b1f391ad3b1d713d348c025abd10b49e945f44ed | |
parent | 7111a016bed5a4ea336717da1d50a4ee4f60c08e (diff) | |
download | pkgsrc-161b8c2657043d5000bd983a2c0280b830d95f71.tar.gz |
Update ruby-text to 1.3.1.
pkgsrc change: remove RUBY_VERSION_SUPPORTED since it has default value.
* A few fixes for performance improvement.
-rw-r--r-- | textproc/ruby-text/Makefile | 6 | ||||
-rw-r--r-- | textproc/ruby-text/distinfo | 8 |
2 files changed, 6 insertions, 8 deletions
diff --git a/textproc/ruby-text/Makefile b/textproc/ruby-text/Makefile index 689ae1d00de..eb550e0230d 100644 --- a/textproc/ruby-text/Makefile +++ b/textproc/ruby-text/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2015/06/04 12:40:21 sevan Exp $ +# $NetBSD: Makefile,v 1.7 2015/06/11 16:32:52 taca Exp $ -DISTNAME= text-1.3.0 +DISTNAME= text-1.3.1 CATEGORIES= textproc MAINTAINER= pkgsrc-users@NetBSD.org @@ -8,7 +8,5 @@ HOMEPAGE= https://github.com/threedaymonk/text COMMENT= Collection of text algorithms for Ruby LICENSE= mit -RUBY_VERSION_SUPPORTED= 193 200 21 22 - .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" diff --git a/textproc/ruby-text/distinfo b/textproc/ruby-text/distinfo index 603203b1490..8d861f39774 100644 --- a/textproc/ruby-text/distinfo +++ b/textproc/ruby-text/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2014/07/03 12:50:03 obache Exp $ +$NetBSD: distinfo,v 1.5 2015/06/11 16:32:52 taca Exp $ -SHA1 (text-1.3.0.gem) = d5e3bcf4904445d34414ceca31c8f07df10350f4 -RMD160 (text-1.3.0.gem) = bf47d4817b3041864d01e83ad6dd8e180bc38746 -Size (text-1.3.0.gem) = 138752 bytes +SHA1 (text-1.3.1.gem) = d33289d86c3ecc9a9783e30a92f9f5ff847d1280 +RMD160 (text-1.3.1.gem) = a044030ac97c398e0c98783a42675e8cae816e89 +Size (text-1.3.1.gem) = 138752 bytes |