Received: by mail.netbsd.org (Postfix, from userid 605) id 40E9384E7F; Sat, 20 Jan 2024 16:03:05 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6EFD184E70 for ; Sat, 20 Jan 2024 16:03:04 +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 zbWqz4EBwTa4 for ; Sat, 20 Jan 2024 16:03:04 +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 B6C9284D26 for ; Sat, 20 Jan 2024 16:03:03 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3B22AFA42; Sat, 20 Jan 2024 16:03:03 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1705766583199010" MIME-Version: 1.0 Date: Sat, 20 Jan 2024 16:03:03 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/sysutils/py-diffoscope To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20240120160303.3B22AFA42@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1705766583199010 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sat Jan 20 16:03:03 UTC 2024 Modified Files: pkgsrc/sysutils/py-diffoscope: Makefile Log Message: py-diffoscope: add missing tools To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 pkgsrc/sysutils/py-diffoscope/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1705766583199010 Content-Disposition: inline Content-Length: 982 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/py-diffoscope/Makefile diff -u pkgsrc/sysutils/py-diffoscope/Makefile:1.21 pkgsrc/sysutils/py-diffoscope/Makefile:1.22 --- pkgsrc/sysutils/py-diffoscope/Makefile:1.21 Mon Jan 15 20:03:39 2024 +++ pkgsrc/sysutils/py-diffoscope/Makefile Sat Jan 20 16:03:03 2024 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2024/01/15 20:03:39 schmonz Exp $ +# $NetBSD: Makefile,v 1.22 2024/01/20 16:03:03 wiz Exp $ DISTNAME= diffoscope-253 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -10,6 +10,8 @@ HOMEPAGE= https://diffoscope.org/ COMMENT= In-depth comparison of files, archives, and directories LICENSE= gnu-gpl-v3 +TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools +TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel DEPENDS+= ${PYPKGPREFIX}-libarchive-c-[0-9]*:../../archivers/py-libarchive-c DEPENDS+= ${PYPKGPREFIX}-magic-[0-9]*:../../sysutils/py-magic DEPENDS+= ${PYPKGPREFIX}-tlsh-[0-9]*:../../devel/py-tlsh --_----------=_1705766583199010--