svn commit: r444069 - head/net-mgmt/percona-monitoring-plugins

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Jun 21 18:53:41 UTC 2017


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


More information about the svn-ports-all mailing list