Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 51A331A9239 for ; Fri, 14 Jan 2022 16:03:02 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 77C2684F3A; Fri, 14 Jan 2022 16:03:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id ADDFC84F36 for ; Fri, 14 Jan 2022 16:03:00 +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 tiiFD3i2vtBR for ; Fri, 14 Jan 2022 16:03:00 +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 2719884D72 for ; Fri, 14 Jan 2022 16:03:00 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1A3C0FB24; Fri, 14 Jan 2022 16:03:00 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1642176180162660" MIME-Version: 1.0 Date: Fri, 14 Jan 2022 16:03:00 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/www To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20220114160300.1A3C0FB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1642176180162660 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Fri Jan 14 16:03:00 UTC 2022 Modified Files: pkgsrc/www/ruby-rails52: Makefile pkgsrc/www/ruby-rails60: Makefile pkgsrc/www/ruby-rails61: Makefile Log Message: Remove support for prior to Ruby 2.6. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/ruby-rails52/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/ruby-rails60/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/ruby-rails61/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1642176180162660 Content-Disposition: inline Content-Length: 2180 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/ruby-rails52/Makefile diff -u pkgsrc/www/ruby-rails52/Makefile:1.6 pkgsrc/www/ruby-rails52/Makefile:1.7 --- pkgsrc/www/ruby-rails52/Makefile:1.6 Thu Feb 11 14:26:21 2021 +++ pkgsrc/www/ruby-rails52/Makefile Fri Jan 14 16:02:59 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2021/02/11 14:26:21 taca Exp $ +# $NetBSD: Makefile,v 1.7 2022/01/14 16:02:59 taca Exp $ DISTNAME= rails-${RAILS_VERSION} PKGNAME= ${RUBY_PKGPREFIX}-rails${RUBY_RAILS}-${RAILS_VERSION} @@ -27,7 +27,4 @@ RUBY_RAILS_ACCEPTED= 52 RUBY_RAILS_STRICT_DEP= yes .include "../../lang/ruby/gem.mk" -.if ${RUBY_VER} < 26 -DEPENDS+= ${RUBY_PKGPREFIX}-bundler>=1.3.0:../../misc/ruby-bundler -.endif .include "../../mk/bsd.pkg.mk" Index: pkgsrc/www/ruby-rails60/Makefile diff -u pkgsrc/www/ruby-rails60/Makefile:1.5 pkgsrc/www/ruby-rails60/Makefile:1.6 --- pkgsrc/www/ruby-rails60/Makefile:1.5 Mon Oct 19 14:50:32 2020 +++ pkgsrc/www/ruby-rails60/Makefile Fri Jan 14 16:02:59 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2020/10/19 14:50:32 taca Exp $ +# $NetBSD: Makefile,v 1.6 2022/01/14 16:02:59 taca Exp $ DISTNAME= rails-${RAILS_VERSION} PKGNAME= ${RUBY_PKGPREFIX}-rails${RUBY_RAILS}-${RAILS_VERSION} @@ -29,7 +29,4 @@ RUBY_RAILS_ACCEPTED= 60 RUBY_RAILS_STRICT_DEP= yes .include "../../lang/ruby/gem.mk" -.if ${RUBY_VER} < 26 -DEPENDS+= ${RUBY_PKGPREFIX}-bundler>=1.3.0:../../misc/ruby-bundler -.endif .include "../../mk/bsd.pkg.mk" Index: pkgsrc/www/ruby-rails61/Makefile diff -u pkgsrc/www/ruby-rails61/Makefile:1.1 pkgsrc/www/ruby-rails61/Makefile:1.2 --- pkgsrc/www/ruby-rails61/Makefile:1.1 Sun Feb 14 14:10:02 2021 +++ pkgsrc/www/ruby-rails61/Makefile Fri Jan 14 16:02:59 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2021/02/14 14:10:02 taca Exp $ +# $NetBSD: Makefile,v 1.2 2022/01/14 16:02:59 taca Exp $ DISTNAME= rails-${RAILS_VERSION} PKGNAME= ${RUBY_PKGPREFIX}-rails${RUBY_RAILS}-${RAILS_VERSION} @@ -29,7 +29,4 @@ RUBY_RAILS_ACCEPTED= 61 RUBY_RAILS_STRICT_DEP= yes .include "../../lang/ruby/gem.mk" -.if ${RUBY_VER} < 26 -DEPENDS+= ${RUBY_PKGPREFIX}-bundler>=1.15.0:../../misc/ruby-bundler -.endif .include "../../mk/bsd.pkg.mk" --_----------=_1642176180162660--