Bug 129577

Summary: [PATCH] sysutils/munin-main: does not honor BATCH/PACKAGE_BUILDING
Product: Ports & Packages Reporter: Peter Schuller <peter.schuller>
Component: Individual Port(s)Assignee: Dag-Erling Smørgrav <des>
Status: Closed FIXED    
Severity: Affects Only Me CC: des
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
munin-main-1.2.6.patch none

Description Peter Schuller 2008-12-11 19:40:03 UTC
Note that I am not an active munin user and thus have not tested the change in
any kind of production environment, though it seems safe.

Port maintainer (des@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-12-11 19:40:17 UTC
Responsible Changed
From-To: freebsd-ports-bugs->des

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-02-24 20:19:01 UTC
des         2010-02-24 20:18:51 UTC

  FreeBSD ports repository

  Modified files:
    .                    GIDs UIDs 
    sysutils/munin-common Makefile 
    sysutils/munin-master Makefile pkg-deinstall pkg-install 
                          pkg-plist 
    sysutils/munin-master/files pkg-message.in 
    sysutils/munin-node  Makefile pkg-deinstall pkg-install 
                         pkg-plist 
    sysutils/munin-node/files pkg-message.in 
  Added files:
    sysutils/munin-node/files 
                              patch-node-node.d.freebsd-if_.in.diff 
                              patch-node-node.d.freebsd-if_errcoll_.in.diff 
  Removed files:
    sysutils/munin-common/files pkg-message.in 
  Log:
  Massive cleanup of the Munin ports:
  
   - Use a fixed UID / GID
   - Fix handling of sample configs in plists
   - Add missing plist entries (mostly directories)
   - Use /var/munin instead of %D/var/munin
   - Consistently use %%FOODIR%% instead of ${PREFIX}/foo etc.
   - Honor BATCH / PACKAGE_BUILDING
   - Fix network throughput probes (if_ and if_errcoll_)
  
  PR:             120755, 120756, 124528, 129576, 129577, 143804
  Submitted by:   see PRs
  Feature safe:   yes
  
  Revision  Changes    Path
  1.88      +2 -1      ports/GIDs
  1.102     +2 -1      ports/UIDs
  1.2       +3 -4      ports/sysutils/munin-common/Makefile
  1.2       +0 -8      ports/sysutils/munin-common/files/pkg-message.in (dead)
  1.22      +12 -4     ports/sysutils/munin-master/Makefile
  1.4       +1 -1      ports/sysutils/munin-master/files/pkg-message.in
  1.5       +0 -35     ports/sysutils/munin-master/pkg-deinstall
  1.7       +0 -40     ports/sysutils/munin-master/pkg-install
  1.10      +6 -1      ports/sysutils/munin-master/pkg-plist
  1.31      +20 -8     ports/sysutils/munin-node/Makefile
  1.1       +16 -0     ports/sysutils/munin-node/files/patch-node-node.d.freebsd-if_.in.diff (new)
  1.1       +17 -0     ports/sysutils/munin-node/files/patch-node-node.d.freebsd-if_errcoll_.in.diff (new)
  1.3       +2 -2      ports/sysutils/munin-node/files/pkg-message.in
  1.5       +0 -11     ports/sysutils/munin-node/pkg-deinstall
  1.5       +0 -24     ports/sysutils/munin-node/pkg-install
  1.15      +15 -8     ports/sysutils/munin-node/pkg-plist
_______________________________________________
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 3 Dag-Erling Smørgrav freebsd_committer freebsd_triage 2010-02-24 20:23:33 UTC
State Changed
From-To: open->closed

Committed, thanks.