Date: Sat, 18 Mar 2023 14:24:36 GMT From: "Jason E. Hale" <jhale@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: dd5a4e3037f0 - main - multimedia/libdca: Update MASTER_SITES Message-ID: <202303181424.32IEOa0P027104@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by jhale: URL: https://cgit.FreeBSD.org/ports/commit/?id=dd5a4e3037f0b056e2f3be40ea9ca2306e409d53 commit dd5a4e3037f0b056e2f3be40ea9ca2306e409d53 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2023-03-18 13:44:50 +0000 Commit: Jason E. Hale <jhale@FreeBSD.org> CommitDate: 2023-03-18 14:24:13 +0000 multimedia/libdca: Update MASTER_SITES PR: 270055 --- multimedia/libdca/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/multimedia/libdca/Makefile b/multimedia/libdca/Makefile index 23bbf5f979d7..77ed9d245e88 100644 --- a/multimedia/libdca/Makefile +++ b/multimedia/libdca/Makefile @@ -1,7 +1,8 @@ PORTNAME= libdca PORTVERSION= 0.0.7 CATEGORIES= multimedia -MASTER_SITES= http://download.videolan.org/pub/videolan/${PORTNAME}/${PORTVERSION}/ +MASTER_SITES= https://get.videolan.org/${PORTNAME}/${DISTVERSION}/ \ + https://download.videolan.org/pub/videolan/${PORTNAME}/${PORTVERSION}/ MAINTAINER= jhale@FreeBSD.org COMMENT= Free DTS Coherent Acoustics decoder
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303181424.32IEOa0P027104>