Received: by mail.netbsd.org (Postfix, from userid 605) id 0500284DBF; Mon, 5 Sep 2022 15:33:16 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3E83684D27 for ; Mon, 5 Sep 2022 15:33:15 +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 VyaHwpGqkXVx for ; Mon, 5 Sep 2022 15:33:14 +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 9103384C71 for ; Mon, 5 Sep 2022 15:33:14 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8E804FA90; Mon, 5 Sep 2022 15:33:14 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1662391994201750" MIME-Version: 1.0 Date: Mon, 5 Sep 2022 15:33:14 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/mail/ruby-roadie-rails2 To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20220905153314.8E804FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1662391994201750 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Mon Sep 5 15:33:14 UTC 2022 Modified Files: pkgsrc/mail/ruby-roadie-rails2: Makefile Log Message: mail/ruby-roadie-rails2: make this pacakge for Rails 5.2 Make file package for Ruby on Rails 5.2 only snice it ise used for devel/redmine41 and devel/redmine42. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/mail/ruby-roadie-rails2/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1662391994201750 Content-Disposition: inline Content-Length: 776 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/mail/ruby-roadie-rails2/Makefile diff -u pkgsrc/mail/ruby-roadie-rails2/Makefile:1.2 pkgsrc/mail/ruby-roadie-rails2/Makefile:1.3 --- pkgsrc/mail/ruby-roadie-rails2/Makefile:1.2 Thu Sep 1 16:23:44 2022 +++ pkgsrc/mail/ruby-roadie-rails2/Makefile Mon Sep 5 15:33:14 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2022/09/01 16:23:44 taca Exp $ +# $NetBSD: Makefile,v 1.3 2022/09/05 15:33:14 taca Exp $ DISTNAME= roadie-rails-2.2.0 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/rails/rails2_${RUBY_RAILS}/} @@ -15,7 +15,7 @@ DEPENDS+= ${RUBY_PKGPREFIX}-roadie4>=3.1 USE_LANGUAGES= # none RUBY_VERSIONS_ACCEPTED= 26 27 -RUBY_RAILS_ACCEPTED= # empty +RUBY_RAILS_ACCEPTED= 52 .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" --_----------=_1662391994201750--