diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2025-02-06 14:33:48 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2025-02-06 14:33:48 +0000 |
commit | 4517acb29a737f3c74bb502c2e297284cd2e7691 (patch) | |
tree | 1e223515383412157834ce6dc30fdc550ed0a79b | |
parent | 0beb78369f61fba43f0305967d54b221f857b80e (diff) |
x11/xterm: Update MASTER_SITES
Remove obsolete ftp site and add official https server.
PR: 284607
-rw-r--r-- | x11/xterm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/xterm/Makefile b/x11/xterm/Makefile index ec47f5aab56f..7a9137f6b66a 100644 --- a/x11/xterm/Makefile +++ b/x11/xterm/Makefile @@ -1,7 +1,7 @@ PORTNAME= xterm DISTVERSION= 397 CATEGORIES= x11 -MASTER_SITES= ftp://ftp.invisible-island.net/xterm/:src1 \ +MASTER_SITES= https://invisible-island.net/archives/xterm/:src1 \ https://invisible-mirror.net/archives/xterm/:src1 \ LOCAL/ehaupt:src1 \ LOCAL/ehaupt:src2 |