Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 869FD7A271 for ; Tue, 3 Jan 2017 22:40:45 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 3276C85642; Tue, 3 Jan 2017 22:40:45 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B6062855B5 for ; Tue, 3 Jan 2017 22:40:44 +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 10YbZ1Hq1R2A for ; Tue, 3 Jan 2017 22:40:44 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 25051855A9 for ; Tue, 3 Jan 2017 22:40:44 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1FBEDFBA6; Tue, 3 Jan 2017 22:40:44 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_148348324469480" MIME-Version: 1.0 Date: Tue, 3 Jan 2017 22:40:44 +0000 From: "Roy Marples" Subject: CVS commit: pkgsrc/sysutils/ncdu To: pkgsrc-changes@NetBSD.org Reply-To: roy@netbsd.org X-Mailer: log_accum Message-Id: <20170103224044.1FBEDFBA6@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_148348324469480 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: roy Date: Tue Jan 3 22:40:44 UTC 2017 Modified Files: pkgsrc/sysutils/ncdu: Makefile Log Message: Use the curses framework. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/sysutils/ncdu/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_148348324469480 Content-Disposition: inline Content-Length: 773 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.6 pkgsrc/sysutils/ncdu/Makefile:1.7 --- pkgsrc/sysutils/ncdu/Makefile:1.6 Sun Dec 4 22:59:56 2016 +++ pkgsrc/sysutils/ncdu/Makefile Tue Jan 3 22:40:43 2017 @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2016/12/04 22:59:56 wiedi Exp $ +# $NetBSD: Makefile,v 1.7 2017/01/03 22:40:43 roy Exp $ DISTNAME= ncdu-1.12 +PKGREVISION= 1 CATEGORIES= filesystems MASTER_SITES= https://dev.yorhel.nl/download/ @@ -10,7 +11,7 @@ HOMEPAGE= http://dev.yorhel.nl/ncdu LICENSE= modified-bsd GNU_CONFIGURE= yes -INCOMPAT_CURSES= NetBSD-[0-5].*-* +FAKE_NCURSES= yes -.include "../../devel/ncurses/buildlink3.mk" +.include "../../mk/curses.buildlink3.mk" .include "../../mk/bsd.pkg.mk" --_----------=_148348324469480--