Received: by mail.netbsd.org (Postfix, from userid 605) id 60B0084E61; Thu, 6 Oct 2022 14:12:47 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 90CAD84DA9 for ; Thu, 6 Oct 2022 14:12:46 +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 B73afsHWVS23 for ; Thu, 6 Oct 2022 14:12:46 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id E030E84D8A for ; Thu, 6 Oct 2022 14:12:45 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D99E9FA90; Thu, 6 Oct 2022 14:12:45 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_166506556547680" MIME-Version: 1.0 Date: Thu, 6 Oct 2022 14:12:45 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/meta-pkgs/bulk-medium To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20221006141245.D99E9FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_166506556547680 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Thu Oct 6 14:12:45 UTC 2022 Modified Files: pkgsrc/meta-pkgs/bulk-medium: Makefile Log Message: meta-pkgs/bulk-medium: update to 20221006 * Retire ruby26-base. * Add ruby31-base. To generate a diff of this commit: cvs rdiff -u -r1.76 -r1.77 pkgsrc/meta-pkgs/bulk-medium/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_166506556547680 Content-Disposition: inline Content-Length: 1157 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/meta-pkgs/bulk-medium/Makefile diff -u pkgsrc/meta-pkgs/bulk-medium/Makefile:1.76 pkgsrc/meta-pkgs/bulk-medium/Makefile:1.77 --- pkgsrc/meta-pkgs/bulk-medium/Makefile:1.76 Wed Jun 15 14:08:37 2022 +++ pkgsrc/meta-pkgs/bulk-medium/Makefile Thu Oct 6 14:12:45 2022 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.76 2022/06/15 14:08:37 taca Exp $ +# $NetBSD: Makefile,v 1.77 2022/10/06 14:12:45 taca Exp $ -DISTNAME= bulk-medium-20220615 +DISTNAME= bulk-medium-20221006 CATEGORIES= meta-pkgs MASTER_SITES= # empty DISTFILES= # empty @@ -77,9 +77,9 @@ BUILD_DEPENDS+= ${PYPKGPREFIX}-matplotli BUILD_DEPENDS+= gawk-[0-9]*:../../lang/gawk BUILD_DEPENDS+= php>=7.4<7.5:../../lang/php74 BUILD_DEPENDS+= php>=8.0<8.1:../../lang/php80 -BUILD_DEPENDS+= ruby26-base-[0-9]*:../../lang/ruby26-base BUILD_DEPENDS+= ruby27-base-[0-9]*:../../lang/ruby27-base BUILD_DEPENDS+= ruby30-base-[0-9]*:../../lang/ruby30-base +BUILD_DEPENDS+= ruby31-base-[0-9]*:../../lang/ruby31-base BUILD_DEPENDS+= openjdk8-[0-9]*:../../lang/openjdk8 BUILD_DEPENDS+= openjdk11-[0-9]*:../../lang/openjdk11 BUILD_DEPENDS+= python38-[0-9]*:../../lang/python38 --_----------=_166506556547680--