git: 7f633f4c9326 - main - multimedia/libbdplus: Add VideoLAN's CDN to MASTER_SITES
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 08 Mar 2023 22:49:53 UTC
The branch main has been updated by diizzy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=7f633f4c9326ec5fe42fc059c67c2e0aeda57975
commit 7f633f4c9326ec5fe42fc059c67c2e0aeda57975
Author: Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2023-03-08 22:39:47 +0000
Commit: Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2023-03-08 22:40:08 +0000
multimedia/libbdplus: 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/libbdplus/0.2.0/libbdplus-0.2.0.tar.bz2?mirrorlist
---
multimedia/libbdplus/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/multimedia/libbdplus/Makefile b/multimedia/libbdplus/Makefile
index a92a22f8ddae..6ad3fb3849c2 100644
--- a/multimedia/libbdplus/Makefile
+++ b/multimedia/libbdplus/Makefile
@@ -1,7 +1,8 @@
PORTNAME= libbdplus
DISTVERSION= 0.2.0
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= ports@FreeBSD.org
COMMENT= BD+ System research implementation