Index: head/databases/percona-toolkit/Makefile =================================================================== --- head/databases/percona-toolkit/Makefile (revision 289089) +++ head/databases/percona-toolkit/Makefile (revision 289090) @@ -1,58 +1,60 @@ # New ports collection makefile for: percona-toolkit # Date created: 15 September 2011 # Whom: Florian Smeets # # $FreeBSD$ # PORTNAME= percona-toolkit -PORTVERSION= 1.0.2 +PORTVERSION= 2.0.2 CATEGORIES= databases -MASTER_SITES= http://www.percona.com/downloads/percona-toolkit/ +MASTER_SITES= http://www.percona.com/downloads/percona-toolkit/${PORTVERSION}/ MAINTAINER= flo@FreeBSD.org COMMENT= Collection of essential command-line utilities for MySQL RUN_DEPENDS= bash:${PORTSDIR}/shells/bash \ p5-DBD-mysql>=3:${PORTSDIR}/databases/p5-DBD-mysql \ p5-DBI>=1.46:${PORTSDIR}/databases/p5-DBI \ p5-Term-ReadKey>=2.10:${PORTSDIR}/devel/p5-Term-ReadKey PERL_CONFIGURE= yes -MAN1= pt-mysql-summary.1 \ - pt-kill.1 \ - pt-online-schema-change.1 \ - pt-trend.1 \ - pt-table-sync.1 \ - pt-upgrade.1 \ - pt-fifo-split.1 \ - pt-slave-find.1 \ - pt-log-player.1 \ - pt-find.1 \ +MAN1= percona-toolkit.1 \ + pt-align.1 \ pt-archiver.1 \ + pt-collect.1 \ + pt-config-diff.1 \ pt-deadlock-logger.1 \ - pt-mext.1 \ - pt-slave-restart.1 \ - pt-summary.1 \ + pt-diskstats.1 \ + pt-duplicate-key-checker.1 \ + pt-fifo-split.1 \ + pt-find.1 \ pt-fk-error-logger.1 \ - pt-table-checksum.1 \ + pt-heartbeat.1 \ + pt-index-usage.1 \ + pt-ioprofile.1 \ + pt-kill.1 \ + pt-log-player.1 \ + pt-mext.1 \ + pt-mysql-summary.1 \ + pt-online-schema-change.1 \ + pt-pmp.1 \ + pt-query-advisor.1 \ pt-query-digest.1 \ pt-show-grants.1 \ - percona-toolkit.1 \ - pt-pmp.1 \ - pt-heartbeat.1 \ - pt-slave-delay.1 \ pt-sift.1 \ - pt-diskstats.1 \ - pt-visual-explain.1 \ - pt-query-advisor.1 \ - pt-variable-advisor.1 \ - pt-collect.1 \ - pt-index-usage.1 \ + pt-slave-delay.1 \ + pt-slave-find.1 \ + pt-slave-restart.1 \ + pt-stalk.1 \ + pt-summary.1 \ + pt-table-checksum.1 \ + pt-table-sync.1 \ pt-tcp-model.1 \ - pt-duplicate-key-checker.1 \ - pt-config-diff.1 \ - pt-stalk.1 + pt-trend.1 \ + pt-upgrade.1 \ + pt-variable-advisor.1 \ + pt-visual-explain.1 .include Property changes on: head/databases/percona-toolkit/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/databases/percona-toolkit/distinfo =================================================================== --- head/databases/percona-toolkit/distinfo (revision 289089) +++ head/databases/percona-toolkit/distinfo (revision 289090) @@ -1,2 +1,2 @@ -SHA256 (percona-toolkit-1.0.2.tar.gz) = f593d8859c9e7331e7a6c14e9b7e314b3385ed431ccee11e5207fc45b9e4fc6a -SIZE (percona-toolkit-1.0.2.tar.gz) = 1027175 +SHA256 (percona-toolkit-2.0.2.tar.gz) = 2d492b46f60346dc9486547f9a5ca29a6cce49b36f7f363caf50629a3c74a46c +SIZE (percona-toolkit-2.0.2.tar.gz) = 1027770 Property changes on: head/databases/percona-toolkit/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/databases/percona-toolkit/pkg-plist =================================================================== --- head/databases/percona-toolkit/pkg-plist (revision 289089) +++ head/databases/percona-toolkit/pkg-plist (revision 289090) @@ -1,35 +1,37 @@ -bin/pt-mysql-summary -bin/pt-kill -bin/pt-online-schema-change -bin/pt-trend -bin/pt-table-sync -bin/pt-upgrade -bin/pt-fifo-split -bin/pt-slave-find -bin/pt-log-player -bin/pt-find +bin/pt-align bin/pt-archiver +bin/pt-collect +bin/pt-config-diff bin/pt-deadlock-logger -bin/pt-mext -bin/pt-slave-restart -bin/pt-summary +bin/pt-diskstats +bin/pt-duplicate-key-checker +bin/pt-fifo-split +bin/pt-find bin/pt-fk-error-logger -bin/pt-table-checksum +bin/pt-heartbeat +bin/pt-index-usage +bin/pt-ioprofile +bin/pt-kill +bin/pt-log-player +bin/pt-mext +bin/pt-mysql-summary +bin/pt-online-schema-change +bin/pt-pmp +bin/pt-query-advisor bin/pt-query-digest bin/pt-show-grants -bin/pt-pmp -bin/pt-heartbeat -bin/pt-slave-delay bin/pt-sift -bin/pt-diskstats -bin/pt-visual-explain -bin/pt-query-advisor -bin/pt-variable-advisor -bin/pt-collect -bin/pt-index-usage -bin/pt-tcp-model -bin/pt-duplicate-key-checker -bin/pt-config-diff +bin/pt-slave-delay +bin/pt-slave-find +bin/pt-slave-restart bin/pt-stalk +bin/pt-summary +bin/pt-table-checksum +bin/pt-table-sync +bin/pt-tcp-model +bin/pt-trend +bin/pt-upgrade +bin/pt-variable-advisor +bin/pt-visual-explain %%SITE_PERL%%/%%PERL_ARCH%%/auto/percona-toolkit/.packlist @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/percona-toolkit Property changes on: head/databases/percona-toolkit/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property