diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2022-10-27 16:42:25 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2022-10-27 16:47:48 +0000 |
commit | 68863fbdc41288d1152a45a6a7e06a50fe559fe2 (patch) | |
tree | c2387417c60113f9e8405f4103713c7be46e802c | |
parent | 8346e17880fc94fb2959a67ff519f77e47d70fd0 (diff) |
*/*: drop useless master site
downloads.xiph.org already redirects to ftp.osuosl.org, so the
latter adds no redundancy.
Reported by: diizzy
-rw-r--r-- | audio/flac/Makefile | 3 | ||||
-rw-r--r-- | audio/libao/Makefile | 3 | ||||
-rw-r--r-- | audio/libogg/Makefile | 3 | ||||
-rw-r--r-- | audio/libvorbis/Makefile | 3 | ||||
-rw-r--r-- | audio/vorbis-tools/Makefile | 3 |
5 files changed, 5 insertions, 10 deletions
diff --git a/audio/flac/Makefile b/audio/flac/Makefile index 9deb34b57ebf..7a2684acdde5 100644 --- a/audio/flac/Makefile +++ b/audio/flac/Makefile @@ -1,8 +1,7 @@ PORTNAME= flac PORTVERSION= 1.4.2 CATEGORIES= audio -MASTER_SITES= https://downloads.xiph.org/releases/flac/ \ - https://ftp.osuosl.org/pub/xiph/releases/flac/ +MASTER_SITES= https://downloads.xiph.org/releases/flac/ MAINTAINER= naddy@FreeBSD.org COMMENT= Free lossless audio codec diff --git a/audio/libao/Makefile b/audio/libao/Makefile index f7677ddb0fb9..a08ac9db3e1d 100644 --- a/audio/libao/Makefile +++ b/audio/libao/Makefile @@ -2,8 +2,7 @@ PORTNAME= libao PORTVERSION= 1.2.0 PORTREVISION= 5 CATEGORIES= audio -MASTER_SITES= https://downloads.xiph.org/releases/ao/ \ - https://ftp.osuosl.org/pub/xiph/releases/ao/ +MASTER_SITES= https://downloads.xiph.org/releases/ao/ MAINTAINER= naddy@FreeBSD.org COMMENT= Portable audio output library diff --git a/audio/libogg/Makefile b/audio/libogg/Makefile index 5382b0a49936..c44a11dd11f6 100644 --- a/audio/libogg/Makefile +++ b/audio/libogg/Makefile @@ -2,8 +2,7 @@ PORTNAME= libogg PORTVERSION= 1.3.5 PORTEPOCH= 4 CATEGORIES= audio -MASTER_SITES= https://downloads.xiph.org/releases/ogg/ \ - https://ftp.osuosl.org/pub/xiph/releases/ogg/ +MASTER_SITES= https://downloads.xiph.org/releases/ogg/ MAINTAINER= naddy@FreeBSD.org COMMENT= Ogg bitstream library diff --git a/audio/libvorbis/Makefile b/audio/libvorbis/Makefile index 33d7fe9279e9..86572dbf3d7b 100644 --- a/audio/libvorbis/Makefile +++ b/audio/libvorbis/Makefile @@ -3,8 +3,7 @@ PORTVERSION= 1.3.7 PORTREVISION= 2 PORTEPOCH= 3 CATEGORIES= audio -MASTER_SITES= https://downloads.xiph.org/releases/vorbis/ \ - https://ftp.osuosl.org/pub/xiph/releases/vorbis/ +MASTER_SITES= https://downloads.xiph.org/releases/vorbis/ MAINTAINER= naddy@FreeBSD.org COMMENT= Audio compression codec library diff --git a/audio/vorbis-tools/Makefile b/audio/vorbis-tools/Makefile index a56d0689df2e..a013ac4a8c79 100644 --- a/audio/vorbis-tools/Makefile +++ b/audio/vorbis-tools/Makefile @@ -3,8 +3,7 @@ PORTVERSION= 1.4.2 PORTREVISION= 1 PORTEPOCH= 3 CATEGORIES= audio -MASTER_SITES= https://downloads.xiph.org/releases/vorbis/ \ - https://ftp.osuosl.org/pub/xiph/releases/vorbis/ +MASTER_SITES= https://downloads.xiph.org/releases/vorbis/ MAINTAINER= naddy@FreeBSD.org COMMENT= Play, encode, and manage Ogg Vorbis files |