Bug 284612 - www/lynx-current - obsolete url
Summary: www/lynx-current - obsolete url
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Adam Weinberger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-02-06 13:20 UTC by Thomas E. Dickey
Modified: 2025-02-06 18:49 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (adamw)


Attachments
patch to fix the url (568 bytes, patch)
2025-02-06 13:20 UTC, Thomas E. Dickey
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas E. Dickey 2025-02-06 13:20:55 UTC
Created attachment 257293 [details]
patch to fix the url

The port uses an obsolete ftp url
Comment 1 commit-hook freebsd_committer freebsd_triage 2025-02-06 18:46:00 UTC
A commit in branch main references this bug:

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(-)
Comment 2 Adam Weinberger freebsd_committer freebsd_triage 2025-02-06 18:49:19 UTC
Thanks, Thomas. This change was very overdue.