From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Mar 24 16:10:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id A2082C3A for ; Sun, 24 Mar 2013 16:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 876A425F for ; Sun, 24 Mar 2013 16:10:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r2OGA2qt080266 for ; Sun, 24 Mar 2013 16:10:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r2OGA2bT080265; Sun, 24 Mar 2013 16:10:02 GMT (envelope-from gnats) Resent-Date: Sun, 24 Mar 2013 16:10:02 GMT Resent-Message-Id: <201303241610.r2OGA2bT080265@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, William Grzybowski Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 0571963D for ; Sun, 24 Mar 2013 16:01:12 +0000 (UTC) (envelope-from william88@gmail.com) Received: from mail-gh0-f181.google.com (mail-gh0-f181.google.com [209.85.160.181]) by mx1.freebsd.org (Postfix) with ESMTP id C3DC11E2 for ; Sun, 24 Mar 2013 16:01:11 +0000 (UTC) Received: by mail-gh0-f181.google.com with SMTP id 3so7617ghz.26 for ; Sun, 24 Mar 2013 09:01:05 -0700 (PDT) Received: from localhost ([177.157.10.63]) by mx.google.com with ESMTPS id s10sm13998599yhj.13.2013.03.24.09.01.02 (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 24 Mar 2013 09:01:04 -0700 (PDT) Message-Id: <514f2340.0a93ec0a.74be.ffff9075@mx.google.com> Date: Sun, 24 Mar 2013 09:01:04 -0700 (PDT) From: William Grzybowski To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/177346: [PATCH] security/clusterssh: fix plist and man X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: William Grzybowski List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Mar 2013 16:10:02 -0000 >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 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: