aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Engberg <diizzy@FreeBSD.org>2023-03-08 22:44:24 +0000
committerDaniel Engberg <diizzy@FreeBSD.org>2023-03-08 22:44:44 +0000
commit2cb97c2c4703fbe9efd9f8f247dfdb80b4d0a33d (patch)
tree148e0bcbb8a9dd59f022c4d4500651e41ab17750
parent7f633f4c9326ec5fe42fc059c67c2e0aeda57975 (diff)
downloadports-2cb97c2c4703fbe9efd9f8f247dfdb80b4d0a33d.tar.gz
ports-2cb97c2c4703fbe9efd9f8f247dfdb80b4d0a33d.zip
multimedia/libdvdcss: Add VideoLAN's CDN to MASTER_SITES
Use VideoLAN's CDN as primary site and fallback to download.videolan.org Reference: https://get.videolan.org/libdvdcss/1.4.3/libdvdcss-1.4.3.tar.bz2?mirrorlist
-rw-r--r--multimedia/libdvdcss/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/libdvdcss/Makefile b/multimedia/libdvdcss/Makefile
index 9fa290cac236..1d0769fdd3a9 100644
--- a/multimedia/libdvdcss/Makefile
+++ b/multimedia/libdvdcss/Makefile
@@ -1,7 +1,8 @@
PORTNAME= libdvdcss
DISTVERSION= 1.4.3
CATEGORIES= multimedia
-MASTER_SITES= https://download.videolan.org/pub/${PORTNAME}/${DISTVERSION}/
+MASTER_SITES= https://get.videolan.org/${PORTNAME}/${DISTVERSION}/ \
+ https://download.videolan.org/pub/${PORTNAME}/${DISTVERSION}/
MAINTAINER= ports@FreeBSD.org
COMMENT= Portable abstraction library for DVD decryption