Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Nov 2013 16:21:41 +0100 (CET)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/183900: [update] security/clusterssh -> 4.02, add license, support stage
Message-ID:  <201311121521.rACFLfMj062495@freefall.freebsd.org>
Resent-Message-ID: <201311121530.rACFU0er063088@freefall.freebsd.org>

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

>Number:         183900
>Category:       ports
>Synopsis:       [update] security/clusterssh -> 4.02, add license, support stage
>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:   Tue Nov 12 15:30:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Emanuel Haupt
>Release:        FreeBSD 10.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD freefall.freebsd.org 10.0-CURRENT FreeBSD 10.0-CURRENT #2 r255453: Mon Sep 16 12:43:32 UTC 2013 root@freefall.freebsd.org:/usr/obj/usr/src/sys/FREEFALL amd64


	
>Description:
- Update security/clusterssh to 4.02
- Add LICENSE
- Support staging
>How-To-Repeat:
	
>Fix:

	

--- clusterssh.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 333573)
+++ Makefile	(working copy)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	clusterssh
-PORTVERSION=	4.01
+PORTVERSION=	4.02
 CATEGORIES=	security net
 MASTER_SITES=	SF/${PORTNAME}/2.%20ClusterSSH%20Series%204
 DISTNAME=	App-ClusterSSH-${PORTVERSION}_01
@@ -10,6 +10,8 @@
 MAINTAINER=	lx@FreeBSD.org
 COMMENT=	Controls multiple hosts simultaneously via xterms and ssh
 
+LICENSE=	GPLv2
+
 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 \
@@ -24,15 +26,4 @@
 USES=		perl5
 USE_PERL5=	configure
 
-MAN1=		cssh.1 ccon.1 crsh.1 ctel.1
-MAN3=		App::ClusterSSH.3 \
-		App::ClusterSSH::Base.3 \
-		App::ClusterSSH::Cluster.3 \
-		App::ClusterSSH::Config.3 \
-		App::ClusterSSH::Helper.3 \
-		App::ClusterSSH::Host.3 \
-		App::ClusterSSH::L10N.3 \
-		App::ClusterSSH::L10N::en.3
-
-NO_STAGE=	yes
 .include <bsd.port.mk>
Index: distinfo
===================================================================
--- distinfo	(revision 333573)
+++ distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (App-ClusterSSH-4.01_01.tar.gz) = f164eda53846cb0a3a7e8bf7f9d677fe4c4ccf28507b12ccdaee981b40af05f6
-SIZE (App-ClusterSSH-4.01_01.tar.gz) = 85995
+SHA256 (App-ClusterSSH-4.02_01.tar.gz) = 4f1c1fc151f4dc38d3f5e5803fb39a2eee15b797650ca94cd6f673a670cdaad5
+SIZE (App-ClusterSSH-4.02_01.tar.gz) = 76109
Index: pkg-plist
===================================================================
--- pkg-plist	(revision 333573)
+++ pkg-plist	(working copy)
@@ -3,6 +3,10 @@
 bin/cscp
 bin/cssh
 bin/ctel
+man/man1/ccon.1.gz
+man/man1/crsh.1.gz
+man/man1/cssh.1.gz
+man/man1/ctel.1.gz
 %%SITE_PERL%%/App/ClusterSSH.pm
 %%SITE_PERL%%/App/ClusterSSH/Base.pm
 %%SITE_PERL%%/App/ClusterSSH/Cluster.pm
@@ -12,6 +16,14 @@
 %%SITE_PERL%%/App/ClusterSSH/L10N.pm
 %%SITE_PERL%%/App/ClusterSSH/L10N/en.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/App/ClusterSSH/.packlist
+%%PERL5_MAN3%%/App::ClusterSSH.3.gz
+%%PERL5_MAN3%%/App::ClusterSSH::Base.3.gz
+%%PERL5_MAN3%%/App::ClusterSSH::Cluster.3.gz
+%%PERL5_MAN3%%/App::ClusterSSH::Config.3.gz
+%%PERL5_MAN3%%/App::ClusterSSH::Helper.3.gz
+%%PERL5_MAN3%%/App::ClusterSSH::Host.3.gz
+%%PERL5_MAN3%%/App::ClusterSSH::L10N.3.gz
+%%PERL5_MAN3%%/App::ClusterSSH::L10N::en.3.gz
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/App/ClusterSSH
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/App
 @dirrmtry %%SITE_PERL%%/App/ClusterSSH/L10N
--- clusterssh.patch ends here ---


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



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