Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Mar 2019 12:17:39 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r494589 - in head/sysutils: munin-common munin-common/files munin-master munin-node munin-node/files
Message-ID:  <201903041217.x24CHdkG062066@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Mon Mar  4 12:17:39 2019
New Revision: 494589
URL: https://svnweb.freebsd.org/changeset/ports/494589

Log:
  Update to 2.0.47.

Deleted:
  head/sysutils/munin-node/files/munin-sched.in
Modified:
  head/sysutils/munin-common/distinfo   (contents, props changed)
  head/sysutils/munin-common/files/patch-Makefile   (contents, props changed)
  head/sysutils/munin-common/munin.mk
  head/sysutils/munin-master/Makefile   (contents, props changed)
  head/sysutils/munin-node/Makefile   (contents, props changed)
  head/sysutils/munin-node/pkg-plist   (contents, props changed)

Modified: head/sysutils/munin-common/distinfo
==============================================================================
--- head/sysutils/munin-common/distinfo	Mon Mar  4 11:51:32 2019	(r494588)
+++ head/sysutils/munin-common/distinfo	Mon Mar  4 12:17:39 2019	(r494589)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1549533147
-SHA256 (munin-2.0.45.tar.gz) = 3461dfe6eb597b6a330409aa41289e354378204496576564a627d3923873e54f
-SIZE (munin-2.0.45.tar.gz) = 2258820
+TIMESTAMP = 1551698437
+SHA256 (munin-2.0.47.tar.gz) = 3a1c66a605ebc348fea977c5b54fcb892d6b76ab2591b48880c6eb70dbf00407
+SIZE (munin-2.0.47.tar.gz) = 2249015

Modified: head/sysutils/munin-common/files/patch-Makefile
==============================================================================
--- head/sysutils/munin-common/files/patch-Makefile	Mon Mar  4 11:51:32 2019	(r494588)
+++ head/sysutils/munin-common/files/patch-Makefile	Mon Mar  4 12:17:39 2019	(r494589)
@@ -1,6 +1,6 @@
---- Makefile.orig	2018-12-19 20:56:49 UTC
+--- Makefile.orig	2019-02-28 14:43:36 UTC
 +++ Makefile
-@@ -96,60 +96,47 @@ install: install-master-prime install-common-prime ins
+@@ -95,60 +95,47 @@ install: install-master-prime install-common-prime ins
  
  install-pre: $(MAKEFILES)
  	@$(CHECKUSER)
@@ -88,7 +88,7 @@
  
  # Not ready to be installed yet
  # $(INSTALL) -m 0755 build/master/_bin/munin-gather $(LIBDIR)/
-@@ -159,36 +146,30 @@ install-node-plugins: install-plugins-prime
+@@ -158,36 +145,30 @@ install-node-plugins: install-plugins-prime
  install-plugins-prime: install-plugins build $(PLUGINS) $(MAKEFILES)
  	@$(CHECKGROUP)
  
@@ -136,7 +136,7 @@
  		fi \
  	done
  
-@@ -199,14 +180,14 @@ install-plugins-java: build-plugins-java
+@@ -198,14 +179,14 @@ install-plugins-java: build-plugins-java
  install-async-prime: install-async
  
  install-async:
@@ -155,7 +155,7 @@
  
  
  install-common-prime: build-common install-common
-@@ -519,7 +500,7 @@ t/install:
+@@ -518,7 +499,7 @@ t/install:
  
  # This builds */Build from Build.PL
  %/Build: %/Build.PL
@@ -164,7 +164,7 @@
  
  build-%: %/Build
  	cd $* && $(PERL) Build
-@@ -535,6 +516,7 @@ install-%: %/Build
+@@ -534,6 +515,7 @@ install-%: %/Build
  		--install_path script=$(BINDIR) \
  		--install_path sbin=$(SBINDIR) \
  		--install_path bindoc=$(MANDIR)/man1 \

Modified: head/sysutils/munin-common/munin.mk
==============================================================================
--- head/sysutils/munin-common/munin.mk	Mon Mar  4 11:51:32 2019	(r494588)
+++ head/sysutils/munin-common/munin.mk	Mon Mar  4 12:17:39 2019	(r494589)
@@ -1,6 +1,6 @@
 LICENSE=	GPLv2
 
-MUNIN_VERSION=	2.0.45
+MUNIN_VERSION=	2.0.47
 MUNIN_SITES=	http://downloads.munin-monitoring.org/munin/stable/${MUNIN_VERSION}/
 DISTINFO_FILE=	${.CURDIR}/../../sysutils/munin-common/distinfo
 PATCHDIR=	${.CURDIR}/../../sysutils/munin-common/files

