diff options
author | mnag <mnag@FreeBSD.org> | 2006-02-20 09:36:51 +0800 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2006-02-20 09:36:51 +0800 |
commit | b62fb2a42b829cda59a1749974dd3684c0c33cb6 (patch) | |
tree | 88217ebeca1fb1eaef723ac06bc250ea5f0dca46 /security | |
parent | a9e4b290d59b6948a2dbf77fa0920ac53508fb84 (diff) | |
download | freebsd-ports-gnome-b62fb2a42b829cda59a1749974dd3684c0c33cb6.tar.gz freebsd-ports-gnome-b62fb2a42b829cda59a1749974dd3684c0c33cb6.tar.zst freebsd-ports-gnome-b62fb2a42b829cda59a1749974dd3684c0c33cb6.zip |
- Fix dependency because update security/rubygem-net-ssh
Diffstat (limited to 'security')
-rw-r--r-- | security/rubygem-net-sftp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/rubygem-net-sftp/Makefile b/security/rubygem-net-sftp/Makefile index cc565204d9ef..3086733ef7f1 100644 --- a/security/rubygem-net-sftp/Makefile +++ b/security/rubygem-net-sftp/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://rubyforge.org/frs/download.php/7928/ MAINTAINER= r.s.a.vandomburg@student.utwente.nl COMMENT= Implementation of the SFTP client protocol -RUN_DEPENDS= ${LOCALBASE}/${SPEC_DIR}/net-ssh-1.0.7.gemspec:${PORTSDIR}/security/rubygem-net-ssh +RUN_DEPENDS= ${LOCALBASE}/${SPEC_DIR}/net-ssh-1.0.8.gemspec:${PORTSDIR}/security/rubygem-net-ssh post-install: @${ECHO} "You may safely ignore any 'Skipping require of dynamic string' messages." |