Bug 253420

Summary: audio/festival: Fails to fetch
Product: Ports & Packages Reporter: freebsd-bugs
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Many People CC: freebsd-2024, kbowling
Priority: --- Keywords: buildisok, easy, needs-qa
Version: LatestFlags: bugzilla: maintainer-feedback? (freebsd-2024)
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Makefile patch none

Description freebsd-bugs 2021-02-10 22:22:28 UTC
Issue fetching distfiles from anonscm.debian.org and distcache.

Solution, update PATCH_SITES= in Makefile to include salsa.debian.org

PATCH_SITES=    ftp://ftp.netbsd.org/pub/pkgsrc/current/pkgsrc/audio/festival/patches/:netbsd   \
                http://anonscm.debian.org/cgit/tts/festival.git/plain/debian/patches/:debian    \
                https://salsa.debian.org/tts-team/festival/-/raw/b58a836b84ff9a9afa82eb0283bac19bf9c22e71/debian/patches/:debian
Comment 1 Kubilay Kocak freebsd_committer freebsd_triage 2021-02-10 23:00:52 UTC
@Reporter Than k you for the report and patch. Could you provide it as an attachment please so that it can be approved
Comment 2 freebsd-bugs 2021-02-10 23:21:22 UTC
Created attachment 222346 [details]
Makefile patch
Comment 3 Automation User 2021-02-25 01:06:59 UTC
Build and package info is available at https://gitlab.com/swills/freebsd-ports/pipelines/261426582
Comment 4 commit-hook freebsd_committer freebsd_triage 2021-04-13 23:29:48 UTC
A commit in branch main references this bug:

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

commit 50ad246f1505e25f842192f791a94a30211395ab
Author:     Kevin Bowling <kbowling@FreeBSD.org>
AuthorDate: 2021-04-13 23:24:06 +0000
Commit:     Kevin Bowling <kbowling@FreeBSD.org>
CommitDate: 2021-04-13 23:24:06 +0000

    audio/festival: Fix fetch

    Per http://anonscm.debian.org/ Debian migrated to GitLab a long time
    ago, update PATCH_SITES.

    PR:             253420
    Reported by:    freebsd-bugs@micallef.io
    Approved by:    maintainer timeout

 audio/festival/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 5 Kevin Bowling freebsd_committer freebsd_triage 2021-04-13 23:31:25 UTC
Thanks for the submission!