View | Details | Raw Unified | Return to bug 197224
Collapse All | Expand All

(-)Makefile (-1 / +7 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	percona-monitoring-plugins
4
PORTNAME=	percona-monitoring-plugins
5
PORTVERSION=	1.1.3
5
PORTVERSION=	1.1.3
6
PORTREVISION=	1
6
CATEGORIES=	net-mgmt
7
CATEGORIES=	net-mgmt
7
MASTER_SITES=	http://www.percona.com/downloads/percona-monitoring-plugins/${PORTVERSION}/ \
8
MASTER_SITES=	http://www.percona.com/downloads/percona-monitoring-plugins/${PORTVERSION}/ \
8
		ftp://ftp.renatasystems.org/pub/FreeBSD/ports/distfiles/
9
		ftp://ftp.renatasystems.org/pub/FreeBSD/ports/distfiles/
Lines 17-24 Link Here
17
		p5-Data-Dumper>=0:${PORTSDIR}/devel/p5-Data-Dumper \
18
		p5-Data-Dumper>=0:${PORTSDIR}/devel/p5-Data-Dumper \
18
		p5-Digest-MD5>=0:${PORTSDIR}/security/p5-Digest-MD5 \
19
		p5-Digest-MD5>=0:${PORTSDIR}/security/p5-Digest-MD5 \
19
		p5-Getopt-Long>=0:${PORTSDIR}/devel/p5-Getopt-Long \
20
		p5-Getopt-Long>=0:${PORTSDIR}/devel/p5-Getopt-Long \
20
		p5-Time-HiRes>=0:${PORTSDIR}/devel/p5-Time-HiRes
21
		p5-Time-HiRes>=0:${PORTSDIR}/devel/p5-Time-HiRes \
22
		bash:${PORTSDIR}/shells/bash
21
23
24
USES=		shebangfix perl5
25
USE_PERL5=	run
26
SHEBANG_FILES=	nagios/bin/pmp-check-pt-table-checksum \
27
		cacti/bin/pmp-cacti-*
22
USE_MYSQL=	yes
28
USE_MYSQL=	yes
23
USE_PHP=	yes
29
USE_PHP=	yes
24
WANT_PHP_CLI=	yes
30
WANT_PHP_CLI=	yes
(-)pkg-plist (-6 lines)
Lines 42-50 Link Here
42
%%DATADIR%%/cacti/templates/cacti_host_template_percona_openvz_server_ht_0.8.6i-sver1.1.3.xml
42
%%DATADIR%%/cacti/templates/cacti_host_template_percona_openvz_server_ht_0.8.6i-sver1.1.3.xml
43
%%DATADIR%%/cacti/templates/cacti_host_template_percona_rds_server_ht_0.8.6i-sver1.1.3.xml
43
%%DATADIR%%/cacti/templates/cacti_host_template_percona_rds_server_ht_0.8.6i-sver1.1.3.xml
44
%%DATADIR%%/cacti/templates/cacti_host_template_percona_redis_server_ht_0.8.6i-sver1.1.3.xml
44
%%DATADIR%%/cacti/templates/cacti_host_template_percona_redis_server_ht_0.8.6i-sver1.1.3.xml
45
%%PORTDOCS%%@dirrmtry %%DOCSDIR%%
46
@dirrmtry %%DATADIR%%/cacti/definitions
47
@dirrmtry %%DATADIR%%/cacti/misc
48
@dirrmtry %%DATADIR%%/cacti/templates
49
@dirrmtry %%DATADIR%%/cacti
50
@dirrmtry %%DATADIR%%

Return to bug 197224