Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Mar 2015 11:41:32 +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: r382204 - head/sysutils/munin-master
Message-ID:  <201503251141.t2PBfWDI024758@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Wed Mar 25 11:41:31 2015
New Revision: 382204
URL: https://svnweb.freebsd.org/changeset/ports/382204
QAT: https://qat.redports.org/buildarchive/r382204/

Log:
  Switch munin-master from CGI to CGI.pm
  
  Sponsored by:	Absolight

Modified:
  head/sysutils/munin-master/Makefile
  head/sysutils/munin-master/pkg-plist

Modified: head/sysutils/munin-master/Makefile
==============================================================================
--- head/sysutils/munin-master/Makefile	Wed Mar 25 11:41:17 2015	(r382203)
+++ head/sysutils/munin-master/Makefile	Wed Mar 25 11:41:31 2015	(r382204)
@@ -3,7 +3,7 @@
 
 PORTNAME=	munin
 PORTVERSION=	${MUNIN_VERSION}
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	sysutils perl5
 MASTER_SITES=	${MUNIN_SITES}
 PKGNAMESUFFIX=	-master
@@ -15,7 +15,7 @@ BUILD_DEPENDS=	p5-Module-Build>=0:${PORT
 		munin-common>=0:${PORTSDIR}/sysutils/munin-common \
 		rrdtool>=0:${PORTSDIR}/databases/rrdtool \
 		p5-Storable>=0:${PORTSDIR}/devel/p5-Storable \
-		p5-CGI.pm>=0:${PORTSDIR}/www/p5-CGI.pm \
+		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 \
@@ -27,7 +27,7 @@ BUILD_DEPENDS=	p5-Module-Build>=0:${PORT
 		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.pm>=0:${PORTSDIR}/www/p5-CGI.pm \
+		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 \

Modified: head/sysutils/munin-master/pkg-plist
==============================================================================
--- head/sysutils/munin-master/pkg-plist	Wed Mar 25 11:41:17 2015	(r382203)
+++ head/sysutils/munin-master/pkg-plist	Wed Mar 25 11:41:31 2015	(r382204)
@@ -81,3 +81,4 @@ www/cgi-bin/munin-cgi-html
 @dir %%ETCDIR%%/munin-conf.d
 @dir(%%USER%%,%%GROUP%%,) %%WWWDIR%%
 @dir(%%WWWOWN%%,%%WWWGRP%%,) %%DBDIR%%/cgi-tmp
+@dir %%DBDIR%%



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