Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Jun 2017 01:48:54 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r444692 - head/sysutils/munin-master
Message-ID:  <201706300148.v5U1msdM034331@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Jun 30 01:48:54 2017
New Revision: 444692
URL: https://svnweb.freebsd.org/changeset/ports/444692

Log:
  Remove Perl core modules
  
  - Bump PORTREVISION for dependency change
  
  With hat:	perl

Modified:
  head/sysutils/munin-master/Makefile

Modified: head/sysutils/munin-master/Makefile
==============================================================================
--- head/sysutils/munin-master/Makefile	Fri Jun 30 01:48:47 2017	(r444691)
+++ head/sysutils/munin-master/Makefile	Fri Jun 30 01:48:54 2017	(r444692)
@@ -3,6 +3,7 @@
 
 PORTNAME=	munin
 PORTVERSION=	${MUNIN_VERSION}
+PORTREVISION=	1
 CATEGORIES=	sysutils perl5
 MASTER_SITES=	${MUNIN_SITES}
 PKGNAMESUFFIX=	-master
@@ -13,31 +14,25 @@ COMMENT=	Collector part of Munin
 BUILD_DEPENDS=	p5-Module-Build>=0:devel/p5-Module-Build \
 		munin-common>=${MUNIN_VERSION}:sysutils/munin-common \
 		rrdtool>=0:databases/rrdtool \
-		p5-Storable>=0:devel/p5-Storable \
 		p5-CGI>=0:www/p5-CGI \
 		p5-DateTime-HiRes>=0:devel/p5-DateTime-HiRes \
 		p5-File-Copy-Recursive>=0:devel/p5-File-Copy-Recursive \
-		p5-Getopt-Long>=0:devel/p5-Getopt-Long \
 		p5-HTML-Template>=0:www/p5-HTML-Template \
 		p5-IO-Socket-INET6>=0:net/p5-IO-Socket-INET6 \
 		p5-Log-Log4perl>=0:devel/p5-Log-Log4perl \
 		p5-Net-SSLeay>=0:security/p5-Net-SSLeay \
-		p5-Params-Validate>=0:devel/p5-Params-Validate \
-		p5-Text-Balanced>=0:textproc/p5-Text-Balanced
+		p5-Params-Validate>=0:devel/p5-Params-Validate
 RUN_DEPENDS=	munin-common>=${MUNIN_VERSION}:sysutils/munin-common \
 		rrdtool>=0:databases/rrdtool \
 		p5-CGI>=0:www/p5-CGI \
 		p5-CGI-Fast>=0:www/p5-CGI-Fast \
-		p5-Storable>=0:devel/p5-Storable \
 		p5-DateTime-HiRes>=0:devel/p5-DateTime-HiRes \
 		p5-File-Copy-Recursive>=0:devel/p5-File-Copy-Recursive \
-		p5-Getopt-Long>=0:devel/p5-Getopt-Long \
 		p5-HTML-Template>=0:www/p5-HTML-Template \
 		p5-IO-Socket-INET6>=0:net/p5-IO-Socket-INET6 \
 		p5-Log-Log4perl>=0:devel/p5-Log-Log4perl \
 		p5-Net-SSLeay>=0:security/p5-Net-SSLeay \
 		p5-Params-Validate>=0:devel/p5-Params-Validate \
-		p5-Text-Balanced>=0:textproc/p5-Text-Balanced \
 		p5-URI>=0:net/p5-URI \
 		p5-Date-Manip>=0:devel/p5-Date-Manip \
 		p5-FCGI>=0:www/p5-FCGI



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