Date: Wed, 15 Mar 2023 11:46:02 GMT From: Ganael LAPLANCHE <martymac@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 127492fcf520 - main - multimedia/libdvdread: update MASTER_SITES to use VideoLAN's CDN Message-ID: <202303151146.32FBk2fg065227@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by martymac: URL: https://cgit.FreeBSD.org/ports/commit/?id=127492fcf5206d9d5cd4768cabedaaf13fdd07b2 commit 127492fcf5206d9d5cd4768cabedaaf13fdd07b2 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2023-03-15 11:43:40 +0000 Commit: Ganael LAPLANCHE <martymac@FreeBSD.org> CommitDate: 2023-03-15 11:43:40 +0000 multimedia/libdvdread: update MASTER_SITES to use VideoLAN's CDN Also, switch to DISTVERSION for consistency PR: 270204 --- multimedia/libdvdread/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/multimedia/libdvdread/Makefile b/multimedia/libdvdread/Makefile index bc3adffd72c2..be1cad7958cf 100644 --- a/multimedia/libdvdread/Makefile +++ b/multimedia/libdvdread/Makefile @@ -1,7 +1,8 @@ PORTNAME= libdvdread -PORTVERSION= 6.1.3 +DISTVERSION= 6.1.3 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= martymac@FreeBSD.org COMMENT= Videolan version of the libdvdread project
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303151146.32FBk2fg065227>