Bug 278435 - converters/libb64: Fetch fails
Summary: converters/libb64: Fetch fails
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Daniel Engberg
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-04-18 15:03 UTC by Lev A. Serebryakov
Modified: 2024-04-18 22:59 UTC (History)
3 users (show)

See Also:
bugzilla: maintainer-feedback? (ismail.yenigul)


Attachments
[PATCH] converters/libb64: Fix fetch (2.09 KB, patch)
2024-04-18 16:14 UTC, Älven
alster: maintainer-approval? (ismail.yenigul)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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