From owner-svn-ports-all@FreeBSD.ORG Mon May 19 07:13:53 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B8A00659; Mon, 19 May 2014 07:13:53 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8CA04283A; Mon, 19 May 2014 07:13:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4J7Druu097044; Mon, 19 May 2014 07:13:53 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4J7DrgO097041; Mon, 19 May 2014 07:13:53 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201405190713.s4J7DrgO097041@svn.freebsd.org> From: Martin Wilke Date: Mon, 19 May 2014 07:13:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r354498 - head/net/jsch X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 May 2014 07:13:53 -0000 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 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@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