Skip site navigation (1)Skip section navigation (2)
Date:      Thu,  3 Jun 2004 16:49:53 +0200 (CEST)
From:      Lupe Christoph <lupe@lupe-christoph.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:    ports/67532: Update port: sysutils/munin-main 1.0.0pre3 -> 1.0.0pre5
Message-ID:  <20040603144953.C68A9984C@lupe-christoph.de>
Resent-Message-ID: <200406031450.i53EoOQp097090@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         67532
>Category:       ports
>Synopsis:       Update port: sysutils/munin-main 1.0.0pre3 -> 1.0.0pre5
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 03 07:50:23 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Lupe Christoph
>Release:        FreeBSD 4.9-RELEASE i386
>Organization:
>Environment:
System: FreeBSD sebastian.lupe-christoph.de 4.9-RELEASE FreeBSD 4.9-RELEASE #0: Mon Oct 27 17:51:09 GMT 2003 root@freebsd-stable.sentex.ca:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
	Update to support 1.0.0pre5

	Remove active logo.gif and style.css to force replacement with
	the current versions (logo.gif -> logo.png)

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

	

--- munin-main.patch begins here ---
diff -ruN munin-main-1.0.0.p3_1/Makefile munin-main/Makefile
--- munin-main-1.0.0.p3_1/Makefile	Tue Apr 20 11:06:31 2004
+++ munin-main/Makefile	Thu Jun  3 13:52:59 2004
@@ -6,13 +6,12 @@
 #
 
 PORTNAME=	munin
-PORTVERSION=	1.0.0.p3
-PORTREVISION=	1
+PORTVERSION=	1.0.0.p5
 CATEGORIES=	sysutils perl5
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	munin
 PKGNAMESUFFIX=	-main
-DISTNAME=	munin_1.0.0pre3
+DISTNAME=	munin_1.0.0pre5
 
 MAINTAINER=	lupe@lupe-christoph.de
 COMMENT=	Collector part of Munin
@@ -32,7 +31,7 @@
 
 USE_GMAKE=	yes
 PATCH_STRIP=	-p1
-WRKSRC=		${WRKDIR}/munin-1.0.0pre3
+WRKSRC=		${WRKDIR}/munin-1.0.0pre5
 PKGMESSAGE=	${WRKDIR}/pkg-message
 ALL_TARGET=	DATADIR=${DATADIR} build build-man
 INSTALL_TARGET=	DATADIR=${DATADIR} install-main
diff -ruN munin-main-1.0.0.p3_1/distinfo munin-main/distinfo
--- munin-main-1.0.0.p3_1/distinfo	Tue Mar  2 16:52:48 2004
+++ munin-main/distinfo	Thu Jun  3 13:53:21 2004
@@ -1,2 +1,2 @@
-MD5 (munin_1.0.0pre3.tar.gz) = f1aea51a61304b824dd61d7ad7808f6d
-SIZE (munin_1.0.0pre3.tar.gz) = 120572
+MD5 (munin_1.0.0pre5.tar.gz) = a03ddb5cc2318e6fcd6c4a69d18ac6d0
+SIZE (munin_1.0.0pre5.tar.gz) = 212231
diff -ruN munin-main-1.0.0.p3_1/pkg-install munin-main/pkg-install
--- munin-main-1.0.0.p3_1/pkg-install	Tue Mar  2 16:52:48 2004
+++ munin-main/pkg-install	Thu Jun  3 15:18:02 2004
@@ -101,6 +101,13 @@
 
 case $2 in
     PRE-INSTALL)
+	# Munin had a logo.gif up to 1.0.0pre3.
+	# Remove it, it's been replaced by logo.png
+	rm -f ${PKG_PREFIX}/www/data/munin/logo.gif
+	# The old stylesheet must go, too.
+	rm -f ${PKG_PREFIX}/www/data/munin/style.css
+	# Both new files will be put in place by munin-html
+
 	make_account munin munin "Munin owner"
 	make_directories
 	;;      
diff -ruN munin-main-1.0.0.p3_1/pkg-plist munin-main/pkg-plist
--- munin-main-1.0.0.p3_1/pkg-plist	Tue Mar  2 16:52:48 2004
+++ munin-main/pkg-plist	Thu Jun  3 13:59:09 2004
@@ -1,6 +1,6 @@
 bin/munin-cron
 etc/munin/munin.conf
-etc/munin/templates/logo.gif
+etc/munin/templates/logo.png
 etc/munin/templates/munin-domainview.tmpl
 etc/munin/templates/munin-nodeview.tmpl
 etc/munin/templates/munin-overview.tmpl
--- munin-main.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040603144953.C68A9984C>