summaryrefslogtreecommitdiff
path: root/net/youtube-dl
diff options
context:
space:
mode:
authormrg <mrg@pkgsrc.org>2014-11-15 22:12:56 +0000
committermrg <mrg@pkgsrc.org>2014-11-15 22:12:56 +0000
commitcc3f236836e89e3916ded00af075f8fd1b5b0595 (patch)
tree6a96032435113beccd308b19c6d5383ff9fab1fd /net/youtube-dl
parent4fb5462e02f059bcd91fd63f20a9889580f41217 (diff)
downloadpkgsrc-cc3f236836e89e3916ded00af075f8fd1b5b0595.tar.gz
Update "youtube-dl" package to version 2014.11.15.1. A list of changes
is not available unfortunately.
Diffstat (limited to 'net/youtube-dl')
-rw-r--r--net/youtube-dl/Makefile4
-rw-r--r--net/youtube-dl/distinfo10
-rw-r--r--net/youtube-dl/patches/patch-Makefile14
3 files changed, 14 insertions, 14 deletions
diff --git a/net/youtube-dl/Makefile b/net/youtube-dl/Makefile
index 06a26703ef7..b285e071c5c 100644
--- a/net/youtube-dl/Makefile
+++ b/net/youtube-dl/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.55 2014/08/09 15:06:54 wiz Exp $
+# $NetBSD: Makefile,v 1.56 2014/11/15 22:12:56 mrg Exp $
-VERSION_DATE= 2014.08.05
+VERSION_DATE= 2014.11.15.1
DISTNAME= youtube-dl-${VERSION_DATE}
PKGNAME= youtube-dl-${VERSION_DATE:S/.//S/.//}
CATEGORIES= net
diff --git a/net/youtube-dl/distinfo b/net/youtube-dl/distinfo
index 9bfe583b792..473e686d58f 100644
--- a/net/youtube-dl/distinfo
+++ b/net/youtube-dl/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.44 2014/08/09 15:06:54 wiz Exp $
+$NetBSD: distinfo,v 1.45 2014/11/15 22:12:56 mrg Exp $
-SHA1 (youtube-dl-2014.08.05.tar.gz) = 4af2cc3e5b08751861dff83315751213fe09baa0
-RMD160 (youtube-dl-2014.08.05.tar.gz) = 96787adb19d2342d5fde080dd937dfc47a221137
-Size (youtube-dl-2014.08.05.tar.gz) = 928071 bytes
-SHA1 (patch-Makefile) = 84f9104c8202e7c4f9e58158e20887d45cb4664c
+SHA1 (youtube-dl-2014.11.15.1.tar.gz) = 3d5a98053f3f598909c5d29c34e516bb9db7cd91
+RMD160 (youtube-dl-2014.11.15.1.tar.gz) = 3da1c835fd0d464284544d7a2f03b4688ad99584
+Size (youtube-dl-2014.11.15.1.tar.gz) = 1128355 bytes
+SHA1 (patch-Makefile) = 94556225641b6cd614bb0c28c4e7d9421550e49b
diff --git a/net/youtube-dl/patches/patch-Makefile b/net/youtube-dl/patches/patch-Makefile
index 8ff086b3909..de55c772bb7 100644
--- a/net/youtube-dl/patches/patch-Makefile
+++ b/net/youtube-dl/patches/patch-Makefile
@@ -1,10 +1,10 @@
-$NetBSD: patch-Makefile,v 1.1 2013/07/20 05:07:15 ryoon Exp $
+$NetBSD: patch-Makefile,v 1.2 2014/11/15 22:12:56 mrg Exp $
* Fix bash-completion path.
---- Makefile.orig 2013-07-02 05:35:23.000000000 +0000
-+++ Makefile
-@@ -27,8 +27,8 @@ install: youtube-dl youtube-dl.1 youtube
+--- Makefile.orig 2014-11-13 15:41:45.000000000 -0800
++++ Makefile 2014-11-15 14:07:02.000000000 -0800
+@@ -28,8 +28,8 @@
install -m 755 youtube-dl $(DESTDIR)$(BINDIR)
install -d $(DESTDIR)$(MANDIR)/man1
install -m 644 youtube-dl.1 $(DESTDIR)$(MANDIR)/man1
@@ -12,6 +12,6 @@ $NetBSD: patch-Makefile,v 1.1 2013/07/20 05:07:15 ryoon Exp $
- install -m 644 youtube-dl.bash-completion $(DESTDIR)$(SYSCONFDIR)/bash_completion.d/youtube-dl
+ install -d $(DESTDIR)${BASHCOMPDIR}
+ install -m 644 youtube-dl.bash-completion $(DESTDIR)${BASHCOMPDIR}/youtube-dl
-
- test:
- #nosetests --with-coverage --cover-package=youtube_dl --cover-html --verbose --processes 4 test
+ install -d $(DESTDIR)$(SHAREDIR)/zsh/site-functions
+ install -m 644 youtube-dl.zsh $(DESTDIR)$(SHAREDIR)/zsh/site-functions/_youtube-dl
+ install -d $(DESTDIR)$(SYSCONFDIR)/fish/completions