From ehaupt@FreeBSD.org  Tue Nov 12 15:21:41 2013
Return-Path: <ehaupt@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id 5EA8F5A6
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 12 Nov 2013 15:21:41 +0000 (UTC)
Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87])
	(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 3F32B2486
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 12 Nov 2013 15:21:41 +0000 (UTC)
Received: from freefall.freebsd.org (localhost [127.0.0.1])
	by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rACFLf7B062496
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 12 Nov 2013 15:21:41 GMT
	(envelope-from ehaupt@freefall.freebsd.org)
Received: (from ehaupt@localhost)
	by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rACFLfMj062495;
	Tue, 12 Nov 2013 16:21:41 +0100 (CET)
	(envelope-from ehaupt)
Message-Id: <201311121521.rACFLfMj062495@freefall.freebsd.org>
Date: Tue, 12 Nov 2013 16:21:41 +0100 (CET)
From: Emanuel Haupt <ehaupt@FreeBSD.org>
Reply-To: Emanuel Haupt <ehaupt@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [update] security/clusterssh -> 4.02, add license, support stage
X-Send-Pr-Version: 3.114
X-GNATS-Notify:

>Number:         183900
>Category:       ports
>Synopsis:       [update] security/clusterssh -> 4.02, add license, support stage
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    lx
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 12 15:30:00 UTC 2013
>Closed-Date:    Tue Jan 28 20:08:20 UTC 2014
>Last-Modified:  Tue Jan 28 20:10:00 UTC 2014
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->lx 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Tue Nov 12 15:30:08 UTC 2013 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=183900 
State-Changed-From-To: open->closed 
State-Changed-By: lx 
State-Changed-When: Tue Jan 28 20:08:09 UTC 2014 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=183900 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/183900: commit references a PR
Date: Tue, 28 Jan 2014 20:05:58 +0000 (UTC)

 Author: lx
 Date: Tue Jan 28 20:05:49 2014
 New Revision: 341651
 URL: http://svnweb.freebsd.org/changeset/ports/341651
 QAT: https://qat.redports.org/buildarchive/r341651/
 
 Log:
   Update to 4.02.
   
   PR:		ports/183900
   Submitted by:	ehaupt@
 
 Modified:
   head/security/clusterssh/Makefile
   head/security/clusterssh/distinfo
   head/security/clusterssh/pkg-plist
 
 Modified: head/security/clusterssh/Makefile
 ==============================================================================
 --- head/security/clusterssh/Makefile	Tue Jan 28 19:51:21 2014	(r341650)
 +++ head/security/clusterssh/Makefile	Tue Jan 28 20:05:49 2014	(r341651)
 @@ -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 @@ DISTNAME=	App-ClusterSSH-${PORTVERSION}_
  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 @@ RUN_DEPENDS=	p5-Tk>=0:${PORTSDIR}/x11-to
  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>
 
 Modified: head/security/clusterssh/distinfo
 ==============================================================================
 --- head/security/clusterssh/distinfo	Tue Jan 28 19:51:21 2014	(r341650)
 +++ head/security/clusterssh/distinfo	Tue Jan 28 20:05:49 2014	(r341651)
 @@ -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
 
 Modified: head/security/clusterssh/pkg-plist
 ==============================================================================
 --- head/security/clusterssh/pkg-plist	Tue Jan 28 19:51:21 2014	(r341650)
 +++ head/security/clusterssh/pkg-plist	Tue Jan 28 20:05:49 2014	(r341651)
 @@ -3,6 +3,10 @@ bin/crsh
  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 @@ bin/ctel
  %%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
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
