Bug 208024 - [patch] www/varnish-nagios update to latest tag/unbreak build
Summary: [patch] www/varnish-nagios update to latest tag/unbreak build
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Dominic Fandrey
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2016-03-15 13:22 UTC by marc
Modified: 2016-05-01 19:01 UTC (History)
2 users (show)

See Also:


Attachments
diff to unbreak www/varnish-nagios (1.12 KB, patch)
2016-03-15 13:22 UTC, marc
no flags Details | Diff
Revised patch (1.81 KB, patch)
2016-03-17 12:42 UTC, marc
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description marc 2016-03-15 13:22:12 UTC
Created attachment 168237 [details]
diff to unbreak www/varnish-nagios

Hi,

attached is a diff to unbreak www/varnish-nagios.
Comment 1 marc 2016-03-15 13:50:47 UTC
To check with nrpe as user nagios, the check needs sudo to work properly. Add something like following line to /etc/sudoers:

nagios ALL=NOPASSWD: /usr/local/libexec/nagios/check_varnish
Comment 2 marc 2016-03-17 12:42:11 UTC
Created attachment 168322 [details]
Revised patch

Revised patch to include security/sudo as RUN_DEPENDS
Comment 3 Dominic Fandrey freebsd_committer freebsd_triage 2016-03-17 12:45:30 UTC
I'm taking this.
Comment 4 commit-hook freebsd_committer freebsd_triage 2016-05-01 18:57:47 UTC
A commit references this bug:

Author: kami
Date: Sun May  1 18:57:22 UTC 2016
New revision: 414417
URL: https://svnweb.freebsd.org/changeset/ports/414417

Log:
  Unbreak by updating to the latest version on GH.

  PR:		ports/208024
  Submitted by:	marc@mpeters.org
  Reported by:	marc@mpeters.org
  Reviewed by:	cs
  Approved by:	cs
  Differential Revision:	https://reviews.freebsd.org/D5744

Changes:
  head/www/varnish-nagios/Makefile
  head/www/varnish-nagios/distinfo
  head/www/varnish-nagios/files/
  head/www/varnish-nagios/files/pkg-message.in
Comment 5 Dominic Fandrey freebsd_committer freebsd_triage 2016-05-01 19:01:31 UTC
Committed with minor changes. Thanks!