pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/mosh



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.

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/
 



Home | Main Index | Thread Index | Old Index