diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2011-06-26 03:21:27 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2011-06-26 03:21:27 +0000 |
commit | 333962fb94086dec5f79ac10da278ba40e60dd62 (patch) | |
tree | 2e105f41f6033101374e55fe63800c17435b5a3e /security | |
parent | 46452a19b5a7d3ccb2d53ca32e8df0e2aa92d8bb (diff) |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/ruby-password/Makefile | 4 | ||||
-rw-r--r-- | security/rubygem-net-scp/Makefile | 1 | ||||
-rw-r--r-- | security/rubygem-net-sftp/Makefile | 1 | ||||
-rw-r--r-- | security/rubygem-net-ssh-gateway/Makefile | 1 | ||||
-rw-r--r-- | security/rubygem-net-ssh-multi/Makefile | 1 | ||||
-rw-r--r-- | security/rubygem-net-ssh/Makefile | 3 |
6 files changed, 8 insertions, 3 deletions
diff --git a/security/ruby-password/Makefile b/security/ruby-password/Makefile index ad60410c0db9..e734fd2ba078 100644 --- a/security/ruby-password/Makefile +++ b/security/ruby-password/Makefile @@ -7,7 +7,7 @@ PORTNAME= password PORTVERSION= 0.5.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security ruby MASTER_SITES= http://www.caliban.org/files/ruby/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} @@ -18,7 +18,7 @@ MAINTAINER= stas@FreeBSD.org COMMENT= A Ruby library to create, verify and manipulate passwords LIB_DEPENDS= crack:${PORTSDIR}/security/cracklib -RUN_DEPENDS= ${LOCALBASE}/${SADIR}/termios.so:${PORTSDIR}/comms/ruby-termios +RUN_DEPENDS= rubygem-ruby-termios>=0:${PORTSDIR}/comms/rubygem-ruby-termios USE_RUBY= yes USE_RUBY_EXTCONF= yes diff --git a/security/rubygem-net-scp/Makefile b/security/rubygem-net-scp/Makefile index e57c133df4a4..cba4d249378a 100644 --- a/security/rubygem-net-scp/Makefile +++ b/security/rubygem-net-scp/Makefile @@ -7,6 +7,7 @@ PORTNAME= net-scp PORTVERSION= 1.0.4 +PORTREVISION= 1 CATEGORIES= security rubygems MASTER_SITES= RG diff --git a/security/rubygem-net-sftp/Makefile b/security/rubygem-net-sftp/Makefile index 94d9d43b0c81..d89cf47f5e6b 100644 --- a/security/rubygem-net-sftp/Makefile +++ b/security/rubygem-net-sftp/Makefile @@ -7,6 +7,7 @@ PORTNAME= net-sftp PORTVERSION= 2.0.5 +PORTREVISION= 1 CATEGORIES= security rubygems MASTER_SITES= RG diff --git a/security/rubygem-net-ssh-gateway/Makefile b/security/rubygem-net-ssh-gateway/Makefile index ea42be30f53b..27c260679cb4 100644 --- a/security/rubygem-net-ssh-gateway/Makefile +++ b/security/rubygem-net-ssh-gateway/Makefile @@ -7,6 +7,7 @@ PORTNAME= net-ssh-gateway PORTVERSION= 1.1.0 +PORTREVISION= 1 CATEGORIES= security rubygems MASTER_SITES= RG diff --git a/security/rubygem-net-ssh-multi/Makefile b/security/rubygem-net-ssh-multi/Makefile index 60935acf475a..0375df444e69 100644 --- a/security/rubygem-net-ssh-multi/Makefile +++ b/security/rubygem-net-ssh-multi/Makefile @@ -7,6 +7,7 @@ PORTNAME= net-ssh-multi PORTVERSION= 1.0.1 +PORTREVISION= 1 CATEGORIES= security rubygems MASTER_SITES= RG diff --git a/security/rubygem-net-ssh/Makefile b/security/rubygem-net-ssh/Makefile index 6912beaaa831..ac49adab5c70 100644 --- a/security/rubygem-net-ssh/Makefile +++ b/security/rubygem-net-ssh/Makefile @@ -7,6 +7,7 @@ PORTNAME= net-ssh PORTVERSION= 2.1.4 +PORTREVISION= 1 CATEGORIES= security rubygems MASTER_SITES= RG @@ -22,7 +23,7 @@ USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes .if !defined(WITHOUT_PROMPT_PASSPHRASES) -RUN_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/termios.so:${PORTSDIR}/comms/ruby-termios +RUN_DEPENDS+= rubygem-ruby-termios>=0:${PORTSDIR}/comms/rubygem-ruby-termios .endif .include <bsd.port.mk> |