Bug 277532

Summary: textproc/minixmlto: distfile unfetchable
Product: Ports & Packages Reporter: Ale <discipline>
Component: Individual Port(s)Assignee: Baptiste Daroussin <bapt>
Status: Closed FIXED    
Severity: Affects Only Me Flags: bugzilla: maintainer-feedback? (bapt)
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   

Description Ale 2024-03-06 16:49:12 UTC
It seems that the name of distfile has been changed but distinfo still reports the old one. (https://cgit.freebsd.org/ports/commit/textproc/minixmlto?id=66b8c9ab3b3a3fa9b0461e664ec0d87341afa9eb)

Distinfo has "bapt-minixmlto-0.1.0_GH0.tar.gz", but doing
    $ curl --head --no-progress-meter `make -C textproc/minixmlto/ -V MASTER_SITES` | grep content-disposition
I'm getting
    content-disposition: attachment; filename="minixmlto-0.1.0.tar.gz"; filename*=UTF-8''minixmlto-0.1.0.tar.gz
Comment 1 commit-hook freebsd_committer freebsd_triage 2024-03-06 17:18:14 UTC
A commit in branch main references this bug:

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

commit aba00d8a08d4a38f92aebadefaefc4ed66095d6a
Author:     Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2024-03-06 17:16:10 +0000
Commit:     Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2024-03-06 17:17:25 +0000

    textproc/minixmlto: fix the name of the distfile

    PR:             277532
    Reported by:    Ale <discipline@tiscali.it>

 textproc/minixmlto/distinfo | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)