Received: by mail.netbsd.org (Postfix, from userid 605) id 299E984D26; Sun, 28 Feb 2021 17:12:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6469284CFD for ; Sun, 28 Feb 2021 17:12:56 +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 8Wd_KcYhx_0D for ; Sun, 28 Feb 2021 17:12:56 +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 B30D384CBC for ; Sun, 28 Feb 2021 17:12:55 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A800BFA95; Sun, 28 Feb 2021 17:12:55 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_161453237529640" MIME-Version: 1.0 Date: Sun, 28 Feb 2021 17:12:55 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/meta-pkgs/bulk-large To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20210228171255.A800BFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_161453237529640 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sun Feb 28 17:12:55 UTC 2021 Modified Files: pkgsrc/meta-pkgs/bulk-large: Makefile Log Message: meta-pkgs/bulk-large: update to 20200228 * Update minimum version of ruby-rails52 and ruby-rails60. * Add ruby-rails61. To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.49 pkgsrc/meta-pkgs/bulk-large/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_161453237529640 Content-Disposition: inline Content-Length: 1179 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/meta-pkgs/bulk-large/Makefile diff -u pkgsrc/meta-pkgs/bulk-large/Makefile:1.48 pkgsrc/meta-pkgs/bulk-large/Makefile:1.49 --- pkgsrc/meta-pkgs/bulk-large/Makefile:1.48 Thu Sep 10 15:44:50 2020 +++ pkgsrc/meta-pkgs/bulk-large/Makefile Sun Feb 28 17:12:55 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.48 2020/09/10 15:44:50 taca Exp $ +# $NetBSD: Makefile,v 1.49 2021/02/28 17:12:55 taca Exp $ -DISTNAME= bulk-large-20200911 +DISTNAME= bulk-large-20200228 CATEGORIES= meta-pkgs MASTER_SITES= # empty DISTFILES= # empty @@ -84,8 +84,9 @@ BUILD_DEPENDS+= mit-krb5-appl-[0-9]*:../ BUILD_DEPENDS+= FlightCrew-[0-9]*:../../textproc/FlightCrew BUILD_DEPENDS+= clearsilver-[0-9]*:../../www/clearsilver BUILD_DEPENDS+= mediawiki-[0-9]*:../../www/mediawiki -BUILD_DEPENDS+= ${RUBY_PKGPREFIX}-rails52>=5.2.2:../../www/ruby-rails52 -BUILD_DEPENDS+= ${RUBY_PKGPREFIX}-rails60>=6.0.2.2:../../www/ruby-rails60 +BUILD_DEPENDS+= ${RUBY_PKGPREFIX}-rails52>=5.2.4.5:../../www/ruby-rails52 +BUILD_DEPENDS+= ${RUBY_PKGPREFIX}-rails60>=6.0.3.5:../../www/ruby-rails60 +BUILD_DEPENDS+= ${RUBY_PKGPREFIX}-rails61>=6.1.3:../../www/ruby-rails61 # # 3. Libraries --_----------=_161453237529640--