svn commit: r354498 - head/net/jsch

Martin Wilke miwi at FreeBSD.org
Mon May 19 07:13:53 UTC 2014


Author: miwi
Date: Mon May 19 07:13:52 2014
New Revision: 354498
URL: http://svnweb.freebsd.org/changeset/ports/354498
QAT: https://qat.redports.org/buildarchive/r354498/

Log:
  - Update to 0.1.51
  - Pet portlint
  
  PR:		189801
  Submitted by:	Bartek Rutkowski <ports at robakdesign.com>

Modified:
  head/net/jsch/Makefile
  head/net/jsch/distinfo
  head/net/jsch/pkg-descr

Modified: head/net/jsch/Makefile
==============================================================================
--- head/net/jsch/Makefile	Mon May 19 07:13:10 2014	(r354497)
+++ head/net/jsch/Makefile	Mon May 19 07:13:52 2014	(r354498)
@@ -2,12 +2,12 @@
 # $FreeBSD$
 
 PORTNAME=	jsch
-PORTVERSION=	0.1.49
+PORTVERSION=	0.1.51
 CATEGORIES=	net java security
 MASTER_SITES=	SF
 
 MAINTAINER=	miwi at FreeBSD.org
-COMMENT=	A pure Java implementation of SSH2
+COMMENT=	Pure Java implementation of SSH2
 
 USES=		zip
 USE_JAVA=	yes

Modified: head/net/jsch/distinfo
==============================================================================
--- head/net/jsch/distinfo	Mon May 19 07:13:10 2014	(r354497)
+++ head/net/jsch/distinfo	Mon May 19 07:13:52 2014	(r354498)
@@ -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

Modified: head/net/jsch/pkg-descr
==============================================================================
--- head/net/jsch/pkg-descr	Mon May 19 07:13:10 2014	(r354497)
+++ head/net/jsch/pkg-descr	Mon May 19 07:13:52 2014	(r354498)
@@ -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 c
 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


More information about the svn-ports-all mailing list