Bug 132767 - [PATCH] net-mgmt/p5-NetApp: Missing dependency
Summary: [PATCH] net-mgmt/p5-NetApp: Missing dependency
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Li-Wen Hsu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-18 07:00 UTC by Hsin-Han You
Modified: 2009-03-25 18:20 UTC (History)
1 user (show)

See Also:


Attachments
p5-NetApp-1.1.2_1.patch (844 bytes, patch)
2009-03-18 07:00 UTC, Hsin-Han You
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Hsin-Han You 2009-03-18 07:00:13 UTC
Missing p5-Clone as RUN_DEPEND,
A simple perl script like this will go wrong.

#!/usr/bin/perl

use NetApp::Filer;
use strict;

my $hostname = "somehost";

my $netapp = NetApp::Filer->new({
    hostname        => $hostname,
    ssh_command     => [ @ssh_command ],
    });

Running this script will cause:

BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/5.8.8/NetApp/Filer.pm line 19.


Port maintainer (snowfly@yuntech.edu.tw) is cc'd.

Generated with FreeBSD Port Tools 0.77

How-To-Repeat: Install net-mgmt/p5-NetApp without devel/p5-Clone
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-03-18 07:00:23 UTC
Maintainer of net-mgmt/p5-NetApp,

Please note that PR ports/132767 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/132767

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2009-03-18 07:00:25 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Li-Wen Hsu freebsd_committer freebsd_triage 2009-03-18 07:11:17 UTC
Responsible Changed
From-To: freebsd-ports-bugs->lwhsu

I'll take it.
Comment 4 Tsung-Han Yeh 2009-03-25 15:23:02 UTC
Hi:

I approve this PR, please commit it.
Thanks.


Best Regards,
snowfly.
Comment 5 Li-Wen Hsu freebsd_committer freebsd_triage 2009-03-25 16:52:09 UTC
State Changed
From-To: feedback->open

Maintainer has approved.
Comment 6 Li-Wen Hsu freebsd_committer freebsd_triage 2009-03-25 18:17:21 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 7 dfilter service freebsd_committer freebsd_triage 2009-03-25 18:17:26 UTC
lwhsu       2009-03-25 18:17:13 UTC

  FreeBSD ports repository

  Modified files:
    net-mgmt/p5-NetApp   Makefile 
  Log:
  - Add devel/p5-Clone to RUN_DEPEND
  
  PR:             ports/132767
  Submitted by:   Hsin-Han You <hhyou AT cs.nctu.edu.tw>
  Approved by:    "snowfly" <snowfly AT yuntech.edu.tw> (maintainer)
  
  Revision  Changes    Path
  1.2       +3 -1      ports/net-mgmt/p5-NetApp/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"