aboutsummaryrefslogtreecommitdiff
path: root/multimedia/libbluray
diff options
context:
space:
mode:
authorDaniel Engberg <diizzy@FreeBSD.org>2023-04-12 08:27:27 +0000
committerDaniel Engberg <diizzy@FreeBSD.org>2023-04-12 08:44:43 +0000
commit1c1d85b7f83e74f6d7e2b481291961d62e092b57 (patch)
tree31be5b1f085f8e94490d92f4eb04dd88ef840495 /multimedia/libbluray
parent515a9b9c7025c01f1782f3834df88a75fbebbc93 (diff)
downloadports-1c1d85b7f83e74f6d7e2b481291961d62e092b57.tar.gz
ports-1c1d85b7f83e74f6d7e2b481291961d62e092b57.zip
multimedia/libbluray: Add VideoLAN's CDN to MASTER_SITES
Use VideoLAN's CDN as primary site and fallback to download.videolan.org PR: 270054 Approved by: portmgr (maintainer timeout, 1+ month)
Diffstat (limited to 'multimedia/libbluray')
-rw-r--r--multimedia/libbluray/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/libbluray/Makefile b/multimedia/libbluray/Makefile
index a40eee943b5e..0d4783a03a03 100644
--- a/multimedia/libbluray/Makefile
+++ b/multimedia/libbluray/Makefile
@@ -2,7 +2,8 @@ PORTNAME= libbluray
DISTVERSION= 1.3.4
PORTEPOCH= 1
CATEGORIES= multimedia
-MASTER_SITES= https://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION}/
+MASTER_SITES= https://get.videolan.org/${PORTNAME}/${DISTVERSION}/ \
+ https://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION}/
MAINTAINER= se@FreeBSD.org
COMMENT= Blu-Ray discs playback library for media players