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

(-)./Makefile (-1 / +2 lines)
Lines 1-7 Link Here
1
# $FreeBSD: databases/percona-toolkit/Makefile 317279 2013-05-03 22:07:58Z flo $
1
# $FreeBSD: databases/percona-toolkit/Makefile 317279 2013-05-03 22:07:58Z flo $
2
2
3
PORTNAME=	percona-toolkit
3
PORTNAME=	percona-toolkit
4
PORTVERSION=	2.2.2
4
PORTVERSION=	2.2.3
5
CATEGORIES=	databases
5
CATEGORIES=	databases
6
MASTER_SITES=	http://www.percona.com/downloads/percona-toolkit/${PORTVERSION}/
6
MASTER_SITES=	http://www.percona.com/downloads/percona-toolkit/${PORTVERSION}/
7
7
Lines 16-21 Link Here
16
PERL_CONFIGURE=	yes
16
PERL_CONFIGURE=	yes
17
17
18
MAN1=	percona-toolkit.1 \
18
MAN1=	percona-toolkit.1 \
19
	pt-agent.1 \
19
	pt-align.1 \
20
	pt-align.1 \
20
	pt-archiver.1 \
21
	pt-archiver.1 \
21
	pt-config-diff.1 \
22
	pt-config-diff.1 \
(-)./distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (percona-toolkit-2.2.2.tar.gz) = 02b1303399f246d5c43a30d8c4dc94bf676f4bd01e60c05414b32a92aac5aa3c
1
SHA256 (percona-toolkit-2.2.3.tar.gz) = 55a9584e93579873e927d2d8b963c533f04c8e50eecfd0973e9b67df3231ac35
2
SIZE (percona-toolkit-2.2.2.tar.gz) = 1371005
2
SIZE (percona-toolkit-2.2.3.tar.gz) = 1440645
(-)./pkg-descr (-1 / +1 lines)
Lines 9-12 Link Here
9
    Analyze queries from logs and tcpdump
9
    Analyze queries from logs and tcpdump
10
    Collect vital system information when problems occur
10
    Collect vital system information when problems occur
11
11
12
WWW:	http://www.percona.com/software/percona-toolkit/
12
WWW: http://www.percona.com/software/percona-toolkit/
(-)./pkg-plist (+1 lines)
Lines 1-3 Link Here
1
bin/pt-agent
1
bin/pt-align
2
bin/pt-align
2
bin/pt-archiver
3
bin/pt-archiver
3
bin/pt-config-diff
4
bin/pt-config-diff

Return to bug 180089