diff options
author | Kevin Bowling <kbowling@FreeBSD.org> | 2021-04-13 23:24:06 +0000 |
---|---|---|
committer | Kevin Bowling <kbowling@FreeBSD.org> | 2021-04-13 23:24:06 +0000 |
commit | 50ad246f1505e25f842192f791a94a30211395ab (patch) | |
tree | d9312a423129f2ee36f42f02ae3b92d27eed4a48 | |
parent | d94ae2c3c666fd3c26e4a5e572ad084d88a8b5f3 (diff) | |
download | ports-50ad246f1505e25f842192f791a94a30211395ab.tar.gz ports-50ad246f1505e25f842192f791a94a30211395ab.zip |
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
-rw-r--r-- | audio/festival/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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@aldan.algebra.com COMMENT= Multi-lingual speech synthesis system |