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 1CD947A172 for ; Tue, 30 May 2017 18:26:51 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 8269C84DC6; Tue, 30 May 2017 18:26:50 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 118C484DB9 for ; Tue, 30 May 2017 18:26:50 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id EsGk0Jldt5Fz for ; Tue, 30 May 2017 18:26:49 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 74DD184CD8 for ; Tue, 30 May 2017 18:26:49 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 701A4FBEE; Tue, 30 May 2017 18:26:49 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1496168809154110" MIME-Version: 1.0 Date: Tue, 30 May 2017 18:26:49 +0000 From: "Benny Siegert" Subject: CVS commit: pkgsrc/net/mosh To: pkgsrc-changes@NetBSD.org Reply-To: bsiegert@netbsd.org X-Mailer: log_accum Message-Id: <20170530182649.701A4FBEE@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. --_----------=_1496168809154110 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: bsiegert Date: Tue May 30 18:26:49 UTC 2017 Modified Files: pkgsrc/net/mosh: Makefile Removed Files: pkgsrc/net/mosh: MESSAGE Log Message: Remove MESSAGE, bump revision. The expected use case for mosh is using ssh for authentication, by just running "mosh username@host". No need to spawn mosh-server and -client manually. To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r0 pkgsrc/net/mosh/MESSAGE cvs rdiff -u -r1.17 -r1.18 pkgsrc/net/mosh/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1496168809154110 Content-Disposition: inline Content-Length: 463 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.17 pkgsrc/net/mosh/Makefile:1.18 --- pkgsrc/net/mosh/Makefile:1.17 Wed May 24 21:59:47 2017 +++ pkgsrc/net/mosh/Makefile Tue May 30 18:26:49 2017 @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.17 2017/05/24 21:59:47 agc Exp $ +# $NetBSD: Makefile,v 1.18 2017/05/30 18:26:49 bsiegert Exp $ DISTNAME= mosh-1.3.0 +PKGREVISION= 1 CATEGORIES= net MASTER_SITES= http://mosh.mit.edu/ --_----------=_1496168809154110--