svn commit: r404897 - head/www/youtube_dl

Marcelo Araujo araujo at FreeBSD.org
Thu Dec 31 01:41:57 UTC 2015


Author: araujo
Date: Thu Dec 31 01:41:55 2015
New Revision: 404897
URL: https://svnweb.freebsd.org/changeset/ports/404897

Log:
  - 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 at tobik.me>

Modified:
  head/www/youtube_dl/Makefile

Modified: head/www/youtube_dl/Makefile
==============================================================================
--- head/www/youtube_dl/Makefile	Thu Dec 31 01:20:48 2015	(r404896)
+++ head/www/youtube_dl/Makefile	Thu Dec 31 01:41:55 2015	(r404897)
@@ -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


More information about the svn-ports-all mailing list