ports/75886: [maintainer update] sysutils/munin-main 1.0.4 -> 1.0.5

Lupe Christoph lupe at lupe-christoph.de
Thu Jan 6 14:50:26 UTC 2005


>Number:         75886
>Category:       ports
>Synopsis:       [maintainer update] sysutils/munin-main 1.0.4 -> 1.0.5
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 06 14:50:25 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Lupe Christoph
>Release:        FreeBSD 5.3-RELEASE i386
>Organization:
>Environment:
System: FreeBSD vmw-freebsd5.lupe-christoph.de 5.3-RELEASE FreeBSD 5.3-RELEASE #0: Sun Nov 7 16:52:12 CET 2004 lupe at vmw-freebsd5.lupe-christoph.de:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
	Update to support Munin 1.0.5.
	Put logfiles in /var/log/munin-main rather than /var/log.
	Create /var/log/munin-main, munin:munin.
	Change group of all munin-main directories to munin.

	Files changed:
		Makefile
		distinfo
		pkg-install
>How-To-Repeat:
	
>Fix:

	

--- munin-main-1.0.5.patch begins here ---
diff -ruN /usr/ports/sysutils/munin-main/Makefile munin-main-1.0.5/Makefile
--- /usr/ports/sysutils/munin-main/Makefile	Sat Dec 25 10:22:52 2004
+++ munin-main-1.0.5/Makefile	Thu Jan  6 11:56:36 2005
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	munin
-PORTVERSION=	1.0.4
+PORTVERSION=	1.0.5
 CATEGORIES=	sysutils perl5
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	munin
diff -ruN /usr/ports/sysutils/munin-main/distinfo munin-main-1.0.5/distinfo
--- /usr/ports/sysutils/munin-main/distinfo	Sat Dec 25 10:22:52 2004
+++ munin-main-1.0.5/distinfo	Thu Jan  6 11:56:51 2005
@@ -1,2 +1,2 @@
-MD5 (munin_1.0.4.tar.gz) = 00721181e1ff81be85ad89307457d998
-SIZE (munin_1.0.4.tar.gz) = 214902
+MD5 (munin_1.0.5.tar.gz) = bf9694f0ace0af91c848f92b764b46fa
+SIZE (munin_1.0.5.tar.gz) = 215578
diff -ruN /usr/ports/sysutils/munin-main/files/patch-Makefile.config munin-main-1.0.5/files/patch-Makefile.config
--- /usr/ports/sysutils/munin-main/files/patch-Makefile.config	Tue Mar  2 16:52:48 2004
+++ munin-main-1.0.5/files/patch-Makefile.config	Thu Jan  6 13:20:28 2005
@@ -49,7 +49,7 @@
  
  # Where Munin should place its logs.
 -LOGDIR     = $(DESTDIR)/var/log/munin
-+LOGDIR     = /var/log
++LOGDIR     = /var/log/munin-main
  
  # Location of PID files and other statefiles. On the server, must be
  # writable by the user "munin".
diff -ruN /usr/ports/sysutils/munin-main/pkg-install munin-main-1.0.5/pkg-install
--- /usr/ports/sysutils/munin-main/pkg-install	Sat Jun 12 19:41:59 2004
+++ munin-main-1.0.5/pkg-install	Thu Jan  6 13:19:42 2005
@@ -74,9 +74,9 @@
 make_directories() {
 	for dir in ${PKG_PREFIX}/www/data/munin \
                    ${PKG_PREFIX}/var/munin \
-                   /var/run/munin; do
+                   /var/run/munin /var/log/munin-main; do
 		mkdir -p $dir
-		chown munin $dir
+		chown munin:munin $dir
 	done
 }
 
--- munin-main-1.0.5.patch ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list