pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/youtube-dl Update "youtube-dl" package to version ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4aa46cc9828a
branches:  trunk
changeset: 641726:4aa46cc9828a
user:      mrg <mrg%pkgsrc.org@localhost>
date:      Sat Nov 15 22:12:56 2014 +0000

description:
Update "youtube-dl" package to version 2014.11.15.1. A list of changes
is not available unfortunately.

diffstat:

 net/youtube-dl/Makefile               |   4 ++--
 net/youtube-dl/distinfo               |  10 +++++-----
 net/youtube-dl/patches/patch-Makefile |  14 +++++++-------
 3 files changed, 14 insertions(+), 14 deletions(-)

diffs (55 lines):

diff -r b128f582a1bb -r 4aa46cc9828a net/youtube-dl/Makefile
--- a/net/youtube-dl/Makefile   Sat Nov 15 22:08:17 2014 +0000
+++ b/net/youtube-dl/Makefile   Sat Nov 15 22:12:56 2014 +0000
@@ -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 -r b128f582a1bb -r 4aa46cc9828a net/youtube-dl/distinfo
--- a/net/youtube-dl/distinfo   Sat Nov 15 22:08:17 2014 +0000
+++ b/net/youtube-dl/distinfo   Sat Nov 15 22:12:56 2014 +0000
@@ -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 -r b128f582a1bb -r 4aa46cc9828a net/youtube-dl/patches/patch-Makefile
--- a/net/youtube-dl/patches/patch-Makefile     Sat Nov 15 22:08:17 2014 +0000
+++ b/net/youtube-dl/patches/patch-Makefile     Sat Nov 15 22:12:56 2014 +0000
@@ -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 @@
 -      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



Home | Main Index | Thread Index | Old Index