Index: head/sysutils/munin-master/Makefile =================================================================== --- head/sysutils/munin-master/Makefile (revision 382244) +++ head/sysutils/munin-master/Makefile (revision 382245) @@ -1,66 +1,66 @@ # Created by: Lupe Christoph # $FreeBSD$ PORTNAME= munin PORTVERSION= ${MUNIN_VERSION} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils perl5 MASTER_SITES= ${MUNIN_SITES} PKGNAMESUFFIX= -master MAINTAINER= mat@FreeBSD.org COMMENT= Collector part of Munin BUILD_DEPENDS= p5-Module-Build>=0:${PORTSDIR}/devel/p5-Module-Build \ munin-common>=0:${PORTSDIR}/sysutils/munin-common \ rrdtool>=0:${PORTSDIR}/databases/rrdtool \ p5-Storable>=0:${PORTSDIR}/devel/p5-Storable \ p5-CGI>=0:${PORTSDIR}/www/p5-CGI \ p5-DateTime-HiRes>=0:${PORTSDIR}/devel/p5-DateTime-HiRes \ p5-File-Copy-Recursive>=0:${PORTSDIR}/devel/p5-File-Copy-Recursive \ p5-Getopt-Long>=0:${PORTSDIR}/devel/p5-Getopt-Long \ p5-HTML-Template>=0:${PORTSDIR}/www/p5-HTML-Template \ p5-IO-Socket-INET6>=0:${PORTSDIR}/net/p5-IO-Socket-INET6 \ p5-Log-Log4perl>=0:${PORTSDIR}/devel/p5-Log-Log4perl \ p5-Net-SSLeay>=0:${PORTSDIR}/security/p5-Net-SSLeay \ p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate \ p5-Text-Balanced>=0:${PORTSDIR}/textproc/p5-Text-Balanced RUN_DEPENDS= munin-common>=0:${PORTSDIR}/sysutils/munin-common \ rrdtool>=0:${PORTSDIR}/databases/rrdtool \ p5-CGI>=0:${PORTSDIR}/www/p5-CGI \ p5-Storable>=0:${PORTSDIR}/devel/p5-Storable \ p5-DateTime-HiRes>=0:${PORTSDIR}/devel/p5-DateTime-HiRes \ p5-File-Copy-Recursive>=0:${PORTSDIR}/devel/p5-File-Copy-Recursive \ p5-Getopt-Long>=0:${PORTSDIR}/devel/p5-Getopt-Long \ p5-HTML-Template>=0:${PORTSDIR}/www/p5-HTML-Template \ p5-IO-Socket-INET6>=0:${PORTSDIR}/net/p5-IO-Socket-INET6 \ p5-Log-Log4perl>=0:${PORTSDIR}/devel/p5-Log-Log4perl \ p5-Net-SSLeay>=0:${PORTSDIR}/security/p5-Net-SSLeay \ p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate \ p5-Text-Balanced>=0:${PORTSDIR}/textproc/p5-Text-Balanced \ p5-URI>=0:${PORTSDIR}/net/p5-URI \ p5-Date-Manip>=0:${PORTSDIR}/devel/p5-Date-Manip \ p5-FCGI>=0:${PORTSDIR}/www/p5-FCGI USES= gmake perl5 cpe PKGMESSAGE= ${WRKDIR}/pkg-message .include "${.CURDIR}/../munin-common/munin.mk" ALL_TARGET= infiles build-master build-man INSTALL_TARGET= install-master-prime NO_ARCH= yes SUB_FILES= pkg-message PLIST_SUB+= WWWOWN=${WWWOWN} WWWGRP=${WWWGRP} post-install: (cd ${WRKSRC}/build/doc; \ ${INSTALL_MAN} munin.conf.5 ${STAGEDIR}${MAN5PREFIX}/man/man5; \ ${INSTALL_MAN} munin-cron.8 munin-graph.8 munin-html.8 munin-limits.8 munin-update.8 ${STAGEDIR}${MAN8PREFIX}/man/man8; \ ) (cd ${STAGEDIR}${ETCDIR}; for i in `find . -type f`; do mv $$i $$i.sample; done) ${MV} ${STAGEDIR}${WWWDIR}/.htaccess ${STAGEDIR}${WWWDIR}/.htaccess.sample .include Index: head/sysutils/munin-master/pkg-plist =================================================================== --- head/sysutils/munin-master/pkg-plist (revision 382244) +++ head/sysutils/munin-master/pkg-plist (revision 382245) @@ -1,84 +1,84 @@ bin/munin-check bin/munin-cron @sample %%ETCDIR%%/munin.conf.sample @sample %%ETCDIR%%/static/definitions.html.sample @sample %%ETCDIR%%/static/dynazoom.html.sample @sample %%ETCDIR%%/static/favicon.ico.sample @sample %%ETCDIR%%/static/formatdate.js.sample @sample %%ETCDIR%%/static/logo-h.png.sample @sample %%ETCDIR%%/static/logo.png.sample @sample %%ETCDIR%%/static/querystring.js.sample @sample %%ETCDIR%%/static/style-1.2.css.sample @sample %%ETCDIR%%/static/style-new.css.sample @sample %%ETCDIR%%/static/style.css.sample @sample %%ETCDIR%%/static/zoom.js.sample @sample %%ETCDIR%%/templates/munin-categoryview.tmpl.sample @sample %%ETCDIR%%/templates/munin-comparison-day.tmpl.sample @sample %%ETCDIR%%/templates/munin-comparison-month.tmpl.sample @sample %%ETCDIR%%/templates/munin-comparison-week.tmpl.sample @sample %%ETCDIR%%/templates/munin-comparison-year.tmpl.sample @sample %%ETCDIR%%/templates/munin-domainview.tmpl.sample @sample %%ETCDIR%%/templates/munin-dynazoom.tmpl.sample @sample %%ETCDIR%%/templates/munin-nodeview.tmpl.sample @sample %%ETCDIR%%/templates/munin-overview.tmpl.sample @sample %%ETCDIR%%/templates/munin-problemview.tmpl.sample @sample %%ETCDIR%%/templates/munin-serviceview.tmpl.sample @sample %%ETCDIR%%/templates/partial/bottom_navigation.tmpl.sample @sample %%ETCDIR%%/templates/partial/footer.tmpl.sample @sample %%ETCDIR%%/templates/partial/generated_by.tmpl.sample @sample %%ETCDIR%%/templates/partial/head.tmpl.sample @sample %%ETCDIR%%/templates/partial/logo_navigation.tmpl.sample @sample %%ETCDIR%%/templates/partial/logo_navigation_comparison.tmpl.sample @sample %%ETCDIR%%/templates/partial/logo_navigation_problem.tmpl.sample @sample %%ETCDIR%%/templates/partial/logo_path.tmpl.sample @sample %%ETCDIR%%/templates/partial/navigation.tmpl.sample @sample %%ETCDIR%%/templates/partial/path.tmpl.sample %%SITE_PERL%%/Munin/Master/Config.pm %%SITE_PERL%%/Munin/Master/GraphOld.pm %%SITE_PERL%%/Munin/Master/Group.pm %%SITE_PERL%%/Munin/Master/GroupRepository.pm %%SITE_PERL%%/Munin/Master/HTMLConfig.pm %%SITE_PERL%%/Munin/Master/HTMLOld.pm %%SITE_PERL%%/Munin/Master/Host.pm %%SITE_PERL%%/Munin/Master/LimitsOld.pm %%SITE_PERL%%/Munin/Master/Logger.pm %%SITE_PERL%%/Munin/Master/Node.pm %%SITE_PERL%%/Munin/Master/ProcessManager.pm %%SITE_PERL%%/Munin/Master/Update.pm %%SITE_PERL%%/Munin/Master/UpdateWorker.pm %%SITE_PERL%%/Munin/Master/Utils.pm %%SITE_PERL%%/Munin/Master/Worker.pm man/man3/Munin::Master::Config.3.gz man/man3/Munin::Master::Group.3.gz man/man3/Munin::Master::GroupRepository.3.gz man/man3/Munin::Master::HTMLOld.3.gz man/man3/Munin::Master::Host.3.gz man/man3/Munin::Master::LimitsOld.3.gz man/man3/Munin::Master::Logger.3.gz man/man3/Munin::Master::Node.3.gz man/man3/Munin::Master::ProcessManager.3.gz man/man3/Munin::Master::Update.3.gz man/man3/Munin::Master::UpdateWorker.3.gz man/man3/Munin::Master::Utils.3.gz man/man3/Munin::Master::Worker.3.gz man/man5/munin.conf.5.gz man/man8/munin-cron.8.gz man/man8/munin-graph.8.gz man/man8/munin-html.8.gz man/man8/munin-limits.8.gz man/man8/munin-update.8.gz %%DATADIR%%/DejaVuSans.ttf %%DATADIR%%/DejaVuSansMono.ttf %%DATADIR%%/munin-datafile2storable %%DATADIR%%/munin-graph %%DATADIR%%/munin-html %%DATADIR%%/munin-limits %%DATADIR%%/munin-storable2datafile %%DATADIR%%/munin-update www/cgi-bin/munin-cgi-graph www/cgi-bin/munin-cgi-html @sample %%WWWDIR%%/.htaccess.sample @dir %%ETCDIR%%/munin-conf.d @dir(%%USER%%,%%GROUP%%,) %%WWWDIR%% @dir(%%WWWOWN%%,%%WWWGRP%%,) %%DBDIR%%/cgi-tmp -@dir %%DBDIR%% +@dir(%%USER%%,%%GROUP%%,) %%DBDIR%%