svn commit: r382204 - head/sysutils/munin-master

Mathieu Arnold mat at FreeBSD.org
Wed Mar 25 11:41:33 UTC 2015


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
+ at dir %%DBDIR%%


More information about the svn-ports-head mailing list