git: d25eba033fad - main - multimedia/libdvbcsa: Update MASTER_SITES
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 13 Mar 2023 10:03:34 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=d25eba033fad4ed001028f0bd1df16f561305939 commit d25eba033fad4ed001028f0bd1df16f561305939 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2023-03-13 09:15:42 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2023-03-13 10:02:55 +0000 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