Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Dec 2015 01:41:55 +0000 (UTC)
From:      Marcelo Araujo <araujo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r404897 - head/www/youtube_dl
Message-ID:  <201512310141.tBV1fu8h000525@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512310141.tBV1fu8h000525>