From 44d09bcbbe254344e91ca7aa97383da2329bd39b Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Tue, 27 Feb 2018 12:24:27 +0000 Subject: [PATCH] - Fix shebangs - Add missing dependency on python Approved by: portmgr blanket --- net-mgmt/percona-monitoring-plugins/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/net-mgmt/percona-monitoring-plugins/Makefile b/net-mgmt/percona-monitoring-plugins/Makefile index c7791916acad..794d023df70d 100644 --- a/net-mgmt/percona-monitoring-plugins/Makefile +++ b/net-mgmt/percona-monitoring-plugins/Makefile @@ -3,7 +3,7 @@ PORTNAME= percona-monitoring-plugins PORTVERSION= 1.1.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-mgmt MASTER_SITES= http://www.percona.com/downloads/percona-monitoring-plugins/${PORTVERSION}/ \ ftp://ftp.renatasystems.org/pub/FreeBSD/ports/distfiles/ @@ -19,9 +19,10 @@ RUN_DEPENDS= cacti>=0:net-mgmt/cacti \ bash:shells/bash \ wget:ftp/wget -USES= mysql perl5 php:cli shebangfix +USES= mysql perl5 php:cli python:run shebangfix USE_PERL5= run SHEBANG_FILES= nagios/bin/pmp-check-pt-table-checksum \ + nagios/bin/pmp-check-aws-rds.py \ cacti/bin/pmp-cacti-* NO_BUILD= yes