aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Engberg <diizzy@FreeBSD.org>2023-03-13 09:12:50 +0000
committerDaniel Engberg <diizzy@FreeBSD.org>2023-03-13 10:02:54 +0000
commit077549af05283ab1b9fa20ca4dea283d7f0aa9ad (patch)
treeddd4533b968afedf408c8143b25de73ca8eaea50
parent23f2da840837311b148a38b5bbe60d0dcc51141a (diff)
downloadports-077549af05283ab1b9fa20ca4dea283d7f0aa9ad.tar.gz
ports-077549af05283ab1b9fa20ca4dea283d7f0aa9ad.zip
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)
-rw-r--r--multimedia/vlc/Makefile8
1 files 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