From d25eba033fad4ed001028f0bd1df16f561305939 Mon Sep 17 00:00:00 2001 From: Daniel Engberg Date: Mon, 13 Mar 2023 10:15:42 +0100 Subject: [PATCH] multimedia/libdvbcsa: Update MASTER_SITES Use VideoLAN's CDN as primary site and fallback to download.videolan.org Remove dead mirror and while at it switch to DISTVERSION for consistency Reference: http://get.videolan.org/libdvbcsa/1.1.0/libdvbcsa-1.1.0.tar.gz?mirrorlist PR: 270057 Reviewed by: decke (maintainer) --- multimedia/libdvbcsa/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/multimedia/libdvbcsa/Makefile b/multimedia/libdvbcsa/Makefile index 1d0e1b801473..d2652e102053 100644 --- a/multimedia/libdvbcsa/Makefile +++ b/multimedia/libdvbcsa/Makefile @@ -1,9 +1,9 @@ PORTNAME= libdvbcsa -PORTVERSION= 1.1.0 +DISTVERSION= 1.1.0 PORTREVISION= 1 CATEGORIES= multimedia -MASTER_SITES= http://download.videolan.org/pub/videolan/${PORTNAME}/${PORTVERSION}/ \ - http://ftp.heikorichter.name/pub/videolan/${PORTNAME}/${PORTVERSION}/ +MASTER_SITES= https://get.videolan.org/${PORTNAME}/${DISTVERSION}/ \ + https://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION}/ PATCH_SITES= https://raw.githubusercontent.com/buildroot/buildroot/master/package/libdvbcsa/ PATCHFILES= 0001-altivec-powerpc64.patch:-p1