diff options
author | miwi <miwi@FreeBSD.org> | 2007-03-01 20:06:49 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-03-01 20:06:49 +0800 |
commit | 3d760b6507a179c0360477930452e282cd644726 (patch) | |
tree | 7477a71cc415d177bbb4bf9c2f847cd3568552d2 /security/rubygem-net-sftp | |
parent | c32c827106df06cf71125a85ab9f367843db08ad (diff) | |
download | freebsd-ports-gnome-3d760b6507a179c0360477930452e282cd644726.tar.gz freebsd-ports-gnome-3d760b6507a179c0360477930452e282cd644726.tar.zst freebsd-ports-gnome-3d760b6507a179c0360477930452e282cd644726.zip |
- Fix dependes with ports/109666 update
PR: 109666
Submitted by: Alexander Logvinov <ports@logvinov.com>
Approved by: maintainer
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." |