svn commit: r419622 - head/sysutils/munin-node

Mathieu Arnold mat at FreeBSD.org
Thu Aug 4 14:51:41 UTC 2016


Author: mat
Date: Thu Aug  4 14:51:40 2016
New Revision: 419622
URL: https://svnweb.freebsd.org/changeset/ports/419622

Log:
  Actually install bcr's plugins.
  
  Sponsored by:	Absolight

Modified:
  head/sysutils/munin-node/Makefile   (contents, props changed)
  head/sysutils/munin-node/pkg-plist   (contents, props changed)

Modified: head/sysutils/munin-node/Makefile
==============================================================================
--- head/sysutils/munin-node/Makefile	Thu Aug  4 14:49:48 2016	(r419621)
+++ head/sysutils/munin-node/Makefile	Thu Aug  4 14:51:40 2016	(r419622)
@@ -3,7 +3,7 @@
 
 PORTNAME=	munin
 PORTVERSION=	${MUNIN_VERSION}
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	sysutils perl5
 MASTER_SITES=	${MUNIN_SITES}
 PKGNAMESUFFIX=	-node
@@ -73,6 +73,7 @@ post-patch:
 
 post-install:
 	${MKDIR} ${STAGEDIR}${DBDIR}/plugin-state ${STAGEDIR}${SPOOLDIR}/async
+	${INSTALL_SCRIPT} ${.CURDIR}/plugins/* ${STAGEDIR}${DATADIR}/plugins/
 	${INSTALL_DATA} ${WRKSRC}/build/node/munin-node.conf \
 		${STAGEDIR}${ETCDIR}/munin-node.conf.sample
 	${INSTALL_DATA} ${WRKDIR}/plugins.conf \

Modified: head/sysutils/munin-node/pkg-plist
==============================================================================
--- head/sysutils/munin-node/pkg-plist	Thu Aug  4 14:49:48 2016	(r419621)
+++ head/sysutils/munin-node/pkg-plist	Thu Aug  4 14:51:40 2016	(r419622)
@@ -250,7 +250,10 @@ sbin/munin-sched
 %%DATADIR%%/plugins/users
 %%PERL%%%%DATADIR%%/plugins/varnish_
 %%DATADIR%%/plugins/vmstat
+%%DATADIR%%/plugins/zfs_compress
 %%DATADIR%%/plugins/zimbra_
+%%DATADIR%%/plugins/zpool_chksum
+%%DATADIR%%/plugins/zpool_dedup
 @dir(%%USER%%,%%GROUP%%,) %%DBDIRNODE%%/plugin-state
 @dir %%ETCDIR%%/plugins
 @dir(%%USER%%,%%GROUP%%,) %%SPOOLDIR%%/async


More information about the svn-ports-all mailing list