Date: Thu, 4 Aug 2016 14:51:40 +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: r419622 - head/sysutils/munin-node Message-ID: <201608041451.u74EpeJq070743@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608041451.u74EpeJq070743>