Bug 73377 - Update port: sysutils/munin-node 1.0.2 -> 1.0.3
Summary: Update port: sysutils/munin-node 1.0.2 -> 1.0.3
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: Yen-Ming Lee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-01 11:00 UTC by Lupe Christoph
Modified: 2004-11-16 15:17 UTC (History)
0 users

See Also:


Attachments
munin-node.diff (968 bytes, patch)
2004-11-01 11:00 UTC, Lupe Christoph
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Lupe Christoph 2004-11-01 11:00:45 UTC
	Update to support 1.0.3
	Make portlint happy by moving the BUILD_DEPENDS line

	Files changed:
		Makefile
		distinfo
Comment 1 Lupe Christoph 2004-11-01 12:32:11 UTC
I found PR#72104 too late. Had I received the CC Yen-Ming Lee talks
about, I would never have approved his patch. The following patch undoes
the damage.

- remove etc/munin/VERSION.node again!
  Nobody reads CVS comments. This was removed in version 1.2 of this
  file after having been added by an overzealous committer.
- add a @comment about this to prevent this from happening a third time.
- re-add files unlisted by revision 1.5. I have no idea why they were
  missing on Yen-Ming Lee's system.

Lupe Christoph

--- /usr/ports/sysutils/munin-node/pkg-plist	Sun Oct 31 12:50:03 2004
+++ munin-node/pkg-plist	Mon Nov  1 13:24:48 2004
@@ -1,4 +1,4 @@
-etc/munin/VERSION.node
+@comment etc/munin/VERSION.node must remain for upgrade version check
 etc/munin/munin-node.conf
 etc/munin/plugin-conf.d/plugins.conf
 etc/rc.d/munin-node.sh
@@ -12,6 +12,7 @@
 %%DATADIR%%/plugins/apache_volume
 %%DATADIR%%/plugins/apc_envunit_
 %%DATADIR%%/plugins/bind9
+%%DATADIR%%/plugins/cpu
 %%DATADIR%%/plugins/df
 %%DATADIR%%/plugins/df_inode
 %%DATADIR%%/plugins/exim_mailqueue
@@ -19,9 +20,13 @@
 %%DATADIR%%/plugins/folding@home
 %%DATADIR%%/plugins/hddtemp
 %%DATADIR%%/plugins/hddtemp2
+%%DATADIR%%/plugins/if_
+%%DATADIR%%/plugins/if_errcoll_
 %%DATADIR%%/plugins/ipac-ng
 %%DATADIR%%/plugins/ircu
+%%DATADIR%%/plugins/load
 %%DATADIR%%/plugins/mailman
+%%DATADIR%%/plugins/memory
 %%DATADIR%%/plugins/multips
 %%DATADIR%%/plugins/munin_graph
 %%DATADIR%%/plugins/munin_update
@@ -31,12 +36,15 @@
 %%DATADIR%%/plugins/mysql_slowqueries
 %%DATADIR%%/plugins/mysql_threads
 %%DATADIR%%/plugins/named
+%%DATADIR%%/plugins/netstat
+%%DATADIR%%/plugins/open_files
 %%DATADIR%%/plugins/plugins.history
 %%DATADIR%%/plugins/pm3users
 %%DATADIR%%/plugins/pop_stats
 %%DATADIR%%/plugins/postfix_mailqueue
 %%DATADIR%%/plugins/postfix_mailstats
 %%DATADIR%%/plugins/postfix_mailvolume
+%%DATADIR%%/plugins/processes
 %%DATADIR%%/plugins/ps_
 %%DATADIR%%/plugins/psu_
 %%DATADIR%%/plugins/samba
@@ -57,6 +65,7 @@
 %%DATADIR%%/plugins/squid_requests
 %%DATADIR%%/plugins/squid_traffic
 %%DATADIR%%/plugins/surfboard
+%%DATADIR%%/plugins/swap
 %%DATADIR%%/plugins/sybase_space
 %%DATADIR%%/plugins/vmstat
 @unexec rmdir %D/var/munin/plugin-state 2>/dev/null || true
-- 
| lupe@lupe-christoph.de       |           http://www.lupe-christoph.de/ |
| "... putting a mail server on the Internet without filtering is like   |
| covering yourself with barbecue sauce and breaking into the Charity    |
| Home for Badgers with Rabies.                            Michael Lucas |
Comment 2 Volker Stolz freebsd_committer freebsd_triage 2004-11-16 13:43:19 UTC
Responsible Changed
From-To: freebsd-ports-bugs->leeym

leeym last touched it.
Comment 3 Yen-Ming Lee freebsd_committer freebsd_triage 2004-11-16 15:16:54 UTC
State Changed
From-To: open->closed

- undo the damage that made by an overzealous committer (yes, me, leeym@) 
- commit the patch **EXACTLY** as maintainer's wish