diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-03-01 12:06:49 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-03-01 12:06:49 +0000 |
commit | a994262ca51c12505e653bb62f1f5923fe950dd8 (patch) | |
tree | 6a5e4e1a7ad575b012ca5b4df8a8359e7c2d0e98 /security/rubygem-net-sftp | |
parent | b213cbfdb75613e8ffd876c8f3af244661dced87 (diff) | |
download | ports-a994262ca51c12505e653bb62f1f5923fe950dd8.tar.gz ports-a994262ca51c12505e653bb62f1f5923fe950dd8.zip |
Notes
Diffstat (limited to 'security/rubygem-net-sftp')
-rw-r--r-- | security/rubygem-net-sftp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/rubygem-net-sftp/Makefile b/security/rubygem-net-sftp/Makefile index 70c1419fd95d..a8b2d92e7e41 100644 --- a/security/rubygem-net-sftp/Makefile +++ b/security/rubygem-net-sftp/Makefile @@ -7,6 +7,7 @@ PORTNAME= net-sftp PORTVERSION= 1.1.0 +PORTREVISION= 1 CATEGORIES= security rubygems MASTER_SITES= ${MASTER_SITE_RUBYFORGE} MASTER_SITE_SUBDIR= net-ssh @@ -14,7 +15,7 @@ MASTER_SITE_SUBDIR= net-ssh MAINTAINER= r.s.a.vandomburg@student.utwente.nl COMMENT= Implementation of the SFTP client protocol -RUN_DEPENDS= ${LOCALBASE}/${SPEC_DIR}/net-ssh-1.0.9.gemspec:${PORTSDIR}/security/rubygem-net-ssh +RUN_DEPENDS= ${LOCALBASE}/${SPEC_DIR}/net-ssh-1.0.10.gemspec:${PORTSDIR}/security/rubygem-net-ssh post-install: @${ECHO_MSG} "You may safely ignore any 'Skipping require of dynamic string' messages." |