Update "youtube-dl" package to version 2014.11.15.1. A list of changes
is not available unfortunately.
This commit is contained in:
parent
313aa7bd74
commit
e2f06a086a
3 changed files with 14 additions and 14 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue