Received: by mail.netbsd.org (Postfix, from userid 605) id C925785620; Sun, 18 Jun 2017 13:48:56 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5A5E084DF7 for ; Sun, 18 Jun 2017 13:48:56 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id qMZ-xuAFfR7h for ; Sun, 18 Jun 2017 13:48:55 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 4B64E84C86 for ; Sun, 18 Jun 2017 13:48:55 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 49995FAE8; Sun, 18 Jun 2017 13:48:55 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1497793735177500" MIME-Version: 1.0 Date: Sun, 18 Jun 2017 13:48:55 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20170618134855.49995FAE8@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1497793735177500 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sun Jun 18 13:48:55 UTC 2017 Modified Files: pkgsrc/devel/ruby-dep: Makefile pkgsrc/games/ruby-squib: Makefile pkgsrc/misc/ruby-ohai: Makefile pkgsrc/security/ruby-openid: Makefile pkgsrc/security/ruby-rack-openid: Makefile pkgsrc/sysutils/ruby-listen: Makefile pkgsrc/www/ruby-http_router: Makefile pkgsrc/www/ruby-jekyll: Makefile pkgsrc/www/ruby-jekyll-archives: Makefile pkgsrc/www/ruby-jekyll-watch: Makefile pkgsrc/www/ruby-padrino: Makefile.common pkgsrc/www/ruby-padrino-contrib: Makefile pkgsrc/www/ruby-rack: Makefile pkgsrc/www/ruby-rack-contrib: Makefile pkgsrc/www/ruby-rack-protection: Makefile pkgsrc/www/ruby-sinatra: Makefile pkgsrc/www/ruby-sinatra-contrib: Makefile pkgsrc/www/ruby-url_mount: Makefile Log Message: Add 24 to RUBY_VERSIONS_ACCEPTED. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/ruby-dep/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/games/ruby-squib/Makefile cvs rdiff -u -r1.18 -r1.19 pkgsrc/misc/ruby-ohai/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/security/ruby-openid/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/security/ruby-rack-openid/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/sysutils/ruby-listen/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/ruby-http_router/Makefile cvs rdiff -u -r1.23 -r1.24 pkgsrc/www/ruby-jekyll/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/ruby-jekyll-archives/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/ruby-jekyll-watch/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/www/ruby-padrino/Makefile.common cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/ruby-padrino-contrib/Makefile cvs rdiff -u -r1.23 -r1.24 pkgsrc/www/ruby-rack/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/ruby-rack-contrib/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/ruby-rack-protection/Makefile cvs rdiff -u -r1.22 -r1.23 pkgsrc/www/ruby-sinatra/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/ruby-sinatra-contrib/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/ruby-url_mount/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1497793735177500 Content-Disposition: inline Content-Length: 13214 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/ruby-dep/Makefile diff -u pkgsrc/devel/ruby-dep/Makefile:1.2 pkgsrc/devel/ruby-dep/Makefile:1.3 --- pkgsrc/devel/ruby-dep/Makefile:1.2 Thu Oct 20 14:30:31 2016 +++ pkgsrc/devel/ruby-dep/Makefile Sun Jun 18 13:48:53 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2016/10/20 14:30:31 taca Exp $ +# $NetBSD: Makefile,v 1.3 2017/06/18 13:48:53 taca Exp $ DISTNAME= ruby_dep-${VERS} PKGNAME= ${RUBY_PKGPREFIX}-dep-${VERS} @@ -11,7 +11,7 @@ LICENSE= mit VERS= 1.5.0 -RUBY_VERSIONS_ACCEPTED= 22 23 +RUBY_VERSIONS_ACCEPTED= 22 23 24 .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/games/ruby-squib/Makefile diff -u pkgsrc/games/ruby-squib/Makefile:1.5 pkgsrc/games/ruby-squib/Makefile:1.6 --- pkgsrc/games/ruby-squib/Makefile:1.5 Mon Mar 20 16:26:56 2017 +++ pkgsrc/games/ruby-squib/Makefile Sun Jun 18 13:48:53 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2017/03/20 16:26:56 taca Exp $ +# $NetBSD: Makefile,v 1.6 2017/06/18 13:48:53 taca Exp $ DISTNAME= squib-0.13.2 #MASTER_SITES= ${MASTER_SITE_GITHUB:=andymeneely/} @@ -21,8 +21,9 @@ DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-rsvg> DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gobject-introspection>=3.1.1:../../devel/ruby-gnome2-gobject-introspection DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gio>=3.1.1:../../devel/ruby-gnome2-gio -RUBY_VERSIONS_ACCEPTED= 22 23 +RUBY_VERSIONS_ACCEPTED= 22 23 24 RUBYGEM_OPTIONS+= --format-executable + OVERRIDE_GEMSPEC+= roo>=2.7.0 OVERRIDE_GEMSPEC+= gio2>=3.1.1 OVERRIDE_GEMSPEC+= pango>=3.1.1 Index: pkgsrc/misc/ruby-ohai/Makefile diff -u pkgsrc/misc/ruby-ohai/Makefile:1.18 pkgsrc/misc/ruby-ohai/Makefile:1.19 --- pkgsrc/misc/ruby-ohai/Makefile:1.18 Mon Jun 5 14:43:01 2017 +++ pkgsrc/misc/ruby-ohai/Makefile Sun Jun 18 13:48:53 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2017/06/05 14:43:01 taca Exp $ +# $NetBSD: Makefile,v 1.19 2017/06/18 13:48:53 taca Exp $ DISTNAME= ohai-13.1.0 CATEGORIES= misc @@ -20,6 +20,8 @@ DEPENDS+= ${RUBY_PKGPREFIX}-ipaddress>=0 DEPENDS+= ${RUBY_PKGPREFIX}-wmi-lite>=1.0<2:../../devel/ruby-wmi-lite DEPENDS+= ${RUBY_PKGPREFIX}-chef-config<14:../../sysutils/ruby-chef-config +RUBY_VERSIONS_ACCEPTED= 23 24 + RUBYGEM_OPTIONS+= --format-executable .include "../../lang/ruby/gem.mk" Index: pkgsrc/security/ruby-openid/Makefile diff -u pkgsrc/security/ruby-openid/Makefile:1.5 pkgsrc/security/ruby-openid/Makefile:1.6 --- pkgsrc/security/ruby-openid/Makefile:1.5 Mon Jun 5 03:29:38 2017 +++ pkgsrc/security/ruby-openid/Makefile Sun Jun 18 13:48:53 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2017/06/05 03:29:38 taca Exp $ +# $NetBSD: Makefile,v 1.6 2017/06/18 13:48:53 taca Exp $ DISTNAME= openid-0.0.1 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} @@ -11,7 +11,7 @@ LICENSE= gnu-lgpl-v2.1 OR ruby-license USE_LANGUAGES= # none -RUBY_VERSIONS_ACCEPTED= 23 22 +RUBY_VERSIONS_ACCEPTED= 23 22 24 .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/security/ruby-rack-openid/Makefile diff -u pkgsrc/security/ruby-rack-openid/Makefile:1.4 pkgsrc/security/ruby-rack-openid/Makefile:1.5 --- pkgsrc/security/ruby-rack-openid/Makefile:1.4 Tue Jun 6 11:12:05 2017 +++ pkgsrc/security/ruby-rack-openid/Makefile Sun Jun 18 13:48:53 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2017/06/06 11:12:05 jperkin Exp $ +# $NetBSD: Makefile,v 1.5 2017/06/18 13:48:53 taca Exp $ DISTNAME= rack-openid-1.4.2 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} @@ -14,7 +14,7 @@ DEPENDS+= ${RUBY_PKGPREFIX}-ruby-openid> USE_LANGUAGES= # none -RUBY_VERSIONS_ACCEPTED= 22 23 # www/ruby-rack +RUBY_VERSIONS_ACCEPTED= 22 23 24 # www/ruby-rack .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/sysutils/ruby-listen/Makefile diff -u pkgsrc/sysutils/ruby-listen/Makefile:1.12 pkgsrc/sysutils/ruby-listen/Makefile:1.13 --- pkgsrc/sysutils/ruby-listen/Makefile:1.12 Mon Jan 9 15:02:31 2017 +++ pkgsrc/sysutils/ruby-listen/Makefile Sun Jun 18 13:48:54 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2017/01/09 15:02:31 taca Exp $ +# $NetBSD: Makefile,v 1.13 2017/06/18 13:48:54 taca Exp $ DISTNAME= listen-3.1.5 PKGREVISION= 1 @@ -12,7 +12,7 @@ LICENSE= mit RUBYGEM_OPTIONS+= --format-executable -RUBY_VERSIONS_ACCEPTED= 22 23 +RUBY_VERSIONS_ACCEPTED= 22 23 24 .include "../../lang/ruby/rubyversion.mk" Index: pkgsrc/www/ruby-http_router/Makefile diff -u pkgsrc/www/ruby-http_router/Makefile:1.5 pkgsrc/www/ruby-http_router/Makefile:1.6 --- pkgsrc/www/ruby-http_router/Makefile:1.5 Mon Jun 5 03:29:38 2017 +++ pkgsrc/www/ruby-http_router/Makefile Sun Jun 18 13:48:54 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2017/06/05 03:29:38 taca Exp $ +# $NetBSD: Makefile,v 1.6 2017/06/18 13:48:54 taca Exp $ DISTNAME= http_router-0.11.2 CATEGORIES= www @@ -11,7 +11,7 @@ LICENSE= mit DEPENDS+= ${RUBY_PKGPREFIX}-rack>=1.0.0:../../www/ruby-rack DEPENDS+= ${RUBY_PKGPREFIX}-url_mount>=0.2.1<0.3:../../www/ruby-url_mount -RUBY_VERSIONS_ACCEPTED= 23 22 +RUBY_VERSIONS_ACCEPTED= 23 22 24 .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/www/ruby-jekyll/Makefile diff -u pkgsrc/www/ruby-jekyll/Makefile:1.23 pkgsrc/www/ruby-jekyll/Makefile:1.24 --- pkgsrc/www/ruby-jekyll/Makefile:1.23 Sun Apr 23 13:04:00 2017 +++ pkgsrc/www/ruby-jekyll/Makefile Sun Jun 18 13:48:54 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2017/04/23 13:04:00 taca Exp $ +# $NetBSD: Makefile,v 1.24 2017/06/18 13:48:54 taca Exp $ DISTNAME= jekyll-3.4.3 PKGREVISION= 1 @@ -25,7 +25,7 @@ DEPENDS+= ${RUBY_PKGPREFIX}-jekyll-feed> RUBYGEM_OPTIONS+= --format-executable # restricted by ruby-jekyll-watch through ruby-dep and ruby-listen -RUBY_VERSIONS_ACCEPTED= 22 23 +RUBY_VERSIONS_ACCEPTED= 22 23 24 .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/www/ruby-jekyll-archives/Makefile diff -u pkgsrc/www/ruby-jekyll-archives/Makefile:1.3 pkgsrc/www/ruby-jekyll-archives/Makefile:1.4 --- pkgsrc/www/ruby-jekyll-archives/Makefile:1.3 Mon Oct 24 14:41:58 2016 +++ pkgsrc/www/ruby-jekyll-archives/Makefile Sun Jun 18 13:48:54 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2016/10/24 14:41:58 taca Exp $ +# $NetBSD: Makefile,v 1.4 2017/06/18 13:48:54 taca Exp $ DISTNAME= jekyll-archives-2.1.1 PKGREVISION= 1 @@ -12,7 +12,7 @@ LICENSE= mit DEPENDS+= ${RUBY_PKGPREFIX}-jekyll>=2.4:../../www/ruby-jekyll # restricted by ruby-jekyll -RUBY_VERSIONS_ACCEPTED= 22 23 +RUBY_VERSIONS_ACCEPTED= 22 23 24 .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/www/ruby-jekyll-watch/Makefile diff -u pkgsrc/www/ruby-jekyll-watch/Makefile:1.6 pkgsrc/www/ruby-jekyll-watch/Makefile:1.7 --- pkgsrc/www/ruby-jekyll-watch/Makefile:1.6 Mon Jan 9 15:04:44 2017 +++ pkgsrc/www/ruby-jekyll-watch/Makefile Sun Jun 18 13:48:54 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2017/01/09 15:04:44 taca Exp $ +# $NetBSD: Makefile,v 1.7 2017/06/18 13:48:54 taca Exp $ DISTNAME= jekyll-watch-1.5.0 PKGREVISION= 1 @@ -10,7 +10,7 @@ COMMENT= Rebuild your Jekyll site when a LICENSE= mit # restricted by ruby-dep and ruby-listen -RUBY_VERSIONS_ACCEPTED= 22 23 +RUBY_VERSIONS_ACCEPTED= 22 23 24 DEPENDS+= ${RUBY_PKGPREFIX}-listen>=3.0<4:../../sysutils/ruby-listen Index: pkgsrc/www/ruby-padrino/Makefile.common diff -u pkgsrc/www/ruby-padrino/Makefile.common:1.14 pkgsrc/www/ruby-padrino/Makefile.common:1.15 --- pkgsrc/www/ruby-padrino/Makefile.common:1.14 Tue Jun 6 11:12:05 2017 +++ pkgsrc/www/ruby-padrino/Makefile.common Sun Jun 18 13:48:54 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.14 2017/06/06 11:12:05 jperkin Exp $ +# $NetBSD: Makefile.common,v 1.15 2017/06/18 13:48:54 taca Exp $ # # used by www/ruby-padrino/Makefile # used by www/ruby-padrino-admin/Makefile @@ -12,4 +12,4 @@ RUBY_PADRINO_VERS= 0.14.1.1 RUBY_PADRINO_SITE= http://www.padrinorb.com/ -RUBY_VERSIONS_ACCEPTED= 22 23 # www/ruby-rack +RUBY_VERSIONS_ACCEPTED= 22 23 24 # www/ruby-rack Index: pkgsrc/www/ruby-padrino-contrib/Makefile diff -u pkgsrc/www/ruby-padrino-contrib/Makefile:1.3 pkgsrc/www/ruby-padrino-contrib/Makefile:1.4 --- pkgsrc/www/ruby-padrino-contrib/Makefile:1.3 Tue Jun 6 11:12:05 2017 +++ pkgsrc/www/ruby-padrino-contrib/Makefile Sun Jun 18 13:48:54 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2017/06/06 11:12:05 jperkin Exp $ +# $NetBSD: Makefile,v 1.4 2017/06/18 13:48:54 taca Exp $ DISTNAME= padrino-contrib-0.2.0 CATEGORIES= www @@ -10,7 +10,7 @@ LICENSE= mit DEPENDS+= ${RUBY_PKGPREFIX}-padrino-core>=0.12.3:../../www/ruby-padrino-core -RUBY_VERSIONS_ACCEPTED= 22 23 # www/ruby-rack via www/ruby-padrino-core +RUBY_VERSIONS_ACCEPTED= 22 23 24 # www/ruby-rack via www/ruby-padrino-core .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/www/ruby-rack/Makefile diff -u pkgsrc/www/ruby-rack/Makefile:1.23 pkgsrc/www/ruby-rack/Makefile:1.24 --- pkgsrc/www/ruby-rack/Makefile:1.23 Sun Jun 4 15:15:39 2017 +++ pkgsrc/www/ruby-rack/Makefile Sun Jun 18 13:48:54 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2017/06/04 15:15:39 taca Exp $ +# $NetBSD: Makefile,v 1.24 2017/06/18 13:48:54 taca Exp $ DISTNAME= rack-2.0.3 CATEGORIES= www @@ -9,7 +9,7 @@ COMMENT= Modular Ruby webserver interfac LICENSE= mit # Rack 2.0.3 requires Ruby 2.2.2 or later -RUBY_VERSIONS_ACCEPTED= 22 23 +RUBY_VERSIONS_ACCEPTED= 23 22 24 OVERRIDE_GEMSPEC= :executables rackup=rackup20 \ :files bin/rackup=bin/rackup20 RUBYGEM_OPTIONS+= --format-executable Index: pkgsrc/www/ruby-rack-contrib/Makefile diff -u pkgsrc/www/ruby-rack-contrib/Makefile:1.4 pkgsrc/www/ruby-rack-contrib/Makefile:1.5 --- pkgsrc/www/ruby-rack-contrib/Makefile:1.4 Tue Jun 6 11:12:05 2017 +++ pkgsrc/www/ruby-rack-contrib/Makefile Sun Jun 18 13:48:54 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2017/06/06 11:12:05 jperkin Exp $ +# $NetBSD: Makefile,v 1.5 2017/06/18 13:48:54 taca Exp $ DISTNAME= rack-contrib-1.4.0 CATEGORIES= www @@ -10,7 +10,7 @@ LICENSE= mit DEPENDS+= ${RUBY_PKGPREFIX}-rack>=0:../../www/ruby-rack -RUBY_VERSIONS_ACCEPTED= 22 23 # www/ruby-rack +RUBY_VERSIONS_ACCEPTED= 22 23 24 # www/ruby-rack .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/www/ruby-rack-protection/Makefile diff -u pkgsrc/www/ruby-rack-protection/Makefile:1.9 pkgsrc/www/ruby-rack-protection/Makefile:1.10 --- pkgsrc/www/ruby-rack-protection/Makefile:1.9 Mon Jun 5 03:29:38 2017 +++ pkgsrc/www/ruby-rack-protection/Makefile Sun Jun 18 13:48:54 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2017/06/05 03:29:38 taca Exp $ +# $NetBSD: Makefile,v 1.10 2017/06/18 13:48:54 taca Exp $ DISTNAME= rack-protection-2.0.0 CATEGORIES= www @@ -10,7 +10,7 @@ LICENSE= mit DEPENDS+= ${RUBY_PKGPREFIX}-rack>=2.0:../../www/ruby-rack -RUBY_VERSIONS_ACCEPTED= 23 22 +RUBY_VERSIONS_ACCEPTED= 23 22 24 .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/www/ruby-sinatra/Makefile diff -u pkgsrc/www/ruby-sinatra/Makefile:1.22 pkgsrc/www/ruby-sinatra/Makefile:1.23 --- pkgsrc/www/ruby-sinatra/Makefile:1.22 Mon Jun 5 03:29:38 2017 +++ pkgsrc/www/ruby-sinatra/Makefile Sun Jun 18 13:48:54 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2017/06/05 03:29:38 taca Exp $ +# $NetBSD: Makefile,v 1.23 2017/06/18 13:48:54 taca Exp $ DISTNAME= sinatra-2.0.0 CATEGORIES= www @@ -13,7 +13,7 @@ DEPENDS+= ${RUBY_PKGPREFIX}-rack-protect DEPENDS+= ${RUBY_PKGPREFIX}-mustermann>=1.0<2:../../www/ruby-mustermann DEPENDS+= ${RUBY_PKGPREFIX}-tilt>=2.0<3:../../textproc/ruby-tilt -RUBY_VERSIONS_ACCEPTED= 23 22 +RUBY_VERSIONS_ACCEPTED= 23 22 24 .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/www/ruby-sinatra-contrib/Makefile diff -u pkgsrc/www/ruby-sinatra-contrib/Makefile:1.9 pkgsrc/www/ruby-sinatra-contrib/Makefile:1.10 --- pkgsrc/www/ruby-sinatra-contrib/Makefile:1.9 Mon Jun 5 03:29:38 2017 +++ pkgsrc/www/ruby-sinatra-contrib/Makefile Sun Jun 18 13:48:54 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2017/06/05 03:29:38 taca Exp $ +# $NetBSD: Makefile,v 1.10 2017/06/18 13:48:54 taca Exp $ DISTNAME= sinatra-contrib-2.0.0 CATEGORIES= www @@ -12,7 +12,7 @@ DEPENDS+= ${RUBY_PKGPREFIX}-sinatra>=2.0 DEPENDS+= ${RUBY_PKGPREFIX}-backports>=2.0:../../devel/ruby-backports DEPENDS+= ${RUBY_PKGPREFIX}-multi_json-[0-9]*:../../textproc/ruby-multi_json -RUBY_VERSIONS_ACCEPTED= 23 22 +RUBY_VERSIONS_ACCEPTED= 23 22 24 .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/www/ruby-url_mount/Makefile diff -u pkgsrc/www/ruby-url_mount/Makefile:1.2 pkgsrc/www/ruby-url_mount/Makefile:1.3 --- pkgsrc/www/ruby-url_mount/Makefile:1.2 Mon Jun 5 03:29:38 2017 +++ pkgsrc/www/ruby-url_mount/Makefile Sun Jun 18 13:48:54 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2017/06/05 03:29:38 taca Exp $ +# $NetBSD: Makefile,v 1.3 2017/06/18 13:48:54 taca Exp $ DISTNAME= url_mount-0.2.1 CATEGORIES= www @@ -10,7 +10,7 @@ LICENSE= mit DEPENDS+= ${RUBY_PKGPREFIX}-rack>=0:../../www/ruby-rack -RUBY_VERSIONS_ACCEPTED= 23 22 +RUBY_VERSIONS_ACCEPTED= 23 22 24 .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" --_----------=_1497793735177500--