From owner-svn-ports-head@freebsd.org Mon Apr 10 09:14:45 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A2123D37821; Mon, 10 Apr 2017 09:14:45 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 5EB298C1; Mon, 10 Apr 2017 09:14:45 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v3A9EiNO039865; Mon, 10 Apr 2017 09:14:44 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3A9Eico039862; Mon, 10 Apr 2017 09:14:44 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201704100914.v3A9Eico039862@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Mon, 10 Apr 2017 09:14:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r438137 - head/security/clusterssh 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.23 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: Mon, 10 Apr 2017 09:14:45 -0000 Author: ehaupt Date: Mon Apr 10 09:14:44 2017 New Revision: 438137 URL: https://svnweb.freebsd.org/changeset/ports/438137 Log: Update to 4.09 PR: 218144 Approved by: maintainer timeout Modified: head/security/clusterssh/Makefile head/security/clusterssh/distinfo head/security/clusterssh/pkg-descr Modified: head/security/clusterssh/Makefile ============================================================================== --- head/security/clusterssh/Makefile Mon Apr 10 09:07:20 2017 (r438136) +++ head/security/clusterssh/Makefile Mon Apr 10 09:14:44 2017 (r438137) @@ -2,11 +2,8 @@ # $FreeBSD$ PORTNAME= clusterssh -PORTVERSION= 4.07 -PORTREVISION= 1 +PORTVERSION= 4.09 CATEGORIES= security net -MASTER_SITES= SF/${PORTNAME}/2.%20ClusterSSH%20Series%204 -DISTNAME= App-ClusterSSH-${PORTVERSION} MAINTAINER= lx@FreeBSD.org COMMENT= Controls multiple hosts simultaneously via xterms and ssh @@ -24,20 +21,28 @@ BUILD_DEPENDS= p5-File-Which>=0:sysutils p5-Exception-Class>=0:devel/p5-Exception-Class \ p5-Try-Tiny>=0:lang/p5-Try-Tiny \ p5-Tk>=0:x11-toolkits/p5-Tk \ - p5-X11-Protocol>=0:x11/p5-X11-Protocol \ p5-Sort-Naturally>=1:textproc/p5-Sort-Naturally \ + p5-X11-Protocol>=0:x11/p5-X11-Protocol \ + p5-X11-Protocol-Other>=0:x11/p5-X11-Protocol-Other \ xterm:x11/xterm RUN_DEPENDS= p5-Tk>=0:x11-toolkits/p5-Tk \ p5-X11-Protocol>=0:x11/p5-X11-Protocol \ + p5-X11-Protocol-Other>=0:x11/p5-X11-Protocol-Other \ p5-Exception-Class>=0:devel/p5-Exception-Class \ p5-Try-Tiny>=0:lang/p5-Try-Tiny \ p5-Sort-Naturally>=1:textproc/p5-Sort-Naturally \ xterm:x11/xterm -TEST_DEPENDS= p5-CPAN-Changes>=0:devel/p5-CPAN-Changes +TEST_DEPENDS= p5-CPAN-Changes>=0:devel/p5-CPAN-Changes \ + p5-Test-Differences>=0:devel/p5-Test-Differences \ + p5-Test-PerlTidy>=0:devel/p5-Test-PerlTidy USES= perl5 +USE_GITHUB= yes USE_PERL5= modbuild +GH_ACCOUNT= duncs +GH_TAGNAME= 4665a23 + OPTIONS_SUB= yes OPTIONS_DEFINE= BASH Modified: head/security/clusterssh/distinfo ============================================================================== --- head/security/clusterssh/distinfo Mon Apr 10 09:07:20 2017 (r438136) +++ head/security/clusterssh/distinfo Mon Apr 10 09:14:44 2017 (r438137) @@ -1,3 +1,3 @@ -TIMESTAMP = 1477388954 -SHA256 (App-ClusterSSH-4.07.tar.gz) = 6766af3f14ada4d947a1f13788b00e292cbbdcff459efe8a4468526399a5c59b -SIZE (App-ClusterSSH-4.07.tar.gz) = 89169 +TIMESTAMP = 1490543173 +SHA256 (duncs-clusterssh-4.09-4665a23_GH0.tar.gz) = 9445cfcf934f38756c265ba539fafe635bd08e130bb44048095a4687bcee08cf +SIZE (duncs-clusterssh-4.09-4665a23_GH0.tar.gz) = 73553 Modified: head/security/clusterssh/pkg-descr ============================================================================== --- head/security/clusterssh/pkg-descr Mon Apr 10 09:07:20 2017 (r438136) +++ head/security/clusterssh/pkg-descr Mon Apr 10 09:14:44 2017 (r438137) @@ -2,4 +2,4 @@ ClusterSSH controls a number of xterm wi console window to allow commands to be interactively run on multiple servers over an ssh connection. -WWW: http://clusterssh.sourceforge.net +WWW: https://github.com/duncs/clusterssh/