aboutsummaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2021-06-10 13:48:47 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2021-06-10 13:48:47 +0000
commitdcf17d14a7bd7eed2e67e82b2ce093d1e5d88fe6 (patch)
treebed50bb224e92849eaa86b4616e2db7cbacf9f5d /multimedia
parente6319f5a31a7ee6afa779cca02abae7694063215 (diff)
downloadports-dcf17d14a7bd7eed2e67e82b2ce093d1e5d88fe6.tar.gz
ports-dcf17d14a7bd7eed2e67e82b2ce093d1e5d88fe6.zip
*/*: Add a backup master site to all Xiph.org ports
The downloads.xiph.org master site requires TLS1.3, which is not supported by FreeBSD 11's OpenSSL and fetch(1). Add ftp.osuosl.org as a backup to all Xiph.org ports. PR: 256515 Reported by: Daniel Engberg
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/libkate/Makefile3
-rw-r--r--multimedia/libtheora/Makefile2
2 files changed, 3 insertions, 2 deletions
diff --git a/multimedia/libkate/Makefile b/multimedia/libkate/Makefile
index 63283ddb95e3..461e9defd9e0 100644
--- a/multimedia/libkate/Makefile
+++ b/multimedia/libkate/Makefile
@@ -4,7 +4,8 @@ PORTNAME= libkate
PORTVERSION= 0.4.1
PORTREVISION= 11
CATEGORIES= multimedia
-MASTER_SITES= http://downloads.xiph.org/releases/kate/
+MASTER_SITES= https://downloads.xiph.org/releases/kate/ \
+ https://ftp.osuosl.org/pub/xiph/releases/kate/
MAINTAINER= bar@FreeBSD.org
COMMENT= Codec for karaoke and text encapsulation for Ogg
diff --git a/multimedia/libtheora/Makefile b/multimedia/libtheora/Makefile
index 0456a608d6a4..038ffe67fe1c 100644
--- a/multimedia/libtheora/Makefile
+++ b/multimedia/libtheora/Makefile
@@ -5,7 +5,7 @@ PORTVERSION= 1.1.1
PORTREVISION= 7
CATEGORIES= multimedia
MASTER_SITES= https://downloads.xiph.org/releases/theora/ \
- https://repo.turris.cz/downloads/
+ https://ftp.osuosl.org/pub/xiph/releases/theora/
MAINTAINER= multimedia@FreeBSD.org
COMMENT= Theora video codec for the Ogg multimedia streaming system