Received: by mail.netbsd.org (Postfix, from userid 605) id 477A284F42; Thu, 23 Feb 2023 14:15:45 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7990384D54 for ; Thu, 23 Feb 2023 14:15:44 +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 JMn485kzmRlf for ; Thu, 23 Feb 2023 14:15:44 +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 CB81E84CE8 for ; Thu, 23 Feb 2023 14:15:43 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id BEF9DFA90; Thu, 23 Feb 2023 14:15:43 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1677161743117220" MIME-Version: 1.0 Date: Thu, 23 Feb 2023 14:15:43 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/mail/ruby-roadie-rails To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20230223141543.BEF9DFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1677161743117220 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Thu Feb 23 14:15:43 UTC 2023 Modified Files: pkgsrc/mail/ruby-roadie-rails: Makefile Log Message: mail/ruby-roadie-rails: no need to restrict ruby's version Drop RUBY_VERSIONS_ACCEPTED which contains all current supported versions. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/mail/ruby-roadie-rails/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1677161743117220 Content-Disposition: inline Content-Length: 715 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/mail/ruby-roadie-rails/Makefile diff -u pkgsrc/mail/ruby-roadie-rails/Makefile:1.7 pkgsrc/mail/ruby-roadie-rails/Makefile:1.8 --- pkgsrc/mail/ruby-roadie-rails/Makefile:1.7 Sat Jan 21 13:57:31 2023 +++ pkgsrc/mail/ruby-roadie-rails/Makefile Thu Feb 23 14:15:43 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2023/01/21 13:57:31 taca Exp $ +# $NetBSD: Makefile,v 1.8 2023/02/23 14:15:43 taca Exp $ DISTNAME= roadie-rails-3.0.0 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/rails/rails${RUBY_RAILS}/} @@ -14,7 +14,6 @@ DEPENDS+= ${RUBY_PKGPREFIX}-roadie>=5.0< USE_LANGUAGES= # none -RUBY_VERSIONS_ACCEPTED= 27 30 31 32 RUBY_RAILS_ACCEPTED= 61 .include "../../lang/ruby/gem.mk" --_----------=_1677161743117220--