Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Mar 2013 09:01:04 -0700 (PDT)
From:      William Grzybowski <william88@gmail.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/177346: [PATCH] security/clusterssh: fix plist and man
Message-ID:  <514f2340.0a93ec0a.74be.ffff9075@mx.google.com>
Resent-Message-ID: <201303241610.r2OGA2bT080265@freefall.freebsd.org>

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

>Number:         177346
>Category:       ports
>Synopsis:       [PATCH] security/clusterssh: fix plist and man
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Mar 24 16:10:02 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     William Grzybowski
>Release:        FreeBSD 9.1-RELEASE amd64
>Organization:
>Environment:
>Description:

	Fix pkg-plist and man list
	Caught by pointyhat

>How-To-Repeat:
>Fix:

	See attached patch


--- clusterssh.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 315078)
+++ Makefile	(working copy)
@@ -25,6 +25,6 @@
 USE_PERL5=	yes
 PERL_CONFIGURE=	yes
 
-MAN1=		cssh.1
+MAN1=		cssh.1 crsh.1 ccon.1 ctel.1
 
 .include <bsd.port.mk>
Index: pkg-plist
===================================================================
--- pkg-plist	(revision 315078)
+++ pkg-plist	(working copy)
@@ -1,12 +1,35 @@
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/App/ClusterSSH/.packlist
+%%SITE_PERL%%/App/ClusterSSH.pm
+%%SITE_PERL%%/App/ClusterSSH/Base.pm
+%%SITE_PERL%%/App/ClusterSSH/Cluster.pm
+%%SITE_PERL%%/App/ClusterSSH/Config.pm
+%%SITE_PERL%%/App/ClusterSSH/Helper.pm
+%%SITE_PERL%%/App/ClusterSSH/Host.pm
+%%SITE_PERL%%/App/ClusterSSH/L10N.pm
 %%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
+bin/ccon
+bin/crsh
+bin/cscp
+bin/cssh
+bin/ctel
+lib/perl5/%%PERL_VER%%/man/man3/App::ClusterSSH.3
+lib/perl5/%%PERL_VER%%/man/man3/App::ClusterSSH::Base.3
+lib/perl5/%%PERL_VER%%/man/man3/App::ClusterSSH::Cluster.3
+lib/perl5/%%PERL_VER%%/man/man3/App::ClusterSSH::Config.3
+lib/perl5/%%PERL_VER%%/man/man3/App::ClusterSSH::Helper.3
+lib/perl5/%%PERL_VER%%/man/man3/App::ClusterSSH::Host.3
+lib/perl5/%%PERL_VER%%/man/man3/App::ClusterSSH::L10N.3
+lib/perl5/%%PERL_VER%%/man/man3/App::ClusterSSH::L10N::en.3
+@dirrmtry lib/perl5/site_perl
+@dirrmtry lib/perl5/%%PERL_VER%%/man/man3
+@dirrmtry lib/perl5/%%PERL_VER%%/man
+@dirrmtry lib/perl5/%%PERL_VER%%
+@dirrmtry lib/perl5
+@dirrm %%SITE_PERL%%/App/ClusterSSH/L10N
+@dirrm %%SITE_PERL%%/App/ClusterSSH
 @dirrmtry %%SITE_PERL%%/App
-bin/cssh
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/App/ClusterSSH
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/App
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%
+@dirrmtry %%SITE_PERL%%
--- 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?514f2340.0a93ec0a.74be.ffff9075>