diff options
author | leot <leot@pkgsrc.org> | 2015-08-15 16:22:43 +0000 |
---|---|---|
committer | leot <leot@pkgsrc.org> | 2015-08-15 16:22:43 +0000 |
commit | f18e496d6e31e40424e30bb1c594640e52b5423d (patch) | |
tree | b6b77129068594ad0d0c48b0de9e5cda5b98c625 /net/youtube-dl/Makefile | |
parent | 72b02f12bbcf2e7867ec09c47e04b680fe6461e3 (diff) | |
download | pkgsrc-f18e496d6e31e40424e30bb1c594640e52b5423d.tar.gz |
Update net/youtube-dl to youtube-dl-2015.08.09.
ok by wiz@.
pkgsrc changes:
o Install the fish completion file in the proper directory (thanks to wiz@ for
noticing that)
Changes:
2015.08.09
o [periscope] add extractor
o [quickscope] add extractor
o misc bug fixes and improvements
2015.08.06
o misc bug fixes and improvements
2015.07.28
o [bbcnews] add support for bbc.com/news
o [dcn] add new extractor
o [lecture2go] add new extractor
o misc bug fixes and improvements
2015.07.21
o [sportschau] add support for sportschau.de
o [appleconnect] add new extractor
o misc bug fixes and improvements
2015.07.18
o [rdsca] new extractor
o [myvi:embed] add extractor
o misc bug fixes and improvements
2015.07.07
o [gfycat] various fixes
Diffstat (limited to 'net/youtube-dl/Makefile')
-rw-r--r-- | net/youtube-dl/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/youtube-dl/Makefile b/net/youtube-dl/Makefile index 88ddbaf39ed..56be5d505e8 100644 --- a/net/youtube-dl/Makefile +++ b/net/youtube-dl/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.65 2015/07/17 07:53:53 tron Exp $ +# $NetBSD: Makefile,v 1.66 2015/08/15 16:22:43 leot Exp $ -VERSION_DATE= 2015.06.15 -PKGREVISION= 1 +VERSION_DATE= 2015.08.09 DISTNAME= youtube-dl-${VERSION_DATE} PKGNAME= youtube-dl-${VERSION_DATE:S/.//S/.//} CATEGORIES= net @@ -26,7 +25,8 @@ WRKSRC= ${WRKDIR}/youtube-dl USE_TOOLS+= gmake MAKE_FLAGS+= PREFIX=${PREFIX} MANDIR=${PREFIX}/${PKGMANDIR} \ - BASHCOMPDIR=${PREFIX}/share/bash-completion/completions + BASHCOMPDIR=${PREFIX}/share/bash-completion/completions \ + FISHCOMPDIR=${PREFIX}/share/fish/completions INSTALLATION_DIRS= share/youtube-dl CHECK_INTERPRETER_SKIP= share/youtube-dl/youtube-dl |