Date: Wed, 8 Mar 2023 22:49:54 GMT From: Daniel Engberg <diizzy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 2cb97c2c4703 - main - multimedia/libdvdcss: Add VideoLAN's CDN to MASTER_SITES Message-ID: <202303082249.328MnsaD070039@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=2cb97c2c4703fbe9efd9f8f247dfdb80b4d0a33d commit 2cb97c2c4703fbe9efd9f8f247dfdb80b4d0a33d Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2023-03-08 22:44:24 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2023-03-08 22:44:44 +0000 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 --- multimedia/libdvdcss/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303082249.328MnsaD070039>