diff --git a/databases/innotop/Makefile b/databases/innotop/Makefile index 0dd0a9d86d0b..a5a929715a3b 100644 --- a/databases/innotop/Makefile +++ b/databases/innotop/Makefile @@ -1,27 +1,30 @@ -# Created by: Steven Kreuzer +# Created by: Steven Kreuzer PORTNAME= innotop -PORTVERSION= 1.11.4 +PORTVERSION= 1.13.0 DISTVERSIONPREFIX= v CATEGORIES= databases MAINTAINER= skreuzer@FreeBSD.org COMMENT= MySQL and InnoDB monitoring program LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= p5-DBD-mysql>=0:databases/p5-DBD-mysql \ p5-DBI>=1.46:databases/p5-DBI \ - p5-Term-ReadKey>=2.10:devel/p5-Term-ReadKey + p5-Term-ReadKey>=2.10:devel/p5-Term-ReadKey \ + p5-Time-HiRes>0:devel/p5-Time-HiRes \ + p5-Term-ANSIColor>0:devel/p5-Term-ANSIColor \ + p5-Term-ReadLine>0:devel/p5-Term-ReadLine RUN_DEPENDS:= ${BUILD_DEPENDS} -USE_GITHUB= yes - USES= mysql perl5 + USE_PERL5= configure +USE_GITHUB= yes post-patch: @${REINPLACE_CMD} -e 's|/etc/innotop|${PREFIX}/etc|g' ${WRKSRC}/innotop .include diff --git a/databases/innotop/distinfo b/databases/innotop/distinfo index 87ff39fab360..c5d438227e90 100644 --- a/databases/innotop/distinfo +++ b/databases/innotop/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1485023021 -SHA256 (innotop-innotop-v1.11.4_GH0.tar.gz) = fb0d7d2558e2198d9224b44dc4220d4c62e1b5b0069312012306275be39b4ab9 -SIZE (innotop-innotop-v1.11.4_GH0.tar.gz) = 179683 +TIMESTAMP = 1639844189 +SHA256 (innotop-innotop-v1.13.0_GH0.tar.gz) = 6ec91568e32bda3126661523d9917c7fbbd4b9f85db79224c01b2a740727a65c +SIZE (innotop-innotop-v1.13.0_GH0.tar.gz) = 189278 diff --git a/databases/innotop/pkg-descr b/databases/innotop/pkg-descr index f16352296983..7d1a2112c96e 100644 --- a/databases/innotop/pkg-descr +++ b/databases/innotop/pkg-descr @@ -1,8 +1,7 @@ -innotop connects to a MySQL database server and retrieves -information from it, then displays it in a manner similar -to the UNIX top program. +innotop is a MySQL and InnoDB transaction/status monitor, like 'top' for MySQL. -It runs on most Unix systems which have Perl, DBI, and -Term::ReadKey installed. +It displays queries, InnoDB transactions, lock waits, deadlocks, foreign key +errors, open tables, replication status, buffer information, row operations, +logs, I/O operations, load graph, and more. -WWW: http://code.google.com/p/innotop/ +WWW: https://github.com/innotop/innotop