Date: Wed, 15 Mar 2023 11:46:01 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: 9275f537d579 - main - multimedia/libdvdnav: update MASTER_SITES to use VideoLAN's CDN Message-ID: <202303151146.32FBk1lG065208@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=9275f537d5796c5232dd49ef8cdc5866759511c6 commit 9275f537d5796c5232dd49ef8cdc5866759511c6 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2023-03-15 11:42:36 +0000 Commit: Ganael LAPLANCHE <martymac@FreeBSD.org> CommitDate: 2023-03-15 11:42:36 +0000 multimedia/libdvdnav: update MASTER_SITES to use VideoLAN's CDN Also, switch to DISTVERSION for consistency PR: 270203 --- multimedia/libdvdnav/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/multimedia/libdvdnav/Makefile b/multimedia/libdvdnav/Makefile index 371733e042eb..315cc46bc603 100644 --- a/multimedia/libdvdnav/Makefile +++ b/multimedia/libdvdnav/Makefile @@ -1,7 +1,8 @@ PORTNAME= libdvdnav -PORTVERSION= 6.1.1 +DISTVERSION= 6.1.1 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 libdvdnav project
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303151146.32FBk1lG065208>