From owner-svn-ports-all@FreeBSD.ORG Thu Feb 12 06:17:20 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EB784CC7; Thu, 12 Feb 2015 06:17: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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D6EDDD9C; Thu, 12 Feb 2015 06:17:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1C6HKiY080935; Thu, 12 Feb 2015 06:17:20 GMT (envelope-from demon@FreeBSD.org) Received: (from demon@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1C6HKBG080934; Thu, 12 Feb 2015 06:17:20 GMT (envelope-from demon@FreeBSD.org) Message-Id: <201502120617.t1C6HKBG080934@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: demon set sender to demon@FreeBSD.org using -f From: Dmitry Sivachenko Date: Thu, 12 Feb 2015 06:17:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378862 - head/devel/hive X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 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, 12 Feb 2015 06:17:21 -0000 Author: demon Date: Thu Feb 12 06:17:19 2015 New Revision: 378862 URL: https://svnweb.freebsd.org/changeset/ports/378862 QAT: https://qat.redports.org/buildarchive/r378862/ Log: Fix BUILD_DEPENDS Modified: head/devel/hive/Makefile Modified: head/devel/hive/Makefile ============================================================================== --- head/devel/hive/Makefile Thu Feb 12 02:21:02 2015 (r378861) +++ head/devel/hive/Makefile Thu Feb 12 06:17:19 2015 (r378862) @@ -16,7 +16,8 @@ COMMENT= Framework for data warehousing LICENSE= APACHE20 -BUILD_DEPENDS= ${LOCALBASE}/share/java/maven3/bin/mvn:${PORTSDIR}/devel/maven3 +BUILD_DEPENDS= ${LOCALBASE}/share/java/maven3/bin/mvn:${PORTSDIR}/devel/maven3 \ + bash:${PORTSDIR}/shells/bash RUN_DEPENDS= bash:${PORTSDIR}/shells/bash \ yarn:${PORTSDIR}/devel/hadoop2