Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Dec 2012 20:06:47 GMT
From:      Oleg Ginzburg <olevole@olevole.ru>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/174340: security/clusterssh update to 4.01
Message-ID:  <201212102006.qBAK6l8W066408@red.freebsd.org>
Resent-Message-ID: <201212102010.qBAKA073099476@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         174340
>Category:       ports
>Synopsis:       security/clusterssh update to 4.01
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Dec 10 20:10:00 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Oleg Ginzburg
>Release:        10-CURRENT
>Organization:
>Environment:
>Description:
update clusterssh to 4.01

Notes: Major change is the deprecation of the ~/.csshrc file. Now clusterssh 
uses the ~/.clusterssh directory. See documentations for details.

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN clusterssh.bak/Makefile clusterssh/Makefile
--- clusterssh.bak/Makefile	2012-11-17 10:01:02.000000000 +0400
+++ clusterssh/Makefile	2012-12-11 00:04:28.000000000 +0400
@@ -6,21 +6,29 @@
 #
 
 PORTNAME=	clusterssh
-PORTVERSION=	3.28
-PORTREVISION=	1
+PORTVERSION=	4.01
 CATEGORIES=	security net
-MASTER_SITES=	SF/${PORTNAME}/1.%20ClusterSSH%20Series%203/${PORTVERSION}
+MASTER_SITES=	SF/${PORTNAME}/2.%20ClusterSSH%20Series%204
+DISTNAME=	App-ClusterSSH-${PORTVERSION}_01
 
 MAINTAINER=	lx@FreeBSD.org
 COMMENT=	Controls multiple hosts simultaneously via xterms and ssh
 
 RUN_DEPENDS=	p5-Tk>=0:${PORTSDIR}/x11-toolkits/p5-Tk \
-		p5-X11-Protocol>=0:${PORTSDIR}/x11/p5-X11-Protocol
+		p5-X11-Protocol>=0:${PORTSDIR}/x11/p5-X11-Protocol \
+		p5-Exception-Class>=0:${PORTSDIR}/devel/p5-Exception-Class \
+		p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny
+
+BUILD_DEPENDS=	p5-File-Which>=0:${PORTSDIR}/sysutils/p5-File-Which \
+		p5-Readonly>=0:${PORTSDIR}/devel/p5-Readonly \
+		p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod \
+		p5-Test-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Test-Pod-Coverage \
+		p5-Test-Trap>=0:${PORTSDIR}/devel/p5-Test-Trap \
+		p5-Module-Manifest>=0:${PORTSDIR}/devel/p5-Module-Manifest
 
 USE_PERL5=	yes
-GNU_CONFIGURE=	yes
+PERL_CONFIGURE=	yes
 
-PLIST_FILES=	bin/cssh
 MAN1=		cssh.1
 
 .include <bsd.port.mk>
diff -ruN clusterssh.bak/distinfo clusterssh/distinfo
--- clusterssh.bak/distinfo	2011-07-03 18:02:36.000000000 +0400
+++ clusterssh/distinfo	2012-12-10 23:20:49.000000000 +0400
@@ -1,2 +1,2 @@
-SHA256 (clusterssh-3.28.tar.gz) = 27e7c0feb652d980229c5fe07f9d6bfe4eb1e3becafaf0e82a5409a9f67d8faf
-SIZE (clusterssh-3.28.tar.gz) = 103780
+SHA256 (App-ClusterSSH-4.01_01.tar.gz) = f164eda53846cb0a3a7e8bf7f9d677fe4c4ccf28507b12ccdaee981b40af05f6
+SIZE (App-ClusterSSH-4.01_01.tar.gz) = 85995
diff -ruN clusterssh.bak/pkg-plist clusterssh/pkg-plist
--- clusterssh.bak/pkg-plist	1970-01-01 03:00:00.000000000 +0300
+++ clusterssh/pkg-plist	2012-12-11 00:01:11.000000000 +0400
@@ -0,0 +1,11 @@
+%%SITE_PERL%%/App/ClusterSSH/L10N/en.pm
+%%SITE_PERL%%/App/ClusterSSH/L10N.pm
+@dirrmtry %%SITE_PERL%%/App/ClusterSSH/L10N
+%%SITE_PERL%%/App/ClusterSSH/Host.pm
+%%SITE_PERL%%/App/ClusterSSH/Helper.pm
+%%SITE_PERL%%/App/ClusterSSH/Config.pm
+%%SITE_PERL%%/App/ClusterSSH/Cluster.pm
+%%SITE_PERL%%/App/ClusterSSH/Base.pm
+%%SITE_PERL%%/App/ClusterSSH.pm
+@dirrmtry %%SITE_PERL%%/App/ClusterSSH
+@dirrmtry %%SITE_PERL%%/App


>Release-Note:
>Audit-Trail:
>Unformatted:



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