ports/177346: [PATCH] security/clusterssh: fix plist and man
William Grzybowski
william88 at gmail.com
Sun Mar 24 16:10:02 UTC 2013
>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
- at 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
- at 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
+ at dirrmtry lib/perl5/site_perl
+ at dirrmtry lib/perl5/%%PERL_VER%%/man/man3
+ at dirrmtry lib/perl5/%%PERL_VER%%/man
+ at dirrmtry lib/perl5/%%PERL_VER%%
+ at dirrmtry lib/perl5
+ at dirrm %%SITE_PERL%%/App/ClusterSSH/L10N
+ at dirrm %%SITE_PERL%%/App/ClusterSSH
@dirrmtry %%SITE_PERL%%/App
-bin/cssh
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/App/ClusterSSH
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/App
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%
+ at dirrmtry %%SITE_PERL%%
--- clusterssh.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list