Date: Mon, 13 Mar 2023 10:03:33 GMT From: Daniel Engberg <diizzy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 077549af0528 - main - multimedia/vlc: Update MASTER_SITES Message-ID: <202303131003.32DA3XbT064954@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=077549af05283ab1b9fa20ca4dea283d7f0aa9ad commit 077549af05283ab1b9fa20ca4dea283d7f0aa9ad Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2023-03-13 09:12:50 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2023-03-13 10:02:54 +0000 multimedia/vlc: Update MASTER_SITES Make use of VideoLAN's CDN and add some fallback sites if it fails Reference: https://get.videolan.org/vlc/3.0.18/vlc-3.0.18.tar.xz?mirrorlist PR: 270051 Approved by: multimedia (tcberner) --- multimedia/vlc/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/multimedia/vlc/Makefile b/multimedia/vlc/Makefile index 121909074eab..54138b27e3c4 100644 --- a/multimedia/vlc/Makefile +++ b/multimedia/vlc/Makefile @@ -3,9 +3,11 @@ DISTVERSION= 3.0.18 PORTREVISION= 2 PORTEPOCH= 4 CATEGORIES= multimedia audio net www -MASTER_SITES= http://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION:S/a$//}/ \ - http://ftp.snt.utwente.nl/pub/software/videolan/${PORTNAME}/${DISTVERSION:S/a$//}/ \ - ftp://ftp.crans.org/pub/videolan/${PORTNAME}/${DISTVERSION:S/a$//}/ +MASTER_SITES= https://get.videolan.org/${PORTNAME}/${DISTVERSION:S/a$//}/ \ + https://mirror.init7.net/videolan/${PORTNAME}/${DISTVERSION:S/a$//}/ \ + http://mirror.clarkson.edu/videolan/${PORTNAME}/${DISTVERSION:S/a$//}/ \ + http://ftp.kaist.ac.kr/vlc/${PORTNAME}/${DISTVERSION:S/a$//}/ \ + http://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION:S/a$//}/ MAINTAINER= multimedia@FreeBSD.org COMMENT= Qt based multimedia player and streaming server
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303131003.32DA3XbT064954>