Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Apr 2013 15:13:52 +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: r316827 - head/shells/scponly
Message-ID:  <201304291513.r3TFDqjZ058665@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bdrewery
Date: Mon Apr 29 15:13:52 2013
New Revision: 316827
URL: http://svnweb.freebsd.org/changeset/ports/316827

Log:
  - If sftp is not available, use security/openssh-portable.
    This is the case if running base with WITHOUT_OPENSSH
  
  Approved by:	gjb (maintainer)

Modified:
  head/shells/scponly/Makefile

Modified: head/shells/scponly/Makefile
==============================================================================
--- head/shells/scponly/Makefile	Mon Apr 29 15:00:15 2013	(r316826)
+++ head/shells/scponly/Makefile	Mon Apr 29 15:13:52 2013	(r316827)
@@ -33,6 +33,9 @@ WINSCP_DESC=	WinSCP support
 
 .include <bsd.port.options.mk>
 
+RUN_DEPENDS+=	sftp:${PORTSDIR}/security/openssh-portable
+BUILD_DEPENDS+=	sftp:${PORTSDIR}/security/openssh-portable
+
 .if ${PORT_OPTIONS:MDEFAULT_CHDIR}
 CONFIGURE_ARGS+=--with-default-chdir=${SCPONLY_DEFAULT_CHDIR}
 .endif



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