diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-03-25 01:47:58 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-03-25 01:47:58 +0800 |
commit | 6a5412e096ba628b15568efba669ed542727248d (patch) | |
tree | e3d1cc6cfa093ba972746dee89c67c3adb305fab /security/rubygem-net-ssh-gateway/Makefile | |
parent | 80acae90d56e90c2414491889f6ed01813123930 (diff) | |
download | freebsd-ports-gnome-6a5412e096ba628b15568efba669ed542727248d.tar.gz freebsd-ports-gnome-6a5412e096ba628b15568efba669ed542727248d.tar.zst freebsd-ports-gnome-6a5412e096ba628b15568efba669ed542727248d.zip |
Update to 2.0.0
- Add LICENSE_FILE
Changes: https://github.com/net-ssh/net-ssh-gateway/blob/master/CHANGES.txt
Diffstat (limited to 'security/rubygem-net-ssh-gateway/Makefile')
-rw-r--r-- | security/rubygem-net-ssh-gateway/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/security/rubygem-net-ssh-gateway/Makefile b/security/rubygem-net-ssh-gateway/Makefile index 5460be95482c..41c44628cfe9 100644 --- a/security/rubygem-net-ssh-gateway/Makefile +++ b/security/rubygem-net-ssh-gateway/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= net-ssh-gateway -PORTVERSION= 1.2.0 +PORTVERSION= 2.0.0 CATEGORIES= security rubygems MASTER_SITES= RG @@ -9,8 +9,9 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Establish Net::SSH connections through firewalls LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= rubygem-net-ssh>=2.6.5:security/rubygem-net-ssh +RUN_DEPENDS= rubygem-net-ssh>=4.0.0:security/rubygem-net-ssh NO_ARCH= yes USE_RUBY= yes |