mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- update to 0.8.0
Changes: - improved attach compatibility for all IBM jvms - fixed wrong CPU/GC values for IBM J9 jvms - in case of unsupported heap size metric retrieval, n/a will be displayed instead of 0m - improved argument parsing, support for short-options, added help (pass --help), see issue #28 (now using the great jopt-simple library) - when passing the --once option, terminal will not be cleared anymore (see issue #27) - improved shell script for guessing the path if a JAVA_HOME environment variable is not present (thanks to Markus Kolb)
This commit is contained in:
parent
4524259466
commit
c3346b1770
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=324790
2 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= jvmtop
|
||||
PORTVERSION= 0.7.1
|
||||
PORTVERSION= 0.8.0
|
||||
CATEGORIES= sysutils java
|
||||
MASTER_SITES= GOOGLE_CODE
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (jvmtop-0.7.1.tar.gz) = 0f73b5f001f0666dcef420d732dd08206b14b262074f27ec88f2a7a2a39943e2
|
||||
SIZE (jvmtop-0.7.1.tar.gz) = 49631
|
||||
SHA256 (jvmtop-0.8.0.tar.gz) = f9de8159240b400a51b196520b4c4f0ddbcaa8e587fab1f0a59be8a00dc128c4
|
||||
SIZE (jvmtop-0.8.0.tar.gz) = 93680
|
||||
|
|
Loading…
Add table
Reference in a new issue