aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Engberg <diizzy@FreeBSD.org>2023-03-15 11:43:40 +0000
committerGanael LAPLANCHE <martymac@FreeBSD.org>2023-03-15 11:43:40 +0000
commit127492fcf5206d9d5cd4768cabedaaf13fdd07b2 (patch)
treeb954bda171dbed223bee6937eb1e0f207a539c4d
parent9275f537d5796c5232dd49ef8cdc5866759511c6 (diff)
downloadports-127492fcf5206d9d5cd4768cabedaaf13fdd07b2.tar.gz
ports-127492fcf5206d9d5cd4768cabedaaf13fdd07b2.zip
multimedia/libdvdread: update MASTER_SITES to use VideoLAN's CDN
Also, switch to DISTVERSION for consistency PR: 270204
-rw-r--r--multimedia/libdvdread/Makefile5
1 files 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