Sat Oct 14 01:19:33 2023 UTC ()
The mosh homepage has moved from mosh.mit.edu to mosh.org.

Thanks to gdt for the nudge.


(agc)
diff -r1.32 -r1.33 pkgsrc/net/mosh/Makefile

cvs diff -r1.32 -r1.33 pkgsrc/net/mosh/Makefile (expand / switch to unified diff)

--- pkgsrc/net/mosh/Makefile 2023/08/18 18:12:26 1.32
+++ pkgsrc/net/mosh/Makefile 2023/10/14 01:19:33 1.33
@@ -1,22 +1,22 @@ @@ -1,22 +1,22 @@
1# $NetBSD: Makefile,v 1.32 2023/08/18 18:12:26 bsiegert Exp $ 1# $NetBSD: Makefile,v 1.33 2023/10/14 01:19:33 agc Exp $
2 2
3DISTNAME= mosh-1.3.2 3DISTNAME= mosh-1.3.2
4PKGREVISION= 8 4PKGREVISION= 8
5CATEGORIES= net 5CATEGORIES= net
6MASTER_SITES= http://mosh.org/ 6MASTER_SITES= http://mosh.org/
7 7
8MAINTAINER= agc@NetBSD.org 8MAINTAINER= agc@NetBSD.org
9HOMEPAGE= http://mosh.mit.edu/ 9HOMEPAGE= https://mosh.org/
10COMMENT= Remote terminal application which allows roaming 10COMMENT= Remote terminal application which allows roaming
11LICENSE= gnu-gpl-v3 11LICENSE= gnu-gpl-v3
12 12
13GNU_CONFIGURE= yes 13GNU_CONFIGURE= yes
14USE_TOOLS+= perl:run pkg-config 14USE_TOOLS+= perl:run pkg-config
15USE_LANGUAGES+= c c++11 15USE_LANGUAGES+= c c++11
16USE_GCC_RUNTIME= yes 16USE_GCC_RUNTIME= yes
17 17
18REPLACE_PERL+= scripts/mosh.pl 18REPLACE_PERL+= scripts/mosh.pl
19REPLACE_PERL+= src/tests/genbase64.pl 19REPLACE_PERL+= src/tests/genbase64.pl
20REPLACE_PERL+= src/tests/hold-stdin 20REPLACE_PERL+= src/tests/hold-stdin
21REPLACE_PERL+= src/tests/print-exitstatus 21REPLACE_PERL+= src/tests/print-exitstatus
22 22