git: 68863fbdc412 - main - */*: drop useless master site
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 27 Oct 2022 16:47:52 UTC
The branch main has been updated by naddy: URL: https://cgit.FreeBSD.org/ports/commit/?id=68863fbdc41288d1152a45a6a7e06a50fe559fe2 commit 68863fbdc41288d1152a45a6a7e06a50fe559fe2 Author: Christian Weisgerber <naddy@FreeBSD.org> AuthorDate: 2022-10-27 16:42:25 +0000 Commit: Christian Weisgerber <naddy@FreeBSD.org> CommitDate: 2022-10-27 16:47:48 +0000 */*: drop useless master site downloads.xiph.org already redirects to ftp.osuosl.org, so the latter adds no redundancy. Reported by: diizzy --- audio/flac/Makefile | 3 +-- audio/libao/Makefile | 3 +-- audio/libogg/Makefile | 3 +-- audio/libvorbis/Makefile | 3 +-- 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