ports/79126: [maintainer update] sysutils/munin-main 1.2.0 -> 1.2.2

Lupe Christoph lupe at lupe-christoph.de
Tue Mar 22 12:40:03 UTC 2005


>Number:         79126
>Category:       ports
>Synopsis:       [maintainer update] sysutils/munin-main 1.2.0 -> 1.2.2
>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:   Tue Mar 22 12:40:02 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.2.2
	Remove files/patch-munin-limits.in. The patch has been
		integrated in Munin.
	Files changed:
		Makefile
		distinfo
	Files removed:
		files/patch-munin-limits.in
>How-To-Repeat:
>Fix:

--- munin-main-1.2.2.patch begins here ---
diff -ruN /usr/ports/sysutils/munin-main/Makefile munin-main-1.2.2/Makefile
--- /usr/ports/sysutils/munin-main/Makefile	Tue Mar 22 12:36:04 2005
+++ munin-main-1.2.2/Makefile	Thu Mar 17 11:22:48 2005
@@ -2,11 +2,11 @@
 # Date created:				25 Januar 2004
 # Whom:					Lupe Christoph <lupe at lupe-christoph.de>
 #
-# $FreeBSD: ports/sysutils/munin-main/Makefile,v 1.8 2005/03/04 17:45:10 sem Exp $
+# $FreeBSD: ports/sysutils/munin-main/Makefile,v 1.7 2004/12/14 01:43:10 sem Exp $
 #
 
 PORTNAME=	munin
-PORTVERSION=	1.2.0
+PORTVERSION=	1.2.2
 CATEGORIES=	sysutils perl5
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	munin
diff -ruN /usr/ports/sysutils/munin-main/distinfo munin-main-1.2.2/distinfo
--- /usr/ports/sysutils/munin-main/distinfo	Tue Mar 22 12:36:04 2005
+++ munin-main-1.2.2/distinfo	Thu Mar 17 11:23:04 2005
@@ -1,2 +1,2 @@
-MD5 (munin_1.2.0.tar.gz) = bbab7bf91ac837e4c72889aaef7cf2e8
-SIZE (munin_1.2.0.tar.gz) = 318364
+MD5 (munin_1.2.2.tar.gz) = e55ff3cc8d506558f32598f639952cca
+SIZE (munin_1.2.2.tar.gz) = 325356
diff -ruN /usr/ports/sysutils/munin-main/files/patch-munin-limits.in munin-main-1.2.2/files/patch-munin-limits.in
--- /usr/ports/sysutils/munin-main/files/patch-munin-limits.in	Fri Mar  4 18:45:10 2005
+++ munin-main-1.2.2/files/patch-munin-limits.in	Thu Jan  1 01:00:00 1970
@@ -1,35 +0,0 @@
---- munin-1.2.0.orig/server/munin-limits.in	Wed Feb 16 21:03:31 2005
-+++ munin-1.2.0/server/munin-limits.in	Wed Feb 23 09:06:26 2005
-@@ -18,6 +18,12 @@
- #
- #
- # $Log: munin-limits.in,v $
-+# Revision 1.24.2.4  2005/02/19 16:06:14  ilmari
-+# Place the munin-limits lock file in rundir, not dbdir.
-+#
-+# Revision 1.24.2.3  2005/02/19 16:04:03  ilmari
-+# Fix the file vs. pipe check in munin-limits
-+#
- # Revision 1.24.2.2  2005/02/16 20:03:31  jimmyo
- # yet another rewrite of munin-limits open call (SF#1115434).
- #
-@@ -179,8 +185,8 @@
- my $modified=0;
- 
- logger("Starting munin-limits, checking lock");
--munin_runlock("$config->{dbdir}/munin-limits.lock");
--logger("Created lock: $config->{dbdir}/munin-limits.lock");
-+munin_runlock("$config->{rundir}/munin-limits.lock");
-+logger("Created lock: $config->{rundir}/munin-limits.lock");
- 
- if (!defined $config->{'contact'}->{'nagios'}->{'command'} and
- 	defined $config->{'nsca'})
-@@ -458,7 +464,7 @@
- 		    unshift (@cmd, "|-");
- 		}
- 		logger ("Debug: opening for writing: \"" . join('" "', at cmd) . "\".") if $DEBUG;
--		if ($cmd[0] == ">")
-+		if ($cmd[0] eq ">")
- 		{
- 		    if (! open ($pipe, join (' ', @cmd)))
- 		    {
--- munin-main-1.2.2.patch ends here ---


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



More information about the freebsd-ports-bugs mailing list