git: b85ffb63fac9 - main - java/jattach: update to 2.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 16 Dec 2021 08:14:06 UTC
The branch main has been updated by mizhka (src committer): URL: https://cgit.FreeBSD.org/ports/commit/?id=b85ffb63fac92dffe71f4079ff5ebddb3432bfb2 commit b85ffb63fac92dffe71f4079ff5ebddb3432bfb2 Author: Michael Zhilin <mizhka@FreeBSD.org> AuthorDate: 2021-12-16 08:11:24 +0000 Commit: Michael Zhilin <mizhka@FreeBSD.org> CommitDate: 2021-12-16 08:13:52 +0000 java/jattach: update to 2.0 --- java/jattach/Makefile | 2 +- java/jattach/distinfo | 6 +++--- java/jattach/pkg-descr | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/java/jattach/Makefile b/java/jattach/Makefile index 96520a794304..57a743a527dd 100644 --- a/java/jattach/Makefile +++ b/java/jattach/Makefile @@ -1,6 +1,6 @@ PORTNAME= jattach DISTVERSIONPREFIX= v -DISTVERSION= 1.5 +DISTVERSION= 2.0 CATEGORIES= java devel MAINTAINER= mizhka@FreeBSD.org diff --git a/java/jattach/distinfo b/java/jattach/distinfo index 31f840efbb73..084e886cf958 100644 --- a/java/jattach/distinfo +++ b/java/jattach/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1553401754 -SHA256 (apangin-jattach-v1.5_GH0.tar.gz) = 03829443d69e86537dd04a2d7e9c25a5777559716139363b335722299c1cd153 -SIZE (apangin-jattach-v1.5_GH0.tar.gz) = 11517 +TIMESTAMP = 1639641964 +SHA256 (apangin-jattach-v2.0_GH0.tar.gz) = 58f1abdcdac66fae77efbc1d5597a7e41085a10d2ab4464e9c672ec86e2a5612 +SIZE (apangin-jattach-v2.0_GH0.tar.gz) = 15796 diff --git a/java/jattach/pkg-descr b/java/jattach/pkg-descr index 52cd49cb729b..a46cb97f9730 100644 --- a/java/jattach/pkg-descr +++ b/java/jattach/pkg-descr @@ -1,4 +1,4 @@ -The utility to send commands to remote JVM via Dynamic Attach mechanism. +The utility to send commands to remote JVM via Dynamic Attach mechanism. All-in-one jmap + jstack + jcmd + jinfo functionality in a single tiny program. No installed JDK required, works with just JRE.