mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
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:
parent
7f633f4c93
commit
2cb97c2c47
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue