Thu Jun 4 12:40:21 2015 UTC ()
Add Ruby 2.2 to RUBY_VERSION_SUPPORTED


(sevan)
diff -r1.5 -r1.6 pkgsrc/textproc/ruby-text/Makefile

cvs diff -r1.5 -r1.6 pkgsrc/textproc/ruby-text/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/ruby-text/Makefile 2015/03/15 21:10:07 1.5
+++ pkgsrc/textproc/ruby-text/Makefile 2015/06/04 12:40:21 1.6
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.5 2015/03/15 21:10:07 hiramatsu Exp $ 1# $NetBSD: Makefile,v 1.6 2015/06/04 12:40:21 sevan Exp $
2 2
3DISTNAME= text-1.3.0 3DISTNAME= text-1.3.0
4CATEGORIES= textproc 4CATEGORIES= textproc
5 5
6MAINTAINER= pkgsrc-users@NetBSD.org 6MAINTAINER= pkgsrc-users@NetBSD.org
7HOMEPAGE= https://github.com/threedaymonk/text 7HOMEPAGE= https://github.com/threedaymonk/text
8COMMENT= Collection of text algorithms for Ruby 8COMMENT= Collection of text algorithms for Ruby
9LICENSE= mit 9LICENSE= mit
10 10
11RUBY_VERSION_SUPPORTED= 193 200 21 11RUBY_VERSION_SUPPORTED= 193 200 21 22
12 12
13.include "../../lang/ruby/gem.mk" 13.include "../../lang/ruby/gem.mk"
14.include "../../mk/bsd.pkg.mk" 14.include "../../mk/bsd.pkg.mk"