Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Feb 2015 14:50:30 +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: r379347 - in head: net/csync2 net/py-ec2-cli-tools sysutils/linux-crashplan sysutils/password-store
Message-ID:  <201502191450.t1JEoU3r011258@svn.freebsd.org>

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

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

Modified:
  head/net/csync2/Makefile
  head/net/py-ec2-cli-tools/Makefile
  head/sysutils/linux-crashplan/Makefile
  head/sysutils/password-store/Makefile

Modified: head/net/csync2/Makefile
==============================================================================
--- head/net/csync2/Makefile	Thu Feb 19 14:47:48 2015	(r379346)
+++ head/net/csync2/Makefile	Thu Feb 19 14:50:29 2015	(r379347)
@@ -40,7 +40,7 @@ SUB_FILES=	pkg-install
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MCSYNC2_COMPARE}
-RUN_DEPENDS+=	bash>=0:${PORTSDIR}/shells/bash
+RUN_DEPENDS+=	bash:${PORTSDIR}/shells/bash
 PLIST_FILES+=	sbin/csync2-compare
 CSYNC2_COMPARE=	csync2-compare
 .else

Modified: head/net/py-ec2-cli-tools/Makefile
==============================================================================
--- head/net/py-ec2-cli-tools/Makefile	Thu Feb 19 14:47:48 2015	(r379346)
+++ head/net/py-ec2-cli-tools/Makefile	Thu Feb 19 14:50:29 2015	(r379347)
@@ -14,7 +14,7 @@ COMMENT=	Helpful CLI utilities for query
 LICENSE=	MIT
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}boto>=1.0:${PORTSDIR}/devel/py-boto \
-		bash>=0:${PORTSDIR}/shells/bash
+		bash:${PORTSDIR}/shells/bash
 
 USE_PYTHON=	distutils autoplist
 USES=		python shebangfix

Modified: head/sysutils/linux-crashplan/Makefile
==============================================================================
--- head/sysutils/linux-crashplan/Makefile	Thu Feb 19 14:47:48 2015	(r379346)
+++ head/sysutils/linux-crashplan/Makefile	Thu Feb 19 14:50:29 2015	(r379347)
@@ -11,7 +11,7 @@ MAINTAINER=	wg@FreeBSD.org
 COMMENT=	Backs up data to remote servers or hard drives
 
 RUN_DEPENDS=	linux-sun-jre17>=0:${PORTSDIR}/java/linux-sun-jre17 \
-		bash>=0:${PORTSDIR}/shells/bash
+		bash:${PORTSDIR}/shells/bash
 
 WRKSRC=		${WRKDIR}/CrashPlan-install
 

Modified: head/sysutils/password-store/Makefile
==============================================================================
--- head/sysutils/password-store/Makefile	Thu Feb 19 14:47:48 2015	(r379346)
+++ head/sysutils/password-store/Makefile	Thu Feb 19 14:50:29 2015	(r379347)
@@ -11,7 +11,7 @@ COMMENT=	Stores, retrieves, generates, a
 
 LICENSE=	GPLv2
 
-RUN_DEPENDS=	bash>=0:${PORTSDIR}/shells/bash \
+RUN_DEPENDS=	bash:${PORTSDIR}/shells/bash \
 		getopt>=0:${PORTSDIR}/misc/getopt \
 		gnupg>=2:${PORTSDIR}/security/gnupg \
 		pwgen>=0:${PORTSDIR}/sysutils/pwgen \



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