- update to 2.0.9
http://munin-monitoring.org/browser/munin/ChangeLog?rev=2.0.9 - take maintainership (suggested by sthen@, previous maintainer) - fix font license notice - install netbsd uptime plugin OK sthen@
This commit is contained in:
parent
84d8294aaa
commit
4e29c795b0
net/munin
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.27 2012/10/12 09:46:46 kirby Exp $
|
||||
# $OpenBSD: Makefile,v 1.28 2013/01/08 11:14:02 kirby Exp $
|
||||
|
||||
COMMENT-main = flexible network host monitoring, client
|
||||
COMMENT-server =flexible network host monitoring, server
|
||||
|
||||
V = 2.0.7
|
||||
V = 2.0.9
|
||||
DISTNAME = munin-$V
|
||||
PKGNAME-main = munin-node-$V
|
||||
PKGNAME-server =munin-server-$V
|
||||
@ -12,14 +12,14 @@ CATEGORIES = net
|
||||
HOMEPAGE = http://munin-monitoring.org/
|
||||
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=munin/}
|
||||
|
||||
# Mostly GPLv2. VeraMono.ttf has a non-restrictive license (copyright notice
|
||||
# embedded in the font or xenocara/font/bitstream-vera-ttf/COPYRIGHT.TXT).
|
||||
# Mostly GPLv2.
|
||||
# DejaVuSans.ttf and DejaVuSansMono.ttf has a non-restrictive license.
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
PERMIT_PACKAGE_FTP = Yes
|
||||
PERMIT_DISTFILES_CDROM =Yes
|
||||
PERMIT_DISTFILES_FTP = Yes
|
||||
|
||||
MAINTAINER = Stuart Henderson <sthen@openbsd.org>
|
||||
MAINTAINER = Kirill Bychkov <kirby@openbsd.org>
|
||||
|
||||
MULTI_PACKAGES = -main -server
|
||||
|
||||
@ -72,10 +72,10 @@ SUBST_LIST += ${FILESDIR}/$i ${WRKSRC}/plugins/node.d.openbsd/$i.in
|
||||
|
||||
post-extract:
|
||||
cp -Rp ${WRKSRC}/plugins/node.d.freebsd ${WRKSRC}/plugins/node.d.openbsd
|
||||
cp -p ${WRKSRC}/plugins/node.d.netbsd/uptime.in ${WRKSRC}/plugins/node.d.openbsd
|
||||
${SUBST_CMD} -c ${SUBST_LIST}
|
||||
chmod -R +x ${WRKSRC}/plugins/node.d.openbsd
|
||||
rm ${WRKSRC}/plugins/node.d.openbsd/memory.in # not yet ported
|
||||
rm ${WRKSRC}/plugins/node.d.openbsd/uptime.in # OpenBSD incompatible
|
||||
|
||||
# Fixup hardcoded paths in plugins to use TRUEPREFIX/LOCALBASE as appropriate,
|
||||
# there are far too many to handle this via patches/SUBST_CMD, and this method
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (munin-2.0.7.tar.gz) = Pa9Cci69dKYmmqKQufWCHiIG33sP1qOYdoY/8am1DC4=
|
||||
SIZE (munin-2.0.7.tar.gz) = 1326773
|
||||
SHA256 (munin-2.0.9.tar.gz) = a7K0LeKaQ4rYDx1sU/SjXpp0y1ohA+p6lTDLotdccwk=
|
||||
SIZE (munin-2.0.9.tar.gz) = 1328972
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST-main,v 1.10 2012/10/12 09:46:46 kirby Exp $
|
||||
@comment $OpenBSD: PLIST-main,v 1.11 2013/01/08 11:14:02 kirby Exp $
|
||||
@newgroup _munin:644
|
||||
@newgroup _munin-plugin:645
|
||||
@newuser _munin:644:_munin:daemon:munin user:/nonexistent:/sbin/nologin
|
||||
@ -262,6 +262,7 @@ libexec/munin/plugins/tomcat_access
|
||||
libexec/munin/plugins/tomcat_jvm
|
||||
libexec/munin/plugins/tomcat_threads
|
||||
libexec/munin/plugins/tomcat_volume
|
||||
libexec/munin/plugins/uptime
|
||||
libexec/munin/plugins/users
|
||||
libexec/munin/plugins/varnish_
|
||||
libexec/munin/plugins/vmstat
|
||||
|
@ -1,12 +1,12 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# $OpenBSD: munin_node.rc,v 1.5 2012/10/12 09:46:46 kirby Exp $
|
||||
# $OpenBSD: munin_node.rc,v 1.6 2013/01/08 11:14:02 kirby Exp $
|
||||
|
||||
daemon="${TRUEPREFIX}/sbin/munin-node"
|
||||
|
||||
. /etc/rc.d/rc.subr
|
||||
|
||||
pexp="perl: munin-node"
|
||||
pexp="/usr/bin/perl -wT $daemon"
|
||||
|
||||
rc_pre() {
|
||||
install -d -o _munin /var/run/munin
|
||||
|
Loading…
x
Reference in New Issue
Block a user