svn commit: r463116 - head/net-mgmt/percona-monitoring-plugins
Dmitry Marakasov
amdmi3 at FreeBSD.org
Tue Feb 27 12:24:28 UTC 2018
Author: amdmi3
Date: Tue Feb 27 12:24:27 2018
New Revision: 463116
URL: https://svnweb.freebsd.org/changeset/ports/463116
Log:
- Fix shebangs
- Add missing dependency on python
Approved by: portmgr blanket
Modified:
head/net-mgmt/percona-monitoring-plugins/Makefile
Modified: head/net-mgmt/percona-monitoring-plugins/Makefile
==============================================================================
--- head/net-mgmt/percona-monitoring-plugins/Makefile Tue Feb 27 12:23:22 2018 (r463115)
+++ head/net-mgmt/percona-monitoring-plugins/Makefile Tue Feb 27 12:24:27 2018 (r463116)
@@ -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
More information about the svn-ports-all
mailing list