git: dbe1af6795fb - main - databases/innotop: Update to version 1.13.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 18 Dec 2021 16:40:47 UTC
The branch main has been updated by skreuzer:
URL: https://cgit.FreeBSD.org/ports/commit/?id=dbe1af6795fb48ab8c3a397597759a9c83892466
commit dbe1af6795fb48ab8c3a397597759a9c83892466
Author: Steven Kreuzer <skreuzer@FreeBSD.org>
AuthorDate: 2021-12-18 16:36:07 +0000
Commit: Steven Kreuzer <skreuzer@FreeBSD.org>
CommitDate: 2021-12-18 16:39:47 +0000
databases/innotop: Update to version 1.13.0
ChangeLog: https://github.com/innotop/innotop/releases/tag/v1.13.0
PR: 260480
Reported By: Vincent Milum Jr <freebsd@darkain.com>
---
databases/innotop/Makefile | 13 ++++++++-----
databases/innotop/distinfo | 6 +++---
databases/innotop/pkg-descr | 11 +++++------
3 files changed, 16 insertions(+), 14 deletions(-)
diff --git a/databases/innotop/Makefile b/databases/innotop/Makefile
index 0dd0a9d86d0b..a5a929715a3b 100644
--- a/databases/innotop/Makefile
+++ b/databases/innotop/Makefile
@@ -1,7 +1,7 @@
-# Created by: Steven Kreuzer <skreuzer@f2o.org>
+# Created by: Steven Kreuzer <skreuzer@FreeBSD.org>
PORTNAME= innotop
-PORTVERSION= 1.11.4
+PORTVERSION= 1.13.0
DISTVERSIONPREFIX= v
CATEGORIES= databases
@@ -13,13 +13,16 @@ 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
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