git: 127492fcf520 - main - multimedia/libdvdread: update MASTER_SITES to use VideoLAN's CDN
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 15 Mar 2023 11:46:02 UTC
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