diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2011-06-26 11:21:27 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2011-06-26 11:21:27 +0800 |
commit | b37d75caa75ee8d2803a182ebdd6148001deddc0 (patch) | |
tree | 3b8d681a250e7a1a342d9de10c5300e330ccb4c4 /security/rubygem-net-ssh | |
parent | 87a5b66983b9d12c1753ceb6a2d903fc661be9d6 (diff) | |
download | freebsd-ports-gnome-b37d75caa75ee8d2803a182ebdd6148001deddc0.tar.gz freebsd-ports-gnome-b37d75caa75ee8d2803a182ebdd6148001deddc0.tar.zst freebsd-ports-gnome-b37d75caa75ee8d2803a182ebdd6148001deddc0.zip |
- Update to 0.9.6
- Unbreak with ruby 1.9 <=0.9.5 doesn't build with ruby 1.9
- Development of ruby's termios has moved
- Name changed to termios -> ruby-termios
- Bump PORTREVISION on ports with dependency changes
With Hat: ruby@
Sponsored by: RideCharge Inc. / TaxiMagic
Checked by: make index
Diffstat (limited to 'security/rubygem-net-ssh')
-rw-r--r-- | security/rubygem-net-ssh/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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> |