Bug 189801 - [PATCH] net/jsch: update to 0.1.51
Summary: [PATCH] net/jsch: update to 0.1.51
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-14 14:40 UTC by Bartek Rutkowski
Modified: 2014-05-19 08:20 UTC (History)
1 user (show)

See Also:


Attachments
jsch-0.1.51.patch (1.45 KB, patch)
2014-05-14 14:40 UTC, Bartek Rutkowski
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Bartek Rutkowski freebsd_committer freebsd_triage 2014-05-14 14:40:02 UTC
- Update to 0.1.51
- Pet portlint

http://poudriere.ithil.palantiri.org:8080/latest-per-pkg/jsch/0.1.51/

Port maintainer (miwi@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 1.02 (mode: update, diff: SVN)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-05-14 14:40:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2014-05-19 08:13:54 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2014-05-19 08:13:57 UTC
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@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@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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"