From owner-svn-ports-head@FreeBSD.ORG Thu Feb 13 20:58:20 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7F291FD7; Thu, 13 Feb 2014 20:58:20 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 69C131308; Thu, 13 Feb 2014 20:58:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1DKwK0i055055; Thu, 13 Feb 2014 20:58:20 GMT (envelope-from adamw@svn.freebsd.org) Received: (from adamw@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1DKwK5G055054; Thu, 13 Feb 2014 20:58:20 GMT (envelope-from adamw@svn.freebsd.org) Message-Id: <201402132058.s1DKwK5G055054@svn.freebsd.org> From: Adam Weinberger Date: Thu, 13 Feb 2014 20:58:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r344145 - head/shells/bash-completion X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Feb 2014 20:58:20 -0000 Author: adamw Date: Thu Feb 13 20:58:19 2014 New Revision: 344145 URL: http://svnweb.freebsd.org/changeset/ports/344145 QAT: https://qat.redports.org/buildarchive/r344145/ Log: TIL option_XYZ_OFF Modified: head/shells/bash-completion/Makefile Modified: head/shells/bash-completion/Makefile ============================================================================== --- head/shells/bash-completion/Makefile Thu Feb 13 20:50:43 2014 (r344144) +++ head/shells/bash-completion/Makefile Thu Feb 13 20:58:19 2014 (r344145) @@ -25,13 +25,8 @@ USES= gmake SUB_FILES= pkg-message SUB_LIST+= RUNFILE=${DATADIR}/bash_completion.sh -.include - -.if ${PORT_OPTIONS:MBASH_DEVEL} -RUN_DEPENDS=bash:${PORTSDIR}/shells/bash-devel -.else -RUN_DEPENDS=bash:${PORTSDIR}/shells/bash -.endif +BASH_DEVEL_RUN_DEPENDS= bash:${PORTSDIR}/shells/bash-devel +BASH_DEVEL_RUN_DEPENDS_OFF= bash:${PORTSDIR}/shells/bash post-patch: @${REINPLACE_CMD} -e 's|FLAC|&\|flv\|FLV|;' ${WRKSRC}/bash_completion