aboutsummaryrefslogtreecommitdiff
path: root/security/rubygem-net-sftp/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-10-26 16:25:05 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-10-26 16:25:05 +0000
commit1ba91e679693a6b00c3754aa7a2dc23e8920e46c (patch)
treef722d71f94db6b888a141914601b88eb62e023d2 /security/rubygem-net-sftp/Makefile
parentad87c13cbff3bbda5a75b8d712f52cf72718966c (diff)
downloadports-1ba91e679693a6b00c3754aa7a2dc23e8920e46c.tar.gz
ports-1ba91e679693a6b00c3754aa7a2dc23e8920e46c.zip
Notes
Diffstat (limited to 'security/rubygem-net-sftp/Makefile')
-rw-r--r--security/rubygem-net-sftp/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/security/rubygem-net-sftp/Makefile b/security/rubygem-net-sftp/Makefile
index cee9db399c00..80c461fa6334 100644
--- a/security/rubygem-net-sftp/Makefile
+++ b/security/rubygem-net-sftp/Makefile
@@ -2,19 +2,19 @@
# $FreeBSD$
PORTNAME= net-sftp
-PORTVERSION= 2.0.5
-PORTREVISION= 1
+PORTVERSION= 2.1.2
CATEGORIES= security rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Implementation of the SFTP client protocol
-RUN_DEPENDS= rubygem-net-ssh>=2.0.9:${PORTSDIR}/security/rubygem-net-ssh
+LICENSE= MIT
+
+RUN_DEPENDS= rubygem-net-ssh>=2.6.5:${PORTSDIR}/security/rubygem-net-ssh
USE_RUBY= yes
USE_RUBYGEMS= yes
-RUBYGEM_AUTOPLIST= yes
+RUBYGEM_AUTOPLIST= yes
-NO_STAGE= yes
.include <bsd.port.mk>