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

View file

@ -1,7 +1,8 @@
PORTNAME= libdvdcss PORTNAME= libdvdcss
DISTVERSION= 1.4.3 DISTVERSION= 1.4.3
CATEGORIES= multimedia 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 MAINTAINER= ports@FreeBSD.org
COMMENT= Portable abstraction library for DVD decryption COMMENT= Portable abstraction library for DVD decryption