Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CBCEB84D65 for ; Sun, 3 Sep 2023 02:12:12 +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 yBN8LhiUXpqA for ; Sun, 3 Sep 2023 02:11:53 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 6597E84CCF for ; Sun, 3 Sep 2023 02:11:53 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 54AF8FBDB; Sun, 3 Sep 2023 02:11:53 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_169370711322860" MIME-Version: 1.0 Date: Sun, 3 Sep 2023 02:11:53 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/www/ruby-coffee-rails To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20230903021153.54AF8FBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_169370711322860 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sun Sep 3 02:11:53 UTC 2023 Modified Files: pkgsrc/www/ruby-coffee-rails: Makefile Log Message: www/ruby-coffee-rails: allow Ruby on Rails 6.1 There is no reason to avoid Rails 6.1. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/ruby-coffee-rails/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_169370711322860 Content-Disposition: inline Content-Length: 735 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/ruby-coffee-rails/Makefile diff -u pkgsrc/www/ruby-coffee-rails/Makefile:1.3 pkgsrc/www/ruby-coffee-rails/Makefile:1.4 --- pkgsrc/www/ruby-coffee-rails/Makefile:1.3 Sat Mar 21 16:09:02 2020 +++ pkgsrc/www/ruby-coffee-rails/Makefile Sun Sep 3 02:11:53 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2020/03/21 16:09:02 taca Exp $ +# $NetBSD: Makefile,v 1.4 2023/09/03 02:11:53 taca Exp $ DISTNAME= coffee-rails-5.0.0 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/rails-/rails${RUBY_RAILS}-/} @@ -14,7 +14,7 @@ DEPENDS+= ${RUBY_RAILTIES_DEPENDS} USE_LANGUAGES= # none -RUBY_RAILS_ACCEPTED= 52 60 +RUBY_RAILS_ACCEPTED= 52 60 61 .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" --_----------=_169370711322860--