pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/ruby-diff-lcs Correct supported Ruby's version.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/31ca26abe6de
branches:  trunk
changeset: 651911:31ca26abe6de
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun May 17 10:14:38 2015 +0000

description:
Correct supported Ruby's version.

diffstat:

 textproc/ruby-diff-lcs/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 42f2078a204f -r 31ca26abe6de textproc/ruby-diff-lcs/Makefile
--- a/textproc/ruby-diff-lcs/Makefile   Sun May 17 09:47:40 2015 +0000
+++ b/textproc/ruby-diff-lcs/Makefile   Sun May 17 10:14:38 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2015/05/17 09:47:05 taca Exp $
+# $NetBSD: Makefile,v 1.10 2015/05/17 10:14:38 taca Exp $
 
 DISTNAME=      diff-lcs-1.2.5
 PKGREVISION=   1
@@ -11,5 +11,7 @@
 
 RUBYGEM_OPTIONS+=      --format-executable
 
+RUBY_VERSION_SUPPORTED=        200 193 21 22
+
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index