Sun May 17 10:14:38 2015 UTC ()
Correct supported Ruby's version.


(taca)
diff -r1.9 -r1.10 pkgsrc/textproc/ruby-diff-lcs/Makefile

cvs diff -r1.9 -r1.10 pkgsrc/textproc/ruby-diff-lcs/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/ruby-diff-lcs/Makefile 2015/05/17 09:47:05 1.9
+++ pkgsrc/textproc/ruby-diff-lcs/Makefile 2015/05/17 10:14:38 1.10
@@ -1,15 +1,17 @@ @@ -1,15 +1,17 @@
1# $NetBSD: Makefile,v 1.9 2015/05/17 09:47:05 taca Exp $ 1# $NetBSD: Makefile,v 1.10 2015/05/17 10:14:38 taca Exp $
2 2
3DISTNAME= diff-lcs-1.2.5 3DISTNAME= diff-lcs-1.2.5
4PKGREVISION= 1 4PKGREVISION= 1
5CATEGORIES= textproc 5CATEGORIES= textproc
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8HOMEPAGE= http://rubyforge.org/projects/ruwiki/ 8HOMEPAGE= http://rubyforge.org/projects/ruwiki/
9COMMENT= Diff library for Ruby 9COMMENT= Diff library for Ruby
10LICENSE= gnu-gpl-v2 OR artistic OR ruby-license 10LICENSE= gnu-gpl-v2 OR artistic OR ruby-license
11 11
12RUBYGEM_OPTIONS+= --format-executable 12RUBYGEM_OPTIONS+= --format-executable
13 13
 14RUBY_VERSION_SUPPORTED= 200 193 21 22
 15
14.include "../../lang/ruby/gem.mk" 16.include "../../lang/ruby/gem.mk"
15.include "../../mk/bsd.pkg.mk" 17.include "../../mk/bsd.pkg.mk"