Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=y6Mcp8Re; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=jsAu1F59 Received: by mail.netbsd.org (Postfix, from userid 605) id 6E04884EDA; Wed, 17 Apr 2024 15:02:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713366120; bh=cr5xLDGVhIsnYRnG5LoZiDSziV4QvmqduFfDojfrljU=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=y6Mcp8Re44UGwk3AcrmZ8sorfUUB1cdHgajuiuxqE5olcONnerox8eLO0MHfvgl8M JFwqIe43iXqVDbGy4YF3i/wM9UfcwwXs29DTzr+PDmbcTczxjoyVgHNy+cAOuPGYo2 5QDCRGALAVRA6H/t028iGHwiwRm1625jzTQuFImY= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5FA2884E7B for ; Wed, 17 Apr 2024 15:01:59 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id GRDuhuxVYby5 for ; Wed, 17 Apr 2024 15:01:58 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B0B0F84E78 for ; Wed, 17 Apr 2024 15:01:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713366118; bh=cr5xLDGVhIsnYRnG5LoZiDSziV4QvmqduFfDojfrljU=; h=Date:From:Subject:To:Reply-To; b=jsAu1F59P+mnHdK3bkJ+CVG3R3J0fKWWkOoG877vo3G39wPuLe5UILKgw8Lj14fWN nMQ2peaFnYWAVI5qazI4ZNgxlA4s+qCZ8aMfae95O4/FmJhMzposh0q1jFnpF8CUxo L++s7QCf1j15IiuxSp2VLv5AB3v9sabQhwFVdQ2Q= Received: by cvs.NetBSD.org (Postfix, from userid 500) id ABE80FA2C; Wed, 17 Apr 2024 15:01:58 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1713366118192760" MIME-Version: 1.0 Date: Wed, 17 Apr 2024 15:01:58 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/meta-pkgs/bulk-test-boost To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20240417150158.ABE80FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1713366118192760 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Apr 17 15:01:58 UTC 2024 Modified Files: pkgsrc/meta-pkgs/bulk-test-boost: Makefile Log Message: bulk-test-boost: mysql57 removed from DEPENDS, it uses vendored boost To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 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. --_----------=_1713366118192760 Content-Disposition: inline Content-Length: 918 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.16 pkgsrc/meta-pkgs/bulk-test-boost/Makefile:1.17 --- pkgsrc/meta-pkgs/bulk-test-boost/Makefile:1.16 Sat Dec 30 13:04:02 2023 +++ pkgsrc/meta-pkgs/bulk-test-boost/Makefile Wed Apr 17 15:01:58 2024 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2023/12/30 13:04:02 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2024/04/17 15:01:58 adam Exp $ DISTNAME= bulk-test-boost-20231230 CATEGORIES= meta-pkgs @@ -41,7 +41,6 @@ DEPENDS+= libreoffice-[0-9]*:../../misc/ DEPENDS+= mongodb-[0-9]*:../../databases/mongodb DEPENDS+= mumble-[0-9]*:../../chat/mumble DEPENDS+= musicpd-[0-9]*:../../audio/musicpd -DEPENDS+= mysql-server>=5.7<8.0:../../databases/mysql57-server DEPENDS+= ncmpcpp-[0-9]*:../../audio/ncmpcpp DEPENDS+= osm2pgsql-[0-9]*:../../geography/osm2pgsql DEPENDS+= openscad-[0-9]*:../../cad/openscad --_----------=_1713366118192760--