Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Sep 2021 08:52:16 GMT
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 9abd1e471d91 - main - x11/luit: Update MASTER_SITES
Message-ID:  <202109270852.18R8qGn3066474@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by lwhsu:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9abd1e471d91afabd00fd4a1f699e923faf7f69c

commit 9abd1e471d91afabd00fd4a1f699e923faf7f69c
Author:     Li-Wen Hsu <lwhsu@FreeBSD.org>
AuthorDate: 2021-09-27 08:44:47 +0000
Commit:     Li-Wen Hsu <lwhsu@FreeBSD.org>
CommitDate: 2021-09-27 08:49:41 +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
---
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109270852.18R8qGn3066474>