svn commit: r386285 - head/security/keychain
Bryan Drewery
bdrewery at FreeBSD.org
Thu May 14 01:01:53 UTC 2015
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
More information about the svn-ports-head
mailing list