diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-05-19 07:13:52 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-05-19 07:13:52 +0000 |
commit | d9f25c2e856fdbf0ade7e751297f70590d8e7017 (patch) | |
tree | 8e6f0540e2a890c3f32d4d7994fd1603f138db82 /net | |
parent | ecd4c0d9359cb3ab440b4e3a4ce3b208b15a1468 (diff) | |
download | freebsd-ports-d9f25c2e856fdbf0ade7e751297f70590d8e7017.zip |
- Update to 0.1.51
- Pet portlint
PR: 189801
Submitted by: Bartek Rutkowski <ports@robakdesign.com>
Diffstat (limited to 'net')
-rw-r--r-- | net/jsch/Makefile | 4 | ||||
-rw-r--r-- | net/jsch/distinfo | 4 | ||||
-rw-r--r-- | net/jsch/pkg-descr | 6 |
3 files changed, 5 insertions, 9 deletions
diff --git a/net/jsch/Makefile b/net/jsch/Makefile index 09ef6466e296..3ed367d1cba2 100644 --- a/net/jsch/Makefile +++ b/net/jsch/Makefile @@ -2,12 +2,12 @@ # $FreeBSD$ PORTNAME= jsch -PORTVERSION= 0.1.49 +PORTVERSION= 0.1.51 CATEGORIES= net java security MASTER_SITES= SF MAINTAINER= miwi@FreeBSD.org -COMMENT= A pure Java implementation of SSH2 +COMMENT= Pure Java implementation of SSH2 USES= zip USE_JAVA= yes diff --git a/net/jsch/distinfo b/net/jsch/distinfo index 63913f7903b1..a0f895bdbc95 100644 --- a/net/jsch/distinfo +++ b/net/jsch/distinfo @@ -1,2 +1,2 @@ -SHA256 (jsch-0.1.49.zip) = c017dfd2533b86dd751a8b1caea0ab4f19bfb9199c207c94fbdddcfd2ba9bbfe -SIZE (jsch-0.1.49.zip) = 312322 +SHA256 (jsch-0.1.51.zip) = c031b863fbbfe861c5365e8cf403b24b2eb5b40d1c112a048a73f87b5e828c30 +SIZE (jsch-0.1.51.zip) = 339393 diff --git a/net/jsch/pkg-descr b/net/jsch/pkg-descr index 8fd8c720e8c4..b673bc923076 100644 --- a/net/jsch/pkg-descr +++ b/net/jsch/pkg-descr @@ -1,5 +1,3 @@ -[ excerpt from developer's web site ] - Sch is a pure Java implementation of SSH2. JSch allows you to connect to an sshd server and use port forwarding, X11 forwarding, file transfer, etc., and you can integrate its functionality into your @@ -13,6 +11,4 @@ X window system and X11 forwarding. Of course, we are also interested in adding other functionality - port forward, file transfer, terminal emulation, etc. -Visit these following web pages for more information: - -WWW: http://www.jcraft.com/jsch/ +WWW: http://www.jcraft.com/jsch |