diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2018-02-27 13:03:48 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2018-02-27 13:03:48 +0000 |
commit | 37677d32e389d6fe261c4aea8531acdf09997ae0 (patch) | |
tree | 7d7433c119fb6f464d0701eb1974bfbd9be57df7 /multimedia/x264/Makefile | |
parent | e67cc0b93e5dc73f5ad43b0f10d63935ce7743a2 (diff) |
Notes
Diffstat (limited to 'multimedia/x264/Makefile')
-rw-r--r-- | multimedia/x264/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |