Received: by mail.netbsd.org (Postfix, from userid 605) id 4BC8684D66; Tue, 28 Feb 2023 21:10:30 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7C7EA84D57 for ; Tue, 28 Feb 2023 21:10:29 +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 V40pZHMZN8E9 for ; Tue, 28 Feb 2023 21:10:29 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 0C92B84D09 for ; Tue, 28 Feb 2023 21:10:29 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 05D28FA90; Tue, 28 Feb 2023 21:10:29 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1677618628207570" MIME-Version: 1.0 Date: Tue, 28 Feb 2023 21:10:28 +0000 From: "Nikita" Subject: CVS commit: pkgsrc/sysutils/ncdu To: pkgsrc-changes@NetBSD.org Reply-To: nikita@netbsd.org X-Mailer: log_accum Message-Id: <20230228211029.05D28FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1677618628207570 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nikita Date: Tue Feb 28 21:10:28 UTC 2023 Modified Files: pkgsrc/sysutils/ncdu: Makefile Log Message: ncdu: +conflicts for ncdu-2.x To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 pkgsrc/sysutils/ncdu/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1677618628207570 Content-Disposition: inline Content-Length: 642 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/ncdu/Makefile diff -u pkgsrc/sysutils/ncdu/Makefile:1.17 pkgsrc/sysutils/ncdu/Makefile:1.18 --- pkgsrc/sysutils/ncdu/Makefile:1.17 Sun Feb 19 19:51:29 2023 +++ pkgsrc/sysutils/ncdu/Makefile Tue Feb 28 21:10:28 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2023/02/19 19:51:29 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2023/02/28 21:10:28 nikita Exp $ DISTNAME= ncdu-1.18.1 CATEGORIES= sysutils @@ -9,6 +9,8 @@ HOMEPAGE= https://dev.yorhel.nl/ncdu COMMENT= Disk usage visualization tool LICENSE= modified-bsd +CONFLICTS+= ncdu-2.* + GNU_CONFIGURE= yes FAKE_NCURSES= yes USE_CURSES= vw_printw --_----------=_1677618628207570--