summaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2006-01-21 09:11:30 +0000
committerpav <pav@FreeBSD.org>2006-01-21 09:11:30 +0000
commit42495395b8baab23cc806d6339417a396ef92924 (patch)
treeb92189909f078f369d810935ca7f11b020dc5a3e /security
parentf578e74ea801d464d3ee3ded69caa29814a59355 (diff)
downloadFreeBSD-ports-42495395b8baab23cc806d6339417a396ef92924.zip
FreeBSD-ports-42495395b8baab23cc806d6339417a396ef92924.tar.gz
- Fix OPTIONS
- Fix prompt passphrase dependency PR: ports/92073 Submitted by: Roderick van Domburg <r.s.a.vandomburg@student.utwente.nl> (maintainer)
Diffstat (limited to 'security')
-rw-r--r--security/rubygem-net-ssh/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/security/rubygem-net-ssh/Makefile b/security/rubygem-net-ssh/Makefile
index 3091ea3..95d246d 100644
--- a/security/rubygem-net-ssh/Makefile
+++ b/security/rubygem-net-ssh/Makefile
@@ -7,6 +7,7 @@
PORTNAME= net-ssh
PORTVERSION= 1.0.6
+PORTREVISION= 1
CATEGORIES= security ruby
MASTER_SITES= http://rubyforge.org/frs/download.php/8149/
@@ -16,15 +17,15 @@ COMMENT= Non-interactive SSH processing
BUILD_DEPENDS= ${LOCALBASE}/${SPEC_DIR}/needle-1.3.0.gemspec:${PORTSDIR}/devel/rubygem-needle
OPTIONS= PROMPT_PASSPHRASES "Prompt for passphrases on keys" On
-OPTIONSFILE= ${PORTS_DBDIR}/rubygem-${PORTNAME}/options
+OPTIONSFILE= ${PORT_DBDIR}/rubygem-${PORTNAME}/options
-# to get RUBY_SITELIBDIR
+# to get RUBY_SITEARCHLIBDIR
USE_RUBY= yes
.include <bsd.port.pre.mk>
.if !defined(WITHOUT_PROMPT_PASSPHRASES)
-RUN_DEPENDS+= ${RUBY_SITELIBDIR}/password.rb:${PORTSDIR}/security/ruby-password
+RUN_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/termios.so:${PORTSDIR}/comms/ruby-termios
.endif
post-install:
OpenPOWER on IntegriCloud