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
This commit is contained in:
Daniel Engberg 2023-03-08 23:44:24 +01:00
parent 7f633f4c93
commit 2cb97c2c47
1 changed files with 2 additions and 1 deletions

View File

@ -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