From owner-svn-ports-all@FreeBSD.ORG Thu Jan 17 10:42:08 2013 Return-Path: Delivered-To: svn-ports-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 316609CE; Thu, 17 Jan 2013 10:42:08 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from mx.critical.ch (mx.critical.ch [IPv6:2001:1620:f05::1]) by mx1.freebsd.org (Postfix) with ESMTP id BCE27233; Thu, 17 Jan 2013 10:42:07 +0000 (UTC) Received: from wiggles.bwns.ch (snow.ethz.ch [129.132.80.16]) (authenticated bits=0) by mx.critical.ch (8.14.4/8.14.4/critical-1.0) with ESMTP id r0HAg6OP080166; Thu, 17 Jan 2013 11:42:06 +0100 (CET) (envelope-from ehaupt@FreeBSD.org) Date: Thu, 17 Jan 2013 11:42:05 +0100 From: Emanuel Haupt To: Adam Weinberger Subject: Re: svn commit: r310540 - head/shells/bash-completion Message-Id: <20130117114205.f2e854b1fde2e5f717ef8c48@FreeBSD.org> In-Reply-To: <201301170717.r0H7HOgp044128@svn.freebsd.org> References: <201301170717.r0H7HOgp044128@svn.freebsd.org> X-Mailer: Sylpheed 3.3.0 (GTK+ 2.24.6; amd64-portbld-freebsd9.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: svn-ports-head@FreeBSD.org, svn-ports-all@FreeBSD.org, ports-committers@FreeBSD.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Jan 2013 10:42:08 -0000 Adam Weinberger wrote: > Author: adamw > Date: Thu Jan 17 07:17:24 2013 > New Revision: 310540 > URL: http://svnweb.freebsd.org/changeset/ports/310540 > > Log: > Add support for WITH_BASH_DEVEL=yes to depend on shells/bash-devel. Thanks for supporting shells/bash-devel. All the following ports depend on bash: http://people.freebsd.org/~ehaupt/bashdepend.txt Maybe we need a unified solution. Maybe the same aproach as perl with PERL_VERSION. Thoughts? Emanuel