Received: by mail.netbsd.org (Postfix, from userid 605) id B2C5584EED; Fri, 1 Oct 2021 11:27:40 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EE77184D04 for ; Fri, 1 Oct 2021 11:27:39 +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 rapNFL2XcVTk for ; Fri, 1 Oct 2021 11:27:39 +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 4D6EA84CFC for ; Fri, 1 Oct 2021 11:27:39 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 40AC7FA97; Fri, 1 Oct 2021 11:27:39 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_163308765929360" MIME-Version: 1.0 Date: Fri, 1 Oct 2021 11:27:39 +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: <20211001112739.40AC7FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_163308765929360 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri Oct 1 11:27:39 UTC 2021 Modified Files: pkgsrc/meta-pkgs/bulk-test-boost: Makefile Log Message: bulk-test-boost: restore poppler-glib To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 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. --_----------=_163308765929360 Content-Disposition: inline Content-Length: 978 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.6 pkgsrc/meta-pkgs/bulk-test-boost/Makefile:1.7 --- pkgsrc/meta-pkgs/bulk-test-boost/Makefile:1.6 Wed Sep 29 16:54:24 2021 +++ pkgsrc/meta-pkgs/bulk-test-boost/Makefile Fri Oct 1 11:27:39 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2021/09/29 16:54:24 adam Exp $ +# $NetBSD: Makefile,v 1.7 2021/10/01 11:27:39 adam Exp $ DISTNAME= bulk-test-boost-20210529 CATEGORIES= meta-pkgs @@ -43,6 +43,7 @@ BUILD_DEPENDS+= ncmpc-[0-9]*:../../audi BUILD_DEPENDS+= ncmpcpp-[0-9]*:../../audio/ncmpcpp BUILD_DEPENDS+= osm2pgsql-[0-9]*:../../geography/osm2pgsql BUILD_DEPENDS+= openscad-[0-9]*:../../cad/openscad +BUILD_DEPENDS+= poppler-glib-[0-9]*:../../print/poppler-glib BUILD_DEPENDS+= powerdns-[0-9]*:../../net/powerdns BUILD_DEPENDS+= powerdns-recursor-[0-9]*:../../net/powerdns-recursor BUILD_DEPENDS+= qbittorrent-[0-9]*:../../net/qbittorrent --_----------=_163308765929360--