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 DE97C1A9239 for ; Wed, 29 Dec 2021 23:26:04 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 04CF184D44; Wed, 29 Dec 2021 23:26:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 404A184D2D for ; Wed, 29 Dec 2021 23:26:03 +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 4cUhsktPAzct for ; Wed, 29 Dec 2021 23:26:02 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 858BB84CBC for ; Wed, 29 Dec 2021 23:26:02 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7F05FFAEC; Wed, 29 Dec 2021 23:26:02 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1640820362246410" MIME-Version: 1.0 Date: Wed, 29 Dec 2021 23:26:02 +0000 From: "David H. Gutteridge" Subject: CVS commit: pkgsrc/meta-pkgs/bulk-medium To: pkgsrc-changes@NetBSD.org Reply-To: gutteridge@netbsd.org X-Mailer: log_accum Message-Id: <20211229232602.7F05FFAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1640820362246410 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gutteridge Date: Wed Dec 29 23:26:02 UTC 2021 Modified Files: pkgsrc/meta-pkgs/bulk-medium: Makefile Log Message: bulk-medium: remove php73 to un-break bulk builds To generate a diff of this commit: cvs rdiff -u -r1.71 -r1.72 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. --_----------=_1640820362246410 Content-Disposition: inline Content-Length: 1015 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.71 pkgsrc/meta-pkgs/bulk-medium/Makefile:1.72 --- pkgsrc/meta-pkgs/bulk-medium/Makefile:1.71 Mon Aug 9 11:09:04 2021 +++ pkgsrc/meta-pkgs/bulk-medium/Makefile Wed Dec 29 23:26:02 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.71 2021/08/09 11:09:04 nia Exp $ +# $NetBSD: Makefile,v 1.72 2021/12/29 23:26:02 gutteridge Exp $ -DISTNAME= bulk-medium-20210809 +DISTNAME= bulk-medium-20211229 CATEGORIES= meta-pkgs MASTER_SITES= # empty DISTFILES= # empty @@ -75,7 +75,6 @@ BUILD_DEPENDS+= gnuplot-[0-9]*:../../gra BUILD_DEPENDS+= netpbm-[0-9]*:../../graphics/netpbm BUILD_DEPENDS+= ${PYPKGPREFIX}-matplotlib-[0-9]*:../../graphics/py-matplotlib BUILD_DEPENDS+= gawk-[0-9]*:../../lang/gawk -BUILD_DEPENDS+= php>=7.3<7.4:../../lang/php73 BUILD_DEPENDS+= php>=7.4<7.5:../../lang/php74 BUILD_DEPENDS+= ruby26-base-[0-9]*:../../lang/ruby26-base BUILD_DEPENDS+= ruby27-base-[0-9]*:../../lang/ruby27-base --_----------=_1640820362246410--