Bug 278435

Summary: converters/libb64: Fetch fails
Product: Ports & Packages Reporter: Lev A. Serebryakov <lev>
Component: Individual Port(s)Assignee: Daniel Engberg <diizzy>
Status: Closed FIXED    
Severity: Affects Only Me CC: alster, diizzy, ismail.yenigul
Priority: --- Flags: bugzilla: maintainer-feedback? (ismail.yenigul)
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
[PATCH] converters/libb64: Fix fetch alster: maintainer-approval? (ismail.yenigul)

Description Lev A. Serebryakov freebsd_committer freebsd_triage 2024-04-18 15:03:30 UTC
Makefile for new version contains both USE_GITHUB and MASTER_SITES.

MASTER_SITES takes precedence and try to fetch distfile from Sourceforge. And fails.

MASTER_SITES should be removed.
Comment 1 Älven 2024-04-18 16:14:44 UTC
Created attachment 250055 [details]
[PATCH] converters/libb64: Fix fetch
Comment 2 commit-hook freebsd_committer freebsd_triage 2024-04-18 22:15:28 UTC
A commit in branch main references this bug:

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

commit e935b9706fe76510c6bd9508021c259b99349604
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2024-04-18 22:07:37 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2024-04-18 22:10:02 +0000

    converters/libb64: Remove stray MASTER_SITES

    Port is converted to USE_GITHUB which conflicts with MASTER_SITES
    Passed tests because source file was already fetched and available in
    distfiles directory

    PR:             278435
    Reported by:    lev
    Approved by:    portmgr (build fix)

 converters/libb64/Makefile | 1 -
 1 file changed, 1 deletion(-)
Comment 3 Daniel Engberg freebsd_committer freebsd_triage 2024-04-18 22:59:17 UTC
Fixed, thanks for reporting