Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Feb 2025 18:45:51 GMT
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 47e960dac73d - main - www/lynx-current: Better MASTER_SITES
Message-ID:  <202502061845.516Ijp08059040@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=47e960dac73ddef41556db14b76366ce1a6e0025

commit 47e960dac73ddef41556db14b76366ce1a6e0025
Author:     Adam Weinberger <adamw@FreeBSD.org>
AuthorDate: 2025-02-06 18:42:36 +0000
Commit:     Adam Weinberger <adamw@FreeBSD.org>
CommitDate: 2025-02-06 18:45:47 +0000

    www/lynx-current: Better MASTER_SITES
    
    Previously we had one unencrypted HTTP and one ftp URL. Now we have
    two HTTPS URLs.
    
    PR:             284612
    Reported by:    Thomas E. Dickey (creator of Lynx)
---
 www/lynx-current/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www/lynx-current/Makefile b/www/lynx-current/Makefile
index d4ee43291c58..4dd9cc7790c4 100644
--- a/www/lynx-current/Makefile
+++ b/www/lynx-current/Makefile
@@ -1,8 +1,8 @@
 PORTNAME=	lynx
 PORTVERSION=	2.9.2
 CATEGORIES=	www
-MASTER_SITES=	http://invisible-mirror.net/archives/lynx/tarballs/ \
-		ftp://ftp.invisible-island.net/lynx/tarballs/
+MASTER_SITES=	https://invisible-mirror.net/archives/lynx/tarballs/ \
+		https://invisible-island.net/archives/lynx/tarballs/
 PKGNAMESUFFIX=	-current
 DISTNAME=	${PORTNAME}${PORTVERSION:S/p/pre./:S/d/dev./}
 



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