Received: by mail.netbsd.org (Postfix, from userid 605) id 0832D84D9B; Tue, 24 May 2022 07:26:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4373884D36 for ; Tue, 24 May 2022 07:26:38 +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 jrLGaVvXdD4Q for ; Tue, 24 May 2022 07:26:37 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 92E7284CFD for ; Tue, 24 May 2022 07:26:37 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 278AEFAEB; Tue, 24 May 2022 07:27:26 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1653377246192580" MIME-Version: 1.0 Date: Tue, 24 May 2022 07:27:26 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/meta-pkgs/bulk-test-boost To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20220524072726.278AEFAEB@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1653377246192580 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Tue May 24 07:27:26 UTC 2022 Modified Files: pkgsrc/meta-pkgs/bulk-test-boost: Makefile Log Message: bulk-test-boost: ncmpc dropped boost To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 pkgsrc/meta-pkgs/bulk-test-boost/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1653377246192580 Content-Disposition: inline Content-Length: 1037 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/meta-pkgs/bulk-test-boost/Makefile diff -u pkgsrc/meta-pkgs/bulk-test-boost/Makefile:1.10 pkgsrc/meta-pkgs/bulk-test-boost/Makefile:1.11 --- pkgsrc/meta-pkgs/bulk-test-boost/Makefile:1.10 Fri Mar 11 07:39:25 2022 +++ pkgsrc/meta-pkgs/bulk-test-boost/Makefile Tue May 24 07:27:25 2022 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2022/03/11 07:39:25 nia Exp $ +# $NetBSD: Makefile,v 1.11 2022/05/24 07:27:25 nia Exp $ -DISTNAME= bulk-test-boost-20220311 +DISTNAME= bulk-test-boost-20220524 CATEGORIES= meta-pkgs MASTER_SITES= # empty DISTFILES= # empty @@ -41,7 +41,6 @@ BUILD_DEPENDS+= mongodb-[0-9]*:../../da BUILD_DEPENDS+= mumble-[0-9]*:../../chat/mumble BUILD_DEPENDS+= musicpd-[0-9]*:../../audio/musicpd BUILD_DEPENDS+= mysql-server>=5.7<8.0:../../databases/mysql57-server -BUILD_DEPENDS+= ncmpc-[0-9]*:../../audio/ncmpc BUILD_DEPENDS+= ncmpcpp-[0-9]*:../../audio/ncmpcpp BUILD_DEPENDS+= osm2pgsql-[0-9]*:../../geography/osm2pgsql BUILD_DEPENDS+= openscad-[0-9]*:../../cad/openscad --_----------=_1653377246192580--