aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2018-02-27 21:03:48 +0800
committermat <mat@FreeBSD.org>2018-02-27 21:03:48 +0800
commitd661fedbff92466ddffd2dd556eae2e77c5037f4 (patch)
tree7d7433c119fb6f464d0701eb1974bfbd9be57df7 /multimedia
parent5b7bda3942aae33ed970b238af56093caab8f55a (diff)
downloadfreebsd-ports-gnome-d661fedbff92466ddffd2dd556eae2e77c5037f4.tar.gz
freebsd-ports-gnome-d661fedbff92466ddffd2dd556eae2e77c5037f4.tar.zst
freebsd-ports-gnome-d661fedbff92466ddffd2dd556eae2e77c5037f4.zip
Switch some MASTER_SITES from http/ftp to https.
Also some cleanup of dead entries. PR: 226203 Submitted by: Sam H Sponsored by: Absolight
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/ffmpeg/Makefile2
-rw-r--r--multimedia/libtheora/Makefile4
-rw-r--r--multimedia/x264/Makefile4
-rw-r--r--multimedia/x265/Makefile3
-rw-r--r--multimedia/xvid/Makefile3
5 files changed, 9 insertions, 7 deletions
diff --git a/multimedia/ffmpeg/Makefile b/multimedia/ffmpeg/Makefile
index aa87b4c9dae7..8d04303ba43a 100644
--- a/multimedia/ffmpeg/Makefile
+++ b/multimedia/ffmpeg/Makefile
@@ -5,7 +5,7 @@ PORTNAME= ffmpeg
PORTVERSION= 3.4.2
PORTEPOCH= 1
CATEGORIES= multimedia audio ipv6 net
-MASTER_SITES= http://ffmpeg.org/releases/
+MASTER_SITES= https://ffmpeg.org/releases/
MAINTAINER= multimedia@FreeBSD.org
COMMENT= Realtime audio/video encoder/converter and streaming server
diff --git a/multimedia/libtheora/Makefile b/multimedia/libtheora/Makefile
index a7bd4c417775..b67adcf56774 100644
--- a/multimedia/libtheora/Makefile
+++ b/multimedia/libtheora/Makefile
@@ -5,8 +5,8 @@ PORTNAME= libtheora
PORTVERSION= 1.1.1
PORTREVISION= 7
CATEGORIES= multimedia
-MASTER_SITES= http://downloads.xiph.org/releases/theora/ \
- http://distfiles.master.finkmirrors.net/
+MASTER_SITES= https://downloads.xiph.org/releases/theora/ \
+ https://repo.turris.cz/downloads/
MAINTAINER= multimedia@FreeBSD.org
COMMENT= Theora video codec for the Ogg multimedia streaming system
diff --git a/multimedia/x264/Makefile b/multimedia/x264/Makefile
index 55d2ed57717c..4746e19a46de 100644
--- a/multimedia/x264/Makefile
+++ b/multimedia/x264/Makefile
@@ -21,8 +21,8 @@ PORTNAME= x264
PORTVERSION= 0.${X264_BUILD}.${X264_REV}
PORTREVISION?= 1 # 0 in libx264
CATEGORIES= multimedia
-MASTER_SITES= ftp://ftp.videolan.org/pub/videolan/x264/snapshots/ \
- http://samples.mplayerhq.hu/yuv4mpeg2/:pgo
+MASTER_SITES= https://downloads.videolan.org/pub/videolan/x264/snapshots/ \
+ https://samples.mplayerhq.hu/yuv4mpeg2/:pgo
DISTNAME= ${PORTNAME}-snapshot-${X264_SNAPSHOT}-2245-stable
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
DIST_SUBDIR= x264
diff --git a/multimedia/x265/Makefile b/multimedia/x265/Makefile
index 42d81c6fd032..bbdfbdde4b3e 100644
--- a/multimedia/x265/Makefile
+++ b/multimedia/x265/Makefile
@@ -5,7 +5,8 @@ PORTNAME= x265
PORTVERSION= 2.6
PORTREVISION= 1
CATEGORIES= multimedia
-MASTER_SITES= http://ftp.videolan.org/pub/videolan/${PORTNAME}/
+MASTER_SITES= https://downloads.videolan.org/pub/videolan/${PORTNAME}/ \
+ https://mirror.leaseweb.com/videolan/x265/
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= mi@aldan.algebra.com
diff --git a/multimedia/xvid/Makefile b/multimedia/xvid/Makefile
index 64a11fc155a5..3a124377f6b9 100644
--- a/multimedia/xvid/Makefile
+++ b/multimedia/xvid/Makefile
@@ -5,7 +5,8 @@ PORTNAME= xvid
PORTVERSION= 1.3.4
PORTEPOCH= 1
CATEGORIES= multimedia
-MASTER_SITES= http://downloads.xvid.org/downloads/
+MASTER_SITES= https://downloads.xvid.com/downloads/ \
+ https://source.ipfire.org/source-2.x/
DISTNAME= ${PORTNAME}core-${PORTVERSION}
MAINTAINER= riggs@FreeBSD.org