Received: by mail.netbsd.org (Postfix, from userid 605) id CCA8884E82; Sat, 3 Dec 2022 13:25:50 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0B6E284E75 for ; Sat, 3 Dec 2022 13:25:50 +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 7cz5yl_TOpHJ for ; Sat, 3 Dec 2022 13:25:49 +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 57C3F84CBC for ; Sat, 3 Dec 2022 13:25:49 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4B558FA90; Sat, 3 Dec 2022 13:25:49 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_16700739494040" MIME-Version: 1.0 Date: Sat, 3 Dec 2022 13:25:49 +0000 From: "Greg Troxel" Subject: CVS commit: pkgsrc/misc/calibre To: pkgsrc-changes@NetBSD.org Reply-To: gdt@netbsd.org X-Mailer: log_accum Message-Id: <20221203132549.4B558FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_16700739494040 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gdt Date: Sat Dec 3 13:25:49 UTC 2022 Modified Files: pkgsrc/misc/calibre: Makefile Log Message: misc/calibre: Make sip and qt-builder be TOOL_DEPENDS To generate a diff of this commit: cvs rdiff -u -r1.275 -r1.276 pkgsrc/misc/calibre/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_16700739494040 Content-Disposition: inline Content-Length: 1338 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/misc/calibre/Makefile diff -u pkgsrc/misc/calibre/Makefile:1.275 pkgsrc/misc/calibre/Makefile:1.276 --- pkgsrc/misc/calibre/Makefile:1.275 Sat Dec 3 12:29:27 2022 +++ pkgsrc/misc/calibre/Makefile Sat Dec 3 13:25:49 2022 @@ -1,5 +1,6 @@ -# $NetBSD: Makefile,v 1.275 2022/12/03 12:29:27 gdt Exp $ +# $NetBSD: Makefile,v 1.276 2022/12/03 13:25:49 gdt Exp $ +# Needs update to 6.9.0 DISTNAME= calibre-5.44.0 PKGREVISION= 1 CATEGORIES= misc @@ -33,14 +34,14 @@ DEPENDS+= ${PYPKGPREFIX}-pygments-[0-9]* DEPENDS+= ${PYPKGPREFIX}-qt5-[0-9]*:../../x11/py-qt5 DEPENDS+= ${PYPKGPREFIX}-qt5-webengine-[0-9]*:../../x11/py-qt5-webengine DEPENDS+= ${PYPKGPREFIX}-regex-[0-9]*:../../textproc/py-regex -DEPENDS+= ${PYPKGPREFIX}-sip5>=5.5<6:../../x11/py-sip5 DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six DEPENDS+= ${PYPKGPREFIX}-soupsieve-[0-9]*:../../www/py-soupsieve DEPENDS+= ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3 DEPENDS+= ${PYPKGPREFIX}-zeroconf-[0-9]*:../../net/py-zeroconf # for installation -BUILD_DEPENDS+= ${PYPKGPREFIX}-qt-builder>=1:../../x11/py-qt-builder +TOOL_DEPENDS+= ${PYPKGPREFIX}-qt-builder>=1:../../x11/py-qt-builder +TOOL_DEPENDS+= ${PYPKGPREFIX}-sip5>=5.5<6:../../x11/py-sip5 BUILD_DEPENDS+= xdg-utils>=1.0.2:../../misc/xdg-utils EXTRACT_USING= bsdtar --_----------=_16700739494040--