Allow build with ruby21.

This commit is contained in:
taca 2014-03-26 14:27:22 +00:00
parent c68e851939
commit 238996d5e9
14 changed files with 28 additions and 28 deletions

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.46 2014/03/11 10:03:46 obache Exp $
# $NetBSD: Makefile,v 1.47 2014/03/26 14:27:22 taca Exp $
#
DISTNAME= rabbit-2.1.2
@ -10,7 +10,7 @@ HOMEPAGE= http://rabbit-shocker.org/
COMMENT= RD-document-based presentation application
LICENSE= gnu-gpl-v2 # or later
RUBY_VERSION_SUPPORTED= 193 200
RUBY_VERSION_SUPPORTED= 193 200 21
DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gtk>=0.90.3:../../x11/ruby-gnome2-gtk
DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-rsvg-[0-9]*:../../graphics/ruby-gnome2-rsvg

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.9 2013/09/26 09:42:23 obache Exp $
# $NetBSD: Makefile,v 1.10 2014/03/26 14:27:22 taca Exp $
#
DISTNAME= quickml-0.7
@ -15,7 +15,7 @@ GNU_CONFIGURE= yes
USE_LANGUAGES= # none
RCD_SCRIPTS+= quickml
RUBY_VERSION_SUPPORTED= 193
RUBY_VERSION_SUPPORTED= 200 193 21
QUICKML_USER= quickml
QUICKML_GROUP= quickml

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile.common,v 1.40 2014/03/11 12:11:45 obache Exp $
# $NetBSD: Makefile.common,v 1.41 2014/03/26 14:27:22 taca Exp $
#
# used by devel/ruby-gnome2-atk/Makefile
# used by devel/ruby-gnome2-gio/Makefile
@ -37,7 +37,7 @@ LICENSE= gnu-lgpl-v2.1
VERSION= 2.2.0
USE_RUBY_EXTCONF?= yes
CONFIGURE_ENV+= RUBYOPT="-Ku"
RUBY_VERSION_SUPPORTED= 193 200
RUBY_VERSION_SUPPORTED= 193 200 21
INSTALL_TARGET= install

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.77 2014/03/15 08:17:29 obache Exp $
# $NetBSD: Makefile,v 1.78 2014/03/26 14:27:22 taca Exp $
#
DISTNAME= mikutter.0.2.2.1537
@ -12,7 +12,7 @@ HOMEPAGE= http://mikutter.hachune.net/
COMMENT= Simple, powerful, and moeful twitter client
LICENSE= gnu-gpl-v3 AND cc-by-sa-v3.0
RUBY_VERSION_SUPPORTED= 193 200
RUBY_VERSION_SUPPORTED= 193 200 21
.include "../../lang/ruby/rubyversion.mk"

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.5 2013/09/03 11:29:18 obache Exp $
# $NetBSD: Makefile,v 1.6 2014/03/26 14:27:22 taca Exp $
#
DISTNAME= rabbiter-2.0.1
@ -17,7 +17,7 @@ DEPENDS+= ${RUBY_PKGPREFIX}-twitter_oauth-[0-9]*:../../security/ruby-twitter_oau
DEPENDS+= ${RUBY_PKGPREFIX}-twitter-stream>=0.1.16:../../net/ruby-twitter-stream
CONFLICTS+= ${RUBY_PKGPREFIX}-rabbit<2.0.0
RUBY_VERSION_SUPPORTED= 193 200
RUBY_VERSION_SUPPORTED= 193 200 21
USE_RUBY_SETUP= yes
USE_RUBY_SETUP_PKG= yes

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.12 2014/03/09 15:26:15 tsutsui Exp $
# $NetBSD: Makefile,v 1.13 2014/03/26 14:27:22 taca Exp $
DISTNAME= tw-1.0.8
CATEGORIES= net
@ -15,7 +15,7 @@ DEPENDS+= ${RUBY_PKGPREFIX}-rainbow>=2.0.0:../../misc/ruby-rainbow
DEPENDS+= ${RUBY_PKGPREFIX}-twitter>=5.6.0:../../net/ruby-twitter
DEPENDS+= ${RUBY_PKGPREFIX}-userstream>=1.2.0:../../net/ruby-userstream
RUBY_VERSION_SUPPORTED= 200 193
RUBY_VERSION_SUPPORTED= 200 193 21
RUBY_JSON_REQD= 1.7.0
.include "../../lang/ruby/gem.mk"

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.4 2014/03/09 15:25:27 tsutsui Exp $
# $NetBSD: Makefile,v 1.5 2014/03/26 14:27:22 taca Exp $
DISTNAME= twitter-5.7.1
CATEGORIES= net
@ -20,7 +20,7 @@ DEPENDS+= ${RUBY_PKGPREFIX}-http_parser.rb>=0.6.0:../../www/ruby-http_parser.rb
RUBY_JSON_REQD= 1.8
RUBY_VERSION_SUPPORTED= 200 193
RUBY_VERSION_SUPPORTED= 200 193 21
.include "../../lang/ruby/gem.mk"
.include "../../lang/ruby/json.mk"

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.17 2014/01/01 23:55:22 tonnerre Exp $
# $NetBSD: Makefile,v 1.18 2014/03/26 14:27:22 taca Exp $
DISTNAME= puppet-3.1.1
PKGREVISION= 1
@ -17,7 +17,7 @@ DEPENDS+= ${RUBY_PKGPREFIX}-json-pure>=0:../../textproc/ruby-json-pure
DEPENDS+= ${RUBY_PKGPREFIX}-minitest>=2.5.1:../../devel/ruby-minitest
DEPENDS+= ${RUBY_PKGPREFIX}-shadow>=2.0.0:../../security/ruby-shadow
RUBY_VERSION_SUPPORTED= 193
RUBY_VERSION_SUPPORTED= 200 193 21
CONFLICTS+= ruby[1-9][0-9]-puppet-[0-9]* puppet-[0-9]*

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.5 2014/01/15 13:52:43 joerg Exp $
# $NetBSD: Makefile,v 1.6 2014/03/26 14:27:22 taca Exp $
DISTNAME= ruby-libnotify-0.5.1
PKGNAME= ${DISTNAME:S/ruby/${RUBY_PKGPREFIX}/}
@ -13,7 +13,7 @@ LICENSE= gnu-lgpl-v2.1
USE_RUBY_SETUP= yes
RUBY_VERSION_SUPPORTED= 193 200
RUBY_VERSION_SUPPORTED= 193 200 21
.include "../../x11/ruby-gnome2-gtk/buildlink3.mk"
.include "../../sysutils/libnotify/buildlink3.mk"

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile.common,v 1.4 2012/09/16 15:30:45 taca Exp $
# $NetBSD: Makefile.common,v 1.5 2014/03/26 14:27:23 taca Exp $
#
# used by textproc/migemo/Makefile
# used by textproc/migemo-elisp/Makefile
@ -12,4 +12,4 @@ MASTER_SITES= http://0xcc.net/migemo/
MAINTAINER= yamajun@ofug.net
HOMEPAGE= http://0xcc.net/migemo/
RUBY_VERSION_SUPPORTED= 193
RUBY_VERSION_SUPPORTED= 200 193 21

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.2 2014/03/14 18:23:34 taca Exp $
# $NetBSD: Makefile,v 1.3 2014/03/26 14:27:23 taca Exp $
DISTNAME= redcarpet-3.1.1
CATEGORIES= textproc
@ -8,7 +8,7 @@ HOMEPAGE= https://github.com/vmg/redcarpet/
COMMENT= Markdown that smells nice
LICENSE= mit
RUBY_VERSION_SUPPORTED= 200 193
RUBY_VERSION_SUPPORTED= 200 193 21
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.7 2014/01/17 08:36:59 obache Exp $
# $NetBSD: Makefile,v 1.8 2014/03/26 14:27:23 taca Exp $
DISTNAME= faraday-0.9.0
CATEGORIES= www
@ -10,7 +10,7 @@ LICENSE= mit
DEPENDS+= ${RUBY_PKGPREFIX}-multipart-post>=1.2<3:../../www/ruby-multipart-post
RUBY_VERSION_SUPPORTED= 200 193
RUBY_VERSION_SUPPORTED= 200 193 21
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.8 2013/09/16 12:43:56 joerg Exp $
# $NetBSD: Makefile,v 1.9 2014/03/26 14:27:23 taca Exp $
DISTNAME= jekyll-1.2.0
CATEGORIES= www
@ -19,7 +19,7 @@ DEPENDS+= ${RUBY_PKGPREFIX}-safe_yaml>=0.7.0:../../textproc/ruby-safe_yaml
DEPENDS+= ${RUBY_PKGPREFIX}-colorator>=0.1<1:../../misc/ruby-colorator
DEPENDS+= ${RUBY_PKGPREFIX}-redcarpet>=3.0.0:../../textproc/ruby-redcarpet
RUBY_VERSION_SUPPORTED= 200 193
RUBY_VERSION_SUPPORTED= 200 193 21
OVERRIDE_GEMSPEC= directory-watcher>=1.5.1 safe_yaml>=0.9.5 redcarpet>=3.0.0

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.3 2014/01/17 08:32:07 obache Exp $
# $NetBSD: Makefile,v 1.4 2014/03/26 14:27:23 taca Exp $
DISTNAME= multipart-post-2.0.0
CATEGORIES= www
@ -8,7 +8,7 @@ HOMEPAGE= http://github.com/nicksieger/multipart-post
COMMENT= Multipart form post accessory for Net::HTTP
LICENSE= mit
RUBY_VERSION_SUPPORTED= 200 193
RUBY_VERSION_SUPPORTED= 200 193 21
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"