Date: Thu, 14 May 2015 01:01:53 +0000 (UTC) From: Bryan Drewery <bdrewery@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386285 - head/security/keychain Message-ID: <201505140101.t4E11r9T031351@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bdrewery Date: Thu May 14 01:01:52 2015 New Revision: 386285 URL: https://svnweb.freebsd.org/changeset/ports/386285 Log: Don't use exists() for the ssh dependency. The RUN_DEPENDS line already handles checking if these files exist. Removing this fixes poudriere already rebuilding this port when there is no base sshd and only a port version. Modified: head/security/keychain/Makefile Modified: head/security/keychain/Makefile ============================================================================== --- head/security/keychain/Makefile Thu May 14 00:49:42 2015 (r386284) +++ head/security/keychain/Makefile Thu May 14 01:01:52 2015 (r386285) @@ -3,7 +3,7 @@ PORTNAME= keychain PORTVERSION= 2.8.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= http://www.funtoo.org/archive/keychain/ \ GENTOO/distfiles @@ -28,9 +28,7 @@ PLIST_FILES= bin/${PORTNAME} \ PORTDOCS= ChangeLog README.md -.if !exists(${LOCALBASE}/bin/ssh-agent) && !exists(/usr/bin/ssh-agent) RUN_DEPENDS+= ssh-agent:${PORTSDIR}/security/openssh-portable -.endif do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505140101.t4E11r9T031351>