From owner-svn-ports-head@FreeBSD.ORG Tue Jul 23 12:04:41 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id ABB3678C; Tue, 23 Jul 2013 12:04:41 +0000 (UTC) (envelope-from culot@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9CF412AB8; Tue, 23 Jul 2013 12:04:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6NC4ffk095830; Tue, 23 Jul 2013 12:04:41 GMT (envelope-from culot@svn.freebsd.org) Received: (from culot@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6NC4f1D095827; Tue, 23 Jul 2013 12:04:41 GMT (envelope-from culot@svn.freebsd.org) Message-Id: <201307231204.r6NC4f1D095827@svn.freebsd.org> From: Frederic Culot Date: Tue, 23 Jul 2013 12:04:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r323528 - head/net/p5-Net-SSH2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Jul 2013 12:04:41 -0000 Author: culot Date: Tue Jul 23 12:04:40 2013 New Revision: 323528 URL: http://svnweb.freebsd.org/changeset/ports/323528 Log: - Update to 0.49 - Pet portlint(1) by changing tab into space in WWW link Changes: http://search.cpan.org/dist/Net-SSH2/Changes Approved by: jadawin@ (implicit, on holidays) Modified: head/net/p5-Net-SSH2/Makefile head/net/p5-Net-SSH2/distinfo head/net/p5-Net-SSH2/pkg-descr Modified: head/net/p5-Net-SSH2/Makefile ============================================================================== --- head/net/p5-Net-SSH2/Makefile Tue Jul 23 11:23:59 2013 (r323527) +++ head/net/p5-Net-SSH2/Makefile Tue Jul 23 12:04:40 2013 (r323528) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Net-SSH2 -PORTVERSION= 0.48 +PORTVERSION= 0.49 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/net/p5-Net-SSH2/distinfo ============================================================================== --- head/net/p5-Net-SSH2/distinfo Tue Jul 23 11:23:59 2013 (r323527) +++ head/net/p5-Net-SSH2/distinfo Tue Jul 23 12:04:40 2013 (r323528) @@ -1,2 +1,2 @@ -SHA256 (Net-SSH2-0.48.tar.gz) = b62c9fd708da50b0fc8a25d525e1416612b2095e377ec490651177c57de83a5d -SIZE (Net-SSH2-0.48.tar.gz) = 114268 +SHA256 (Net-SSH2-0.49.tar.gz) = 10b33c982df2a01a1f292dc85b82d5f618fcca48fd8889afcec1fc30f10900af +SIZE (Net-SSH2-0.49.tar.gz) = 114405 Modified: head/net/p5-Net-SSH2/pkg-descr ============================================================================== --- head/net/p5-Net-SSH2/pkg-descr Tue Jul 23 11:23:59 2013 (r323527) +++ head/net/p5-Net-SSH2/pkg-descr Tue Jul 23 12:04:40 2013 (r323528) @@ -9,4 +9,4 @@ The typical order is to create the SSH2 you want to use, call connect, authenticate with one of the auth methods, then create channels on the connection to perform commands. -WWW: http://search.cpan.org/dist/Net-SSH2/ +WWW: http://search.cpan.org/dist/Net-SSH2/