Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Feb 2015 14:42:24 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r379345 - head/databases/puppetdb
Message-ID:  <201502191442.t1JEgOOX009007@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Thu Feb 19 14:42:23 2015
New Revision: 379345
URL: https://svnweb.freebsd.org/changeset/ports/379345
QAT: https://qat.redports.org/buildarchive/r379345/

Log:
  The bash package can be named bash-static, so depend on the bash binary.
  
  Sponsored by:	Absolight

Modified:
  head/databases/puppetdb/Makefile

Modified: head/databases/puppetdb/Makefile
==============================================================================
--- head/databases/puppetdb/Makefile	Thu Feb 19 14:41:46 2015	(r379344)
+++ head/databases/puppetdb/Makefile	Thu Feb 19 14:42:23 2015	(r379345)
@@ -8,7 +8,7 @@ MASTER_SITES=	http://downloads.puppetlab
 MAINTAINER=	xaque208@gmail.com
 COMMENT=	PuppetDB storeconfigs backend
 
-RUN_DEPENDS=	bash>=0:${PORTSDIR}/shells/bash \
+RUN_DEPENDS=	bash:${PORTSDIR}/shells/bash \
 		puppet>=0:${PORTSDIR}/sysutils/puppet
 BUILD_DEPENDS=	rubygem-facter>=0:${PORTSDIR}/sysutils/rubygem-facter \
 		rubygem-rake>=0:${PORTSDIR}/devel/rubygem-rake



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