Received: by mail.netbsd.org (Postfix, from userid 605) id 0361284DCA; Sat, 21 Mar 2020 16:40:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7F6ED84DC2 for ; Sat, 21 Mar 2020 16:40:38 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id Ut8c3avlSzDZ for ; Sat, 21 Mar 2020 16:40:38 +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 D1D9484CD2 for ; Sat, 21 Mar 2020 16:40:37 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id BE8B2FB27; Sat, 21 Mar 2020 16:40:37 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1584808837120490" MIME-Version: 1.0 Date: Sat, 21 Mar 2020 16:40:37 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/www/ruby-jquery-rails To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20200321164037.BE8B2FB27@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. --_----------=_1584808837120490 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sat Mar 21 16:40:37 UTC 2020 Modified Files: pkgsrc/www/ruby-jquery-rails: Makefile Log Message: www/ruby-jquery-rails: relax rails version Relax restriction to versions of Ruby on Rails. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 pkgsrc/www/ruby-jquery-rails/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1584808837120490 Content-Disposition: inline Content-Length: 817 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/ruby-jquery-rails/Makefile diff -u pkgsrc/www/ruby-jquery-rails/Makefile:1.14 pkgsrc/www/ruby-jquery-rails/Makefile:1.15 --- pkgsrc/www/ruby-jquery-rails/Makefile:1.14 Fri Mar 20 15:13:58 2020 +++ pkgsrc/www/ruby-jquery-rails/Makefile Sat Mar 21 16:40:37 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2020/03/20 15:13:58 taca Exp $ +# $NetBSD: Makefile,v 1.15 2020/03/21 16:40:37 taca Exp $ DISTNAME= jquery-rails-4.3.5 CATEGORIES= www @@ -12,7 +12,7 @@ DEPENDS+= ${RUBY_RAILTIES_DEPENDS} DEPENDS+= ${RUBY_PKGPREFIX}-thor>=0.14<2:../../devel/ruby-thor DEPENDS+= ${RUBY_PKGPREFIX}-rails-dom-testing>=2.0:../../textproc/ruby-rails-dom-testing -RUBY_RAILS_ACCEPTED= 52 51 +RUBY_RAILS_ACCEPTED= # defined .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" --_----------=_1584808837120490--