Date: Mon, 13 Mar 2023 10:03:35 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: a90bfe784b94 - main - multimedia/libdvbpsi: Update MASTER_SITES Message-ID: <202303131003.32DA3ZEe064997@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=a90bfe784b941e514d62dc59404f2de5bff65a4f commit a90bfe784b941e514d62dc59404f2de5bff65a4f Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2023-03-13 09:17:21 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2023-03-13 10:02:55 +0000 multimedia/libdvbpsi: Update MASTER_SITES Use VideoLAN's CDN as primary site and fallback to download.videolan.org While at it switch to DISTVERSION for consistency Reference: http://get.videolan.org/libdvbpsi/1.3.3/libdvbpsi-1.3.3.tar.bz2?mirrorlist PR: 270149 Approved by: multimedia (riggs) --- multimedia/libdvbpsi/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/multimedia/libdvbpsi/Makefile b/multimedia/libdvbpsi/Makefile index 4c379a53532a..f9b2b35abc9e 100644 --- a/multimedia/libdvbpsi/Makefile +++ b/multimedia/libdvbpsi/Makefile @@ -1,7 +1,8 @@ PORTNAME= libdvbpsi -PORTVERSION= 1.3.3 +DISTVERSION= 1.3.3 CATEGORIES= multimedia -MASTER_SITES= http://download.videolan.org/pub/libdvbpsi/${PORTVERSION}/ +MASTER_SITES= https://get.videolan.org/${PORTNAME}/${DISTVERSION}/ \ + https://download.videolan.org/pub/libdvbpsi/${DISTVERSION}/ MAINTAINER= multimedia@FreeBSD.org COMMENT= Library for MPEG TS and DVB PSI tables decoding and generation
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303131003.32DA3ZEe064997>