Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Apr 2017 09:14:44 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r438137 - head/security/clusterssh
Message-ID:  <201704100914.v3A9Eico039862@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704100914.v3A9Eico039862>