git: 1c1d85b7f83e - main - multimedia/libbluray: Add VideoLAN's CDN to MASTER_SITES
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 12 Apr 2023 08:45:31 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=1c1d85b7f83e74f6d7e2b481291961d62e092b57 commit 1c1d85b7f83e74f6d7e2b481291961d62e092b57 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2023-04-12 08:27:27 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2023-04-12 08:44:43 +0000 multimedia/libbluray: Add VideoLAN's CDN to MASTER_SITES Use VideoLAN's CDN as primary site and fallback to download.videolan.org PR: 270054 Approved by: portmgr (maintainer timeout, 1+ month) --- multimedia/libbluray/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/multimedia/libbluray/Makefile b/multimedia/libbluray/Makefile index a40eee943b5e..0d4783a03a03 100644 --- a/multimedia/libbluray/Makefile +++ b/multimedia/libbluray/Makefile @@ -2,7 +2,8 @@ PORTNAME= libbluray DISTVERSION= 1.3.4 PORTEPOCH= 1 CATEGORIES= multimedia -MASTER_SITES= https://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION}/ +MASTER_SITES= https://get.videolan.org/${PORTNAME}/${DISTVERSION}/ \ + https://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION}/ MAINTAINER= se@FreeBSD.org COMMENT= Blu-Ray discs playback library for media players