Received: by mail.netbsd.org (Postfix, from userid 605) id 728D684D93; Sat, 6 Apr 2019 17:53:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EAD1984D8A for ; Sat, 6 Apr 2019 17:53:53 +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 0DvG_NJ9W14z for ; Sat, 6 Apr 2019 17:53:53 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5075A84D25 for ; Sat, 6 Apr 2019 17:53:53 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4B4A3FB16; Sat, 6 Apr 2019 17:53:53 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_155457323334020" MIME-Version: 1.0 Date: Sat, 6 Apr 2019 17:53:53 +0000 From: "Maya Rashish" Subject: CVS commit: pkgsrc/sysutils/py-diffoscope To: pkgsrc-changes@NetBSD.org Reply-To: maya@netbsd.org X-Mailer: log_accum Message-Id: <20190406175353.4B4A3FB16@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_155457323334020 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: maya Date: Sat Apr 6 17:53:53 UTC 2019 Modified Files: pkgsrc/sysutils/py-diffoscope: Makefile Log Message: py-diffoscope: needs py-curses, bump PKGREVISION To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 pkgsrc/sysutils/py-diffoscope/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_155457323334020 Content-Disposition: inline Content-Length: 957 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.8 pkgsrc/sysutils/py-diffoscope/Makefile:1.9 --- pkgsrc/sysutils/py-diffoscope/Makefile:1.8 Sat Feb 9 14:13:25 2019 +++ pkgsrc/sysutils/py-diffoscope/Makefile Sat Apr 6 17:53:53 2019 @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2019/02/09 14:13:25 khorben Exp $ +# $NetBSD: Makefile,v 1.9 2019/04/06 17:53:53 maya Exp $ DISTNAME= diffoscope-110 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= sysutils python MASTER_SITES= ${MASTER_SITE_PYPI:=d/diffoscope/} @@ -12,6 +13,7 @@ LICENSE= gnu-gpl-v3 DEPENDS+= ${PYPKGPREFIX}-libarchive-c-[0-9]*:../../archivers/py-libarchive-c DEPENDS+= ${PYPKGPREFIX}-magic-[0-9]*:../../sysutils/py-magic +DEPENDS+= ${PYPKGPREFIX}-curses-[0-9]*:../../devel/py-curses DEPENDS+= ${PYPKGPREFIX}-tlsh-[0-9]*:../../devel/py-tlsh DEPENDS+= colordiff-[0-9]*:../../devel/colordiff # for xxd --_----------=_155457323334020--