diff options
author | Marcelo Araujo <araujo@FreeBSD.org> | 2015-12-31 01:41:55 +0000 |
---|---|---|
committer | Marcelo Araujo <araujo@FreeBSD.org> | 2015-12-31 01:41:55 +0000 |
commit | 2562502d33cae81024793bb61dacd3ede95257a4 (patch) | |
tree | 28c080c9a911884d49e41e3f3a6ec51bf7904f34 /www/youtube_dl | |
parent | f04f95246b9bb1df5dde5a14db20d3864d8fe693 (diff) |
- Enabling by default the FISH/BASH/ZSH options, it will increase the
usability of youtube-dl installed via pkg.
- Bump PORTREVISION.
PR: ports/205728
Submitted by: Tobias Kortkamp <t@tobik.me>
Notes
Notes:
svn path=/head/; revision=404897
Diffstat (limited to 'www/youtube_dl')
-rw-r--r-- | www/youtube_dl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/youtube_dl/Makefile b/www/youtube_dl/Makefile index 6bab7de946ca..6db7cb5374f6 100644 --- a/www/youtube_dl/Makefile +++ b/www/youtube_dl/Makefile @@ -2,6 +2,7 @@ PORTNAME= youtube_dl PORTVERSION= 2015.12.29 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= https://yt-dl.org/downloads/${PORTVERSION}/ DISTNAME= youtube-dl-${PORTVERSION} @@ -23,7 +24,7 @@ NO_ARCH= yes WRKSRC= ${WRKDIR}/youtube-dl OPTIONS_DEFINE= BASH FISH RTMPDUMP FFMPEG ZSH -OPTIONS_DEFAULT=RTMPDUMP +OPTIONS_DEFAULT=BASH FISH RTMPDUMP ZSH OPTIONS_SUB= yes FISH_DESC= Install programmable completions for Fish RTMPDUMP_DESC= Use RTMPDUMP to download rtmp video streams |