Modified: head/sysutils/munin-master/Makefile
==============================================================================
--- head/sysutils/munin-master/Makefile	Mon Mar  4 11:51:32 2019	(r494588)
+++ head/sysutils/munin-master/Makefile	Mon Mar  4 12:17:39 2019	(r494589)
@@ -3,7 +3,6 @@
 
 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	Mon Mar  4 11:51:32 2019	(r494588)
+++ head/sysutils/munin-node/Makefile	Mon Mar  4 12:17:39 2019	(r494589)
@@ -3,7 +3,6 @@
 
 PORTNAME=	munin
 PORTVERSION=	${MUNIN_VERSION}
-PORTREVISION=	3
 CATEGORIES=	sysutils perl5
 MASTER_SITES=	${MUNIN_SITES}
 PKGNAMESUFFIX=	-node
@@ -27,7 +26,7 @@ RUN_DEPENDS=	p5-Cache-Cache>=0:devel/p5-Cache-Cache \
 
 USES=		gmake perl5 shebangfix cpe
 REINPLACE_ARGS=	-i ""
-SHEBANG_FILES=	node/bin/munindoc node/sbin/munin-node node/sbin/munin-sched \
+SHEBANG_FILES=	node/bin/munindoc node/sbin/munin-node \
 		node/sbin/munin-run node/sbin/munin-node-configure
 
 .include "${.CURDIR}/../munin-common/munin.mk"
@@ -57,7 +56,7 @@ JAVA_BUILD=	yes
 JAVA_RUN=	yes
 
 SUB_FILES=	pkg-message plugins.conf
-USE_RC_SUBR=	munin-asyncd munin-node munin-sched
+USE_RC_SUBR=	munin-asyncd munin-node
 
 PORTSCOUT=	ignore:1
 
@@ -84,7 +83,7 @@ post-install:
 	${INSTALL_DATA} ${WRKDIR}/plugins.conf \
 		${STAGEDIR}${ETCDIR}/plugins.conf.sample
 	(cd ${WRKSRC}/node/blib/bindoc; \
-		${INSTALL_MAN} munin-node-configure.1 munin-node.1 munin-run.1 munin-sched.1 munindoc.1 ${STAGEDIR}${MAN1PREFIX}/man/man1; \
+		${INSTALL_MAN} munin-node-configure.1 munin-node.1 munin-run.1 munindoc.1 ${STAGEDIR}${MAN1PREFIX}/man/man1; \
 	)
 	(cd ${WRKSRC}/build/doc; \
 		${INSTALL_MAN} munin-node.conf.5 ${STAGEDIR}${MAN5PREFIX}/man/man5; \

Modified: head/sysutils/munin-node/pkg-plist
==============================================================================
--- head/sysutils/munin-node/pkg-plist	Mon Mar  4 11:51:32 2019	(r494588)
+++ head/sysutils/munin-node/pkg-plist	Mon Mar  4 12:17:39 2019	(r494589)
@@ -15,7 +15,6 @@ bin/munindoc
 %%SITE_PERL%%/Munin/Node/Configure/PluginList.pm
 %%SITE_PERL%%/Munin/Node/Logger.pm
 %%SITE_PERL%%/Munin/Node/OS.pm
-%%SITE_PERL%%/Munin/Node/ProxySpooler.pm
 %%SITE_PERL%%/Munin/Node/SNMPConfig.pm
 %%SITE_PERL%%/Munin/Node/Server.pm
 %%SITE_PERL%%/Munin/Node/Service.pm
@@ -29,7 +28,6 @@ bin/munindoc
 man/man1/munin-node-configure.1.gz
 man/man1/munin-node.1.gz
 man/man1/munin-run.1.gz
-man/man1/munin-sched.1.gz
 man/man1/munindoc.1.gz
 man/man3/Munin::Node::Config.3.gz
 man/man3/Munin::Node::Configure::Debug.3.gz
@@ -39,7 +37,6 @@ man/man3/Munin::Node::Configure::Plugin.3.gz
 man/man3/Munin::Node::Configure::PluginList.3.gz
 man/man3/Munin::Node::Logger.3.gz
 man/man3/Munin::Node::OS.3.gz
-man/man3/Munin::Node::ProxySpooler.3.gz
 man/man3/Munin::Node::SNMPConfig.3.gz
 man/man3/Munin::Node::Server.3.gz
 man/man3/Munin::Node::Service.3.gz
@@ -55,7 +52,6 @@ man/man8/munin.8.gz
 sbin/munin-node
 sbin/munin-node-configure
 sbin/munin-run
-sbin/munin-sched
 %%DATADIR%%/munin-async
 %%DATADIR%%/munin-asyncd
 %%JAVA%%%%DATADIR%%/munin-jmx-plugins.jar



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