git: 47e960dac73d - main - www/lynx-current: Better MASTER_SITES
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 06 Feb 2025 18:45:51 UTC
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./}