aboutsummaryrefslogtreecommitdiff
path: root/audio/libshout
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 /audio/libshout
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 'audio/libshout')
-rw-r--r--audio/libshout/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/libshout/Makefile b/audio/libshout/Makefile
index d999f4725a3e..e4950f7b4eaa 100644
--- a/audio/libshout/Makefile
+++ b/audio/libshout/Makefile
@@ -4,7 +4,7 @@ PORTNAME= libshout
PORTVERSION= 2.4.5
CATEGORIES= audio net
MASTER_SITES= https://downloads.xiph.org/releases/libshout/ \
- https://svn.xiph.org/releases/libshout/ \
+ https://ftp.osuosl.org/pub/xiph/releases/libshout/ \
LOCAL/sunpoet
MAINTAINER= sunpoet@FreeBSD.org