Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 21B6084EDA for ; Sun, 3 Sep 2023 23:43:28 +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 jargWkfgaMkJ for ; Sun, 3 Sep 2023 23:43:27 +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 7280A84ED5 for ; Sun, 3 Sep 2023 23:43:27 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 66795FBDB; Sun, 3 Sep 2023 23:43:27 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1693784607146440" MIME-Version: 1.0 Date: Sun, 3 Sep 2023 23:43:27 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/meta-pkgs/bulk-large To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20230903234327.66795FBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1693784607146440 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sun Sep 3 23:43:27 UTC 2023 Modified Files: pkgsrc/meta-pkgs/bulk-large: Makefile Log Message: meta-pkgs/bulk-large: update to 20230903 - www/ruby-rails52, www/ruby-rails60 + www/ruby-rails70 To generate a diff of this commit: cvs rdiff -u -r1.60 -r1.61 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. --_----------=_1693784607146440 Content-Disposition: inline Content-Length: 1061 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.60 pkgsrc/meta-pkgs/bulk-large/Makefile:1.61 --- pkgsrc/meta-pkgs/bulk-large/Makefile:1.60 Fri Aug 18 10:42:08 2023 +++ pkgsrc/meta-pkgs/bulk-large/Makefile Sun Sep 3 23:43:27 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.60 2023/08/18 10:42:08 nia Exp $ +# $NetBSD: Makefile,v 1.61 2023/09/03 23:43:27 taca Exp $ -DISTNAME= bulk-large-20230818 +DISTNAME= bulk-large-20230903 CATEGORIES= meta-pkgs MASTER_SITES= # empty DISTFILES= # empty @@ -84,9 +84,8 @@ DEPENDS+= mit-krb5-appl-[0-9]*:../../sec DEPENDS+= FlightCrew-[0-9]*:../../textproc/FlightCrew DEPENDS+= clearsilver-[0-9]*:../../www/clearsilver DEPENDS+= mediawiki-[0-9]*:../../www/mediawiki -DEPENDS+= ${RUBY_PKGPREFIX}-rails52>=5.2.4.5:../../www/ruby-rails52 -DEPENDS+= ${RUBY_PKGPREFIX}-rails60>=6.0.3.5:../../www/ruby-rails60 DEPENDS+= ${RUBY_PKGPREFIX}-rails61>=6.1.3:../../www/ruby-rails61 +DEPENDS+= ${RUBY_PKGPREFIX}-rails70>=7.0.7:../../www/ruby-rails70 # # 3. Libraries --_----------=_1693784607146440--