From nobody@FreeBSD.org  Mon Oct  1 23:55:51 2012
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 465C0106564A
	for <freebsd-gnats-submit@FreeBSD.org>; Mon,  1 Oct 2012 23:55:51 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 1972A8FC08
	for <freebsd-gnats-submit@FreeBSD.org>; Mon,  1 Oct 2012 23:55:51 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.5/8.14.5) with ESMTP id q91NtonP052209
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 1 Oct 2012 23:55:50 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.5/8.14.5/Submit) id q91Nto34052197;
	Mon, 1 Oct 2012 23:55:50 GMT
	(envelope-from nobody)
Message-Id: <201210012355.q91Nto34052197@red.freebsd.org>
Date: Mon, 1 Oct 2012 23:55:50 GMT
From: Haruo Shiba <shiba@logic-design.co.jp>
To: freebsd-gnats-submit@FreeBSD.org
Subject: munin-master dose not work.
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         172260
>Category:       ports
>Synopsis:       sysutils/munin-master dose not work.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    flo
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct 02 00:00:11 UTC 2012
>Closed-Date:    Sat Oct 06 22:12:48 UTC 2012
>Last-Modified:  Sat Oct  6 22:20:08 UTC 2012
>Originator:     Haruo Shiba
>Release:        8.3-RELEASE-p3
>Organization:
logic-design.co.jp
>Environment:
FreeBSD mail.logic-design.co.jp 8.3-RELEASE-p3 FreeBSD 8.3-RELEASE-p3 #0: Mon Jun 11 23:52:38 UTC 2012     root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  i386

>Description:
Creating lock /var/run/munin/munin-update.lock failed: Permission denied
 at /usr/local/lib/perl5/site_perl/5.14.2/Munin/Master/Update.pm line 128

not a reference at /usr/local/lib/perl5/site_perl/5.14.2/Munin/Master/Utils.pm line 908


>How-To-Repeat:

>Fix:


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->flo 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Tue Oct 2 18:12:48 UTC 2012 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=172260 
State-Changed-From-To: open->closed 
State-Changed-By: flo 
State-Changed-When: Sat Oct 6 22:12:43 UTC 2012 
State-Changed-Why:  
This should be fixed with munin 2.0.7, which was committed a few minutes 
ago. Please update your ports tree and try again. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=172260 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/172260: commit references a PR
Date: Sat,  6 Oct 2012 22:11:13 +0000 (UTC)

 Author: flo
 Date: Sat Oct  6 22:10:55 2012
 New Revision: 305413
 URL: http://svn.freebsd.org/changeset/ports/305413
 
 Log:
   - update to 2.0.7
   - move USERS and GROUPS from munin-common/Makefile to munin.mk, otherwise they
     cannot be used in the Makefiles of munin-master and munin-node where they are
     required. This fixes permissions on certain directories. [1]
   - VERSION.node file should be updated after the pkg-install script runs, because
     it requires the version of the previously installed version not the currently
     installed one. [2]
   
   PR:		ports/172260 [1]
   Reported by:	Haruo Shiba <shiba@logic-design.co.jp> [1]
   		tdb [2]
 
 Deleted:
   head/sysutils/munin-master/files/patch-bug1251
 Modified:
   head/sysutils/munin-common/Makefile
   head/sysutils/munin-common/distinfo
   head/sysutils/munin-common/munin.mk
   head/sysutils/munin-master/Makefile
   head/sysutils/munin-node/Makefile
   head/sysutils/munin-node/pkg-plist
 
 Modified: head/sysutils/munin-common/Makefile
 ==============================================================================
 --- head/sysutils/munin-common/Makefile	Sat Oct  6 22:04:05 2012	(r305412)
 +++ head/sysutils/munin-common/Makefile	Sat Oct  6 22:10:55 2012	(r305413)
 @@ -1,9 +1,5 @@
 -# New ports collection makefile for:	munin-common
 -# Date created:                         10 February 2010
 -# Whom:                                 Sean Rees <sean@rees.us>
 -#
 +# Created by: Sean Rees <sean@rees.us>
  # $FreeBSD$
 -#
  
  PORTNAME=	munin
  PORTVERSION=	${MUNIN_VERSION}
 @@ -24,9 +20,6 @@ WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVER
  
  .include "${.CURDIR}/../munin-common/munin.mk"
  
 -USERS=		${MUNIN_USER}
 -GROUPS=		${MUNIN_GROUP}
 -
  ALL_TARGET=	build-common-prime
  INSTALL_TARGET=	install-common
  
 
 Modified: head/sysutils/munin-common/distinfo
 ==============================================================================
 --- head/sysutils/munin-common/distinfo	Sat Oct  6 22:04:05 2012	(r305412)
 +++ head/sysutils/munin-common/distinfo	Sat Oct  6 22:10:55 2012	(r305413)
 @@ -1,2 +1,2 @@
 -SHA256 (munin-2.0.6.tar.gz) = ff99a3c36156adb6b867bb684ec508a857728336c0b81a93955bbcc9d5045ea6
 -SIZE (munin-2.0.6.tar.gz) = 1325754
 +SHA256 (munin-2.0.7.tar.gz) = 3daf42722ebd74a6269aa290b9f5821e2206df7b0fd6a39876863ff1a9b50c2e
 +SIZE (munin-2.0.7.tar.gz) = 1326773
 
 Modified: head/sysutils/munin-common/munin.mk
 ==============================================================================
 --- head/sysutils/munin-common/munin.mk	Sat Oct  6 22:04:05 2012	(r305412)
 +++ head/sysutils/munin-common/munin.mk	Sat Oct  6 22:10:55 2012	(r305413)
 @@ -1,4 +1,4 @@
 -MUNIN_VERSION=	2.0.6
 +MUNIN_VERSION=	2.0.7
  MUNIN_SITES=	SF/${PORTNAME}/stable/${PORTVERSION}
  MUNIN_DISTINFO=	${PORTSDIR}/sysutils/munin-common/distinfo
  MUNIN_PATCHES=	${PORTSDIR}/sysutils/munin-common/files/patch-Makefile \
 @@ -25,6 +25,6 @@ MUNIN_DIRS=	BINDIR=${PREFIX}/bin \
  MAKE_ARGS=	${MUNIN_DIRS} \
  		BASH=${LOCALBASE}/bin/bash \
  		PERL=${PERL} PERLLIB=${PREFIX}/${SITE_PERL_REL}
 -MUNIN_USER=	munin
 -MUNIN_GROUP=	munin
 -PLIST_SUB=	${MUNIN_DIRS} USER=${MUNIN_USER} GROUP=${MUNIN_GROUP}
 +USERS=		munin
 +GROUPS=		munin
 +PLIST_SUB=	${MUNIN_DIRS} USER=${USERS} GROUP=${GROUPS}
 
 Modified: head/sysutils/munin-master/Makefile
 ==============================================================================
 --- head/sysutils/munin-master/Makefile	Sat Oct  6 22:04:05 2012	(r305412)
 +++ head/sysutils/munin-master/Makefile	Sat Oct  6 22:10:55 2012	(r305413)
 @@ -1,13 +1,8 @@
 -# New ports collection makefile for:	munin-master
 -# Date created:				25 Januar 2004
 -# Whom:					Lupe Christoph <lupe@lupe-christoph.de>
 -#
 +# Created by: Lupe Christoph <lupe@lupe-christoph.de>
  # $FreeBSD$
 -#
  
  PORTNAME=	munin
  PORTVERSION=	${MUNIN_VERSION}
 -PORTREVISION=	1
  CATEGORIES=	sysutils perl5
  MASTER_SITES=	${MUNIN_SITES}
  PKGNAMESUFFIX=	-master
 
 Modified: head/sysutils/munin-node/Makefile
 ==============================================================================
 --- head/sysutils/munin-node/Makefile	Sat Oct  6 22:04:05 2012	(r305412)
 +++ head/sysutils/munin-node/Makefile	Sat Oct  6 22:10:55 2012	(r305413)
 @@ -1,9 +1,5 @@
 -# New ports collection makefile for:	munin-node
 -# Date created:				25 Januar 2004
 -# Whom:					Lupe Christoph <lupe@lupe-christoph.de>
 -#
 +# Created by: Lupe Christoph <lupe@lupe-christoph.de>
  # $FreeBSD$
 -#
  
  PORTNAME=	munin
  PORTVERSION=	${MUNIN_VERSION}
 @@ -111,9 +107,9 @@ post-install:
  	@(cd ${WRKSRC}/build/doc && for man in ${MAN8}; do \
  		${INSTALL_MAN} -C $$man ${PREFIX}/man/man8; \
  	done)
 -	@${ECHO} ${PORTVERSION} > ${PREFIX}/etc/munin/VERSION.node
  	@${SETENV} ${SCRIPTS_ENV} PKG_PREFIX=${PREFIX} \
  		${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
 +	@${ECHO} ${PORTVERSION} > ${PREFIX}/etc/munin/VERSION.node
  	@${CAT} ${PKGMESSAGE}
  
  .include <bsd.port.mk>
 
 Modified: head/sysutils/munin-node/pkg-plist
 ==============================================================================
 --- head/sysutils/munin-node/pkg-plist	Sat Oct  6 22:04:05 2012	(r305412)
 +++ head/sysutils/munin-node/pkg-plist	Sat Oct  6 22:10:55 2012	(r305413)
 @@ -1,6 +1,5 @@
  @stopdaemon munin-node
  bin/munindoc
 -%%ETCDIR%%/VERSION.node
  @unexec if cmp -s %D/%%ETCDIR%%/munin-node.conf.sample %D/%%ETCDIR%%/munin-node.conf ; then rm -f %D/%%ETCDIR%%/munin-node.conf ; fi
  %%ETCDIR%%/munin-node.conf.sample
  @exec if [ ! -f %D/%%ETCDIR%%/munin-node.conf ] ; then cp -p %D/%%ETCDIR%%/munin-node.conf.sample %D/%%ETCDIR%%/munin-node.conf ; fi
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
