aboutsummaryrefslogtreecommitdiff
path: root/audio
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
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')
-rw-r--r--audio/ezstream/Makefile4
-rw-r--r--audio/flac/Makefile3
-rw-r--r--audio/icecast/Makefile2
-rw-r--r--audio/ices/Makefile2
-rw-r--r--audio/libao/Makefile3
-rw-r--r--audio/libfishsound/Makefile3
-rw-r--r--audio/libogg/Makefile2
-rw-r--r--audio/liboggz/Makefile4
-rw-r--r--audio/libshout/Makefile2
-rw-r--r--audio/libvorbis/Makefile2
-rw-r--r--audio/opusfile/Makefile3
-rw-r--r--audio/vorbis-tools/Makefile3
12 files changed, 19 insertions, 14 deletions
diff --git a/audio/ezstream/Makefile b/audio/ezstream/Makefile
index 639d22e3fc64..789935d1bbbd 100644
--- a/audio/ezstream/Makefile
+++ b/audio/ezstream/Makefile
@@ -4,8 +4,8 @@ PORTNAME= ezstream
PORTVERSION= 0.5.6
PORTREVISION= 6
CATEGORIES= audio
-MASTER_SITES= http://downloads.xiph.org/releases/ezstream/ \
- http://svn.xiph.org/releases/ezstream/
+MASTER_SITES= https://downloads.xiph.org/releases/ezstream/ \
+ https://ftp.osuosl.org/pub/xiph/releases/ezstream/
MAINTAINER= ayu@commun.jp
COMMENT= Command line utility for streaming to icecast servers
diff --git a/audio/flac/Makefile b/audio/flac/Makefile
index 7ff50f5804a5..c28a7ae51763 100644
--- a/audio/flac/Makefile
+++ b/audio/flac/Makefile
@@ -4,7 +4,8 @@ PORTNAME= flac
PORTVERSION= 1.3.3
PORTREVISION= 1
CATEGORIES= audio
-MASTER_SITES= https://downloads.xiph.org/releases/flac/
+MASTER_SITES= https://downloads.xiph.org/releases/flac/ \
+ https://ftp.osuosl.org/pub/xiph/releases/flac/
MAINTAINER= naddy@FreeBSD.org
COMMENT= Free lossless audio codec
diff --git a/audio/icecast/Makefile b/audio/icecast/Makefile
index e4ddf39e03f2..915bfbea46d3 100644
--- a/audio/icecast/Makefile
+++ b/audio/icecast/Makefile
@@ -5,7 +5,7 @@ PORTVERSION= 2.4.4
PORTEPOCH= 1
CATEGORIES= audio net
MASTER_SITES= https://downloads.xiph.org/releases/icecast/:source \
- https://svn.xiph.org/releases/icecast/:source \
+ https://ftp.osuosl.org/pub/xiph/releases/icecast/:source \
LOCAL/sunpoet/icecast:icon,source \
https://github.com/xiph/Icecast-Server/raw/master/web/:icon
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:source \
diff --git a/audio/ices/Makefile b/audio/ices/Makefile
index d3bb4737cce9..3daa56354927 100644
--- a/audio/ices/Makefile
+++ b/audio/ices/Makefile
@@ -5,7 +5,7 @@ PORTVERSION= 2.0.3
PORTEPOCH= 1
CATEGORIES= audio net
MASTER_SITES= https://downloads.xiph.org/releases/ices/ \
- https://svn.xiph.org/releases/ices/
+ https://ftp.osuosl.org/pub/xiph/releases/ices/
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Vorbis streaming source client for icecast 2
diff --git a/audio/libao/Makefile b/audio/libao/Makefile
index 1f3ba8aa4b98..a78a2471019a 100644
--- a/audio/libao/Makefile
+++ b/audio/libao/Makefile
@@ -4,7 +4,8 @@ PORTNAME= libao
PORTVERSION= 1.2.0
PORTREVISION= 5
CATEGORIES= audio
-MASTER_SITES= http://downloads.xiph.org/releases/ao/
+MASTER_SITES= https://downloads.xiph.org/releases/ao/ \
+ https://ftp.osuosl.org/pub/xiph/releases/ao/
MAINTAINER= naddy@FreeBSD.org
COMMENT= Portable audio output library
diff --git a/audio/libfishsound/Makefile b/audio/libfishsound/Makefile
index fa7ebf7981bf..ce35733d3349 100644
--- a/audio/libfishsound/Makefile
+++ b/audio/libfishsound/Makefile
@@ -4,7 +4,8 @@ PORTNAME= libfishsound
PORTVERSION= 1.0.0
PORTREVISION= 4
CATEGORIES= audio
-MASTER_SITES= http://downloads.xiph.org/releases/libfishsound/ \
+MASTER_SITES= https://downloads.xiph.org/releases/libfishsound/ \
+ https://ftp.osuosl.org/pub/xiph/releases/libfishsound/ \
LOCAL/sunpoet
MAINTAINER= sunpoet@FreeBSD.org
diff --git a/audio/libogg/Makefile b/audio/libogg/Makefile
index afdd66b31aec..f158af746691 100644
--- a/audio/libogg/Makefile
+++ b/audio/libogg/Makefile
@@ -5,7 +5,7 @@ PORTVERSION= 1.3.5
PORTEPOCH= 4
CATEGORIES= audio
MASTER_SITES= https://downloads.xiph.org/releases/ogg/ \
- https://download.videolan.org/videolan/testing/contrib/ogg/
+ https://ftp.osuosl.org/pub/xiph/releases/ogg/
MAINTAINER= naddy@FreeBSD.org
COMMENT= Ogg bitstream library
diff --git a/audio/liboggz/Makefile b/audio/liboggz/Makefile
index f3faf2888e45..d1f9dfe19f56 100644
--- a/audio/liboggz/Makefile
+++ b/audio/liboggz/Makefile
@@ -2,8 +2,8 @@ PORTNAME= liboggz
PORTVERSION= 1.1.1
PORTREVISION= 4
CATEGORIES= audio
-MASTER_SITES= http://downloads.xiph.org/releases/liboggz/ \
- http://wickedmachine.net/mirror/
+MASTER_SITES= https://downloads.xiph.org/releases/liboggz/ \
+ https://ftp.osuosl.org/pub/xiph/releases/liboggz/
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Simple Ogg API
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
diff --git a/audio/libvorbis/Makefile b/audio/libvorbis/Makefile
index 991dcd51723a..a341f3ed4d9f 100644
--- a/audio/libvorbis/Makefile
+++ b/audio/libvorbis/Makefile
@@ -6,7 +6,7 @@ PORTREVISION= 2
PORTEPOCH= 3
CATEGORIES= audio
MASTER_SITES= https://downloads.xiph.org/releases/vorbis/ \
- https://download.videolan.org/videolan/testing/contrib/vorbis/
+ https://ftp.osuosl.org/pub/xiph/releases/vorbis/
MAINTAINER= naddy@FreeBSD.org
COMMENT= Audio compression codec library
diff --git a/audio/opusfile/Makefile b/audio/opusfile/Makefile
index 3973e11615df..1f9aebea53d9 100644
--- a/audio/opusfile/Makefile
+++ b/audio/opusfile/Makefile
@@ -1,7 +1,8 @@
PORTNAME= opusfile
PORTVERSION= 0.12
CATEGORIES= audio
-MASTER_SITES= https://downloads.xiph.org/releases/opus/
+MASTER_SITES= https://downloads.xiph.org/releases/opus/ \
+ https://ftp.osuosl.org/pub/xiph/releases/opus/
MAINTAINER= liangtai.s16@gmail.com
COMMENT= Opus playback library
diff --git a/audio/vorbis-tools/Makefile b/audio/vorbis-tools/Makefile
index 09dcbf75121a..0ceb60ba3349 100644
--- a/audio/vorbis-tools/Makefile
+++ b/audio/vorbis-tools/Makefile
@@ -4,7 +4,8 @@ PORTNAME= vorbis-tools
PORTVERSION= 1.4.2
PORTEPOCH= 3
CATEGORIES= audio
-MASTER_SITES= http://downloads.xiph.org/releases/vorbis/
+MASTER_SITES= https://downloads.xiph.org/releases/vorbis/ \
+ https://ftp.osuosl.org/pub/xiph/releases/vorbis/
MAINTAINER= naddy@FreeBSD.org
COMMENT= Play, encode, and manage Ogg Vorbis files