git: 50ad246f1505 - main - audio/festival: Fix fetch

Kevin Bowling kbowling at FreeBSD.org
Tue Apr 13 23:29:02 UTC 2021


The branch main has been updated by kbowling:

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

commit 50ad246f1505e25f842192f791a94a30211395ab
Author:     Kevin Bowling <kbowling at FreeBSD.org>
AuthorDate: 2021-04-13 23:24:06 +0000
Commit:     Kevin Bowling <kbowling at 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 at micallef.io
    Approved by:    maintainer timeout
---
 audio/festival/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/audio/festival/Makefile b/audio/festival/Makefile
index 62e45d0d7c62..270f6c12fa71 100644
--- a/audio/festival/Makefile
+++ b/audio/festival/Makefile
@@ -20,7 +20,7 @@ PATCHFILES=	src_modules_diphone_diphone.h.diff?id=b58a836:debian	\
 		languagespatch.diff?id=b58a836:debian	\
 		${SPT_PATCHES:C/.*/patch-speech__tools_\0:netbsd/}
 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
 
 MAINTAINER=	mi at aldan.algebra.com
 COMMENT=	Multi-lingual speech synthesis system


More information about the dev-commits-ports-all mailing list