From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 08:52:50 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1E9076B1B4D; Mon, 27 Sep 2021 08:52:50 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HHxH60MFtz4hRj; Mon, 27 Sep 2021 08:52:50 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E0F245F50; Mon, 27 Sep 2021 08:52:49 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18R8qnaH068429; Mon, 27 Sep 2021 08:52:49 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18R8qn0u068428; Mon, 27 Sep 2021 08:52:49 GMT (envelope-from git) Date: Mon, 27 Sep 2021 08:52:49 GMT Message-Id: <202109270852.18R8qn0u068428@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Li-Wen Hsu Subject: git: 346b04c8748b - 2021Q3 - x11/luit: Update MASTER_SITES MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: lwhsu X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q3 X-Git-Reftype: branch X-Git-Commit: 346b04c8748b3cb90c99249be5791e4309e7f4ea Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 08:52:50 -0000 The branch 2021Q3 has been updated by lwhsu: URL: https://cgit.FreeBSD.org/ports/commit/?id=346b04c8748b3cb90c99249be5791e4309e7f4ea commit 346b04c8748b3cb90c99249be5791e4309e7f4ea Author: Li-Wen Hsu AuthorDate: 2021-09-27 08:44:47 +0000 Commit: Li-Wen Hsu CommitDate: 2021-09-27 08:52:39 +0000 x11/luit: Update MASTER_SITES Add "/pub" which is the canonical path in FTP as site owner suggested Add the HTTP master site as submitter suggested PR: 258741 Reported by: bas@area536.com MFH: 2021Q3 (cherry picked from commit 9abd1e471d91afabd00fd4a1f699e923faf7f69c) --- x11/luit/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x11/luit/Makefile b/x11/luit/Makefile index d13fbf317c18..a3957292f4c0 100644 --- a/x11/luit/Makefile +++ b/x11/luit/Makefile @@ -1,7 +1,8 @@ PORTNAME= luit PORTVERSION= 20210218 CATEGORIES= x11 -MASTER_SITES= ftp://ftp.invisible-island.net/luit/ +MASTER_SITES= https://invisible-mirror.net/archives/luit/ \ + ftp://ftp.invisible-island.net/pub/luit/ MAINTAINER= x11@FreeBSD.org COMMENT= Locale and ISO 2022 support for Unicode terminals