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 1E32B7A2B6 for ; Tue, 3 Jan 2017 22:16:05 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id C3280855FD; Tue, 3 Jan 2017 22:16:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 547C184D04 for ; Tue, 3 Jan 2017 22:16: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 MyBjCH9JhJmU for ; Tue, 3 Jan 2017 22:16:04 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id EA49484CBD for ; Tue, 3 Jan 2017 22:16:03 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E0F35FBA6; Tue, 3 Jan 2017 22:16:03 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1483481763149200" MIME-Version: 1.0 Date: Tue, 3 Jan 2017 22:16:03 +0000 From: "Roy Marples" Subject: CVS commit: pkgsrc/sysutils/wtail To: pkgsrc-changes@NetBSD.org Reply-To: roy@netbsd.org X-Mailer: log_accum Message-Id: <20170103221603.E0F35FBA6@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. --_----------=_1483481763149200 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:16:03 UTC 2017 Modified Files: pkgsrc/sysutils/wtail: Makefile Log Message: Use the curses framework. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 pkgsrc/sysutils/wtail/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1483481763149200 Content-Disposition: inline Content-Length: 626 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/wtail/Makefile diff -u pkgsrc/sysutils/wtail/Makefile:1.15 pkgsrc/sysutils/wtail/Makefile:1.16 --- pkgsrc/sysutils/wtail/Makefile:1.15 Tue Aug 18 07:31:18 2015 +++ pkgsrc/sysutils/wtail/Makefile Tue Jan 3 22:16:03 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2015/08/18 07:31:18 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2017/01/03 22:16:03 roy Exp $ # DISTNAME= wtail-0.2.2 @@ -12,5 +12,5 @@ COMMENT= Watch multiple files at once MAKE_ENV+= SED=${SED:Q} -.include "../../devel/ncurses/buildlink3.mk" +.include "../../mk/curses.buildlink3.mk" .include "../../mk/bsd.pkg.mk" --_----------=_1483481763149200--