Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Jun 2017 18:53:40 +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: r444069 - head/net-mgmt/percona-monitoring-plugins
Message-ID:  <201706211853.v5LIreZq080757@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed Jun 21 18:53:40 2017
New Revision: 444069
URL: https://svnweb.freebsd.org/changeset/ports/444069

Log:
  Remove Perl core modules
  
  - While I'm here:
    - Use USES=mysql
    - Sort USES
  - Bump PORTREVISION for dependency change
  
  With hat:	perl

Modified:
  head/net-mgmt/percona-monitoring-plugins/Makefile

Modified: head/net-mgmt/percona-monitoring-plugins/Makefile
==============================================================================
--- head/net-mgmt/percona-monitoring-plugins/Makefile	Wed Jun 21 18:53:35 2017	(r444068)
+++ head/net-mgmt/percona-monitoring-plugins/Makefile	Wed Jun 21 18:53:40 2017	(r444069)
@@ -3,7 +3,7 @@
 
 PORTNAME=	percona-monitoring-plugins
 PORTVERSION=	1.1.3
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	net-mgmt
 MASTER_SITES=	http://www.percona.com/downloads/percona-monitoring-plugins/${PORTVERSION}/ \
 		ftp://ftp.renatasystems.org/pub/FreeBSD/ports/distfiles/
@@ -16,18 +16,13 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 RUN_DEPENDS=	cacti>=0:net-mgmt/cacti \
 		p5-DBD-mysql>=0:databases/p5-DBD-mysql \
-		p5-Data-Dumper>=0:devel/p5-Data-Dumper \
-		p5-Digest-MD5>=0:security/p5-Digest-MD5 \
-		p5-Getopt-Long>=0:devel/p5-Getopt-Long \
-		p5-Time-HiRes>=0:devel/p5-Time-HiRes \
 		bash:shells/bash \
 		wget:ftp/wget
 
-USES=		shebangfix perl5 php:cli
+USES=		mysql perl5 php:cli shebangfix
 USE_PERL5=	run
 SHEBANG_FILES=	nagios/bin/pmp-check-pt-table-checksum \
 		cacti/bin/pmp-cacti-*
-USE_MYSQL=	yes
 
 NO_BUILD=	yes
 NO_ARCH=	yes



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