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 E3C5B7A2DF for ; Wed, 4 Jan 2017 19:58:01 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 54130855CE; Wed, 4 Jan 2017 19:58:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D80FC855B8 for ; Wed, 4 Jan 2017 19:58:00 +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 VB1ECt69Q0vl for ; Wed, 4 Jan 2017 19:58:00 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 3DFCB84C86 for ; Wed, 4 Jan 2017 19:58:00 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 341CFFBA6; Wed, 4 Jan 2017 19:58:00 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1483559880166040" MIME-Version: 1.0 Date: Wed, 4 Jan 2017 19:58:00 +0000 From: "Roy Marples" Subject: CVS commit: pkgsrc/net/mosh To: pkgsrc-changes@NetBSD.org Reply-To: roy@netbsd.org X-Mailer: log_accum Message-Id: <20170104195800.341CFFBA6@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. --_----------=_1483559880166040 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: roy Date: Wed Jan 4 19:58:00 UTC 2017 Modified Files: pkgsrc/net/mosh: Makefile Log Message: Use the curses framework. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 pkgsrc/net/mosh/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1483559880166040 Content-Disposition: inline Content-Length: 877 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/mosh/Makefile diff -u pkgsrc/net/mosh/Makefile:1.15 pkgsrc/net/mosh/Makefile:1.16 --- pkgsrc/net/mosh/Makefile:1.15 Wed Aug 24 10:34:10 2016 +++ pkgsrc/net/mosh/Makefile Wed Jan 4 19:58:00 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2016/08/24 10:34:10 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2017/01/04 19:58:00 roy Exp $ DISTNAME= mosh-1.2.6 CATEGORIES= net @@ -17,12 +17,12 @@ USE_LANGUAGES+= c c++ REPLACE_PERL+= scripts/mosh.pl -.include "../../devel/ncurses/buildlink3.mk" .include "../../devel/protobuf/buildlink3.mk" BUILDLINK_API_DEPENDS.zlib+= zlib>=1.2.0.4 .include "../../devel/zlib/buildlink3.mk" .include "../../security/openssl/buildlink3.mk" +.include "../../mk/curses.buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" .include "../../mk/terminfo.buildlink3.mk" .include "../../mk/bsd.pkg.mk" --_----------=_1483559880166040--