Bug 152449 - [PATCH] net-mgmt/collectd missing perl lib for collection cgi
Summary: [PATCH] net-mgmt/collectd missing perl lib for collection cgi
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: Philippe Audeoud
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-21 15:40 UTC by phil
Modified: 2010-11-22 15:30 UTC (History)
0 users

See Also:


Attachments
collectd_cgi.patch (551 bytes, patch)
2010-11-21 15:40 UTC, phil
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description phil 2010-11-21 15:40:11 UTC
	collection.cgi needs HTML::Entities. The patch add run depend on www/p5-HTML-Parser who provide HTML::Entities.

How-To-Repeat: 	Try to run collection.cgi without p5-HTML-Parser installed :)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-11-21 15:40:16 UTC
Maintainer of net-mgmt/collectd,

Please note that PR ports/152449 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/152449

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2010-11-21 15:40:18 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Krzysztof 2010-11-21 16:52:19 UTC
Hi,

On Sun, Nov 21, 2010 at 03:40:16PM +0000, Edwin Groothuis wrote:
> Maintainer of net-mgmt/collectd,
> 
> Please note that PR ports/152449 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/152449
> 
> -- 
> Edwin Groothuis via the GNATS Auto Assign Tool
> edwin@FreeBSD.org
> 
I approve.

Greetings,
-- 
Krzysztof Stryjek
UNIX administrator/Juniper Networks Specialist
email: wtp (at) bsdserwis (dot) com
http://www.linkedin.com/in/KrzysztofStryjek
GPG fingerprint: 8BD7 40CE 8994 0BBE CE6C  91CD 1292 8959 DC61 0E76

In theory, there is no difference between theory and practice.
In practice, there is.
Comment 4 Philippe Audeoud freebsd_committer freebsd_triage 2010-11-22 13:53:58 UTC
Responsible Changed
From-To: freebsd-ports-bugs->jadawin

I'll take it.
Comment 5 dfilter service freebsd_committer freebsd_triage 2010-11-22 15:25:18 UTC
jadawin     2010-11-22 15:25:11 UTC

  FreeBSD ports repository

  Modified files:
    net-mgmt/collectd    Makefile distinfo 
  Log:
  - Add missing perl modules (p5-HTML-Parser) for cgi
  - Bump PORTREVISION
  - While I'm here cleaning MD5 in distinfo
  
  PR:             ports/152449
  Submitted by:   Philippe Pepiot <phil AT philpep.org>
  Approved by:    maintainer
  
  Revision  Changes    Path
  1.18      +3 -1      ports/net-mgmt/collectd/Makefile
  1.5       +0 -1      ports/net-mgmt/collectd/distinfo
_______________________________________________
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"
Comment 6 Philippe Audeoud freebsd_committer freebsd_triage 2010-11-22 15:26:46 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!