summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorMarcelo Araujo <araujo@FreeBSD.org>2016-11-07 12:33:35 +0000
committerMarcelo Araujo <araujo@FreeBSD.org>2016-11-07 12:33:35 +0000
commitee3337b8f0c41be40686fda2d34f040fc40b0e40 (patch)
tree4be02c0eef9a49519821f204acd51ce50e82bd1f /www
parent- Add LICENSE (diff)
Update to 2016.11.06.
PR: ports/214296 Submitted by: jhale
Notes
Notes: svn path=/head/; revision=425615
Diffstat (limited to 'www')
-rw-r--r--www/youtube_dl/Makefile2
-rw-r--r--www/youtube_dl/distinfo6
-rw-r--r--www/youtube_dl/files/patch-Makefile4
3 files changed, 6 insertions, 6 deletions
diff --git a/www/youtube_dl/Makefile b/www/youtube_dl/Makefile
index 9b5ca3e40967..304f005bb486 100644
--- a/www/youtube_dl/Makefile
+++ b/www/youtube_dl/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= youtube_dl
-PORTVERSION= 2016.08.31
+PORTVERSION= 2016.11.04
CATEGORIES= www
MASTER_SITES= https://yt-dl.org/downloads/${PORTVERSION}/
DISTNAME= youtube-dl-${PORTVERSION}
diff --git a/www/youtube_dl/distinfo b/www/youtube_dl/distinfo
index 00cc5b3718e4..166d540f0005 100644
--- a/www/youtube_dl/distinfo
+++ b/www/youtube_dl/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1472788017
-SHA256 (youtube-dl-2016.08.31.tar.gz) = ca4b7bf3d7f9c5289ea2f53af3a68f201447ce4298337ee60826ee230e00313f
-SIZE (youtube-dl-2016.08.31.tar.gz) = 2353562
+TIMESTAMP = 1478514946
+SHA256 (youtube-dl-2016.11.04.tar.gz) = 9622b29b81587278a00e39e4206e7c52555d240cbbb44242f237660169e8d531
+SIZE (youtube-dl-2016.11.04.tar.gz) = 2463253
diff --git a/www/youtube_dl/files/patch-Makefile b/www/youtube_dl/files/patch-Makefile
index dceda339a794..4097f4d4571b 100644
--- a/www/youtube_dl/files/patch-Makefile
+++ b/www/youtube_dl/files/patch-Makefile
@@ -1,10 +1,10 @@
---- Makefile.orig 2016-06-14 21:37:21 UTC
+--- Makefile.orig 2016-11-01 19:43:06 UTC
+++ Makefile
@@ -12,7 +12,7 @@ SHAREDIR ?= $(PREFIX)/share
PYTHON ?= /usr/bin/env python
# set SYSCONFDIR to /etc if PREFIX=/usr or PREFIX=/usr/local
--SYSCONFDIR != if [ $(PREFIX) = /usr -o $(PREFIX) = /usr/local ]; then echo /etc; else echo $(PREFIX)/etc; fi
+-SYSCONFDIR = $(shell if [ $(PREFIX) = /usr -o $(PREFIX) = /usr/local ]; then echo /etc; else echo $(PREFIX)/etc; fi)
+SYSCONFDIR ?= $(PREFIX)/etc
install: youtube-dl youtube-dl.1 youtube-dl.bash-completion youtube-dl.zsh youtube-dl.fish