Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Aug 2013 02:28:50 +0000 (UTC)
From:      Jason Helfman <jgh@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r324790 - head/sysutils/jvmtop
Message-ID:  <201308160228.r7G2Sod2035584@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jgh
Date: Fri Aug 16 02:28:50 2013
New Revision: 324790
URL: http://svnweb.freebsd.org/changeset/ports/324790

Log:
  - 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)

Modified:
  head/sysutils/jvmtop/Makefile
  head/sysutils/jvmtop/distinfo

Modified: head/sysutils/jvmtop/Makefile
==============================================================================
--- head/sysutils/jvmtop/Makefile	Fri Aug 16 01:45:13 2013	(r324789)
+++ head/sysutils/jvmtop/Makefile	Fri Aug 16 02:28:50 2013	(r324790)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	jvmtop
-PORTVERSION=	0.7.1
+PORTVERSION=	0.8.0
 CATEGORIES=	sysutils java
 MASTER_SITES=	GOOGLE_CODE
 

Modified: head/sysutils/jvmtop/distinfo
==============================================================================
--- head/sysutils/jvmtop/distinfo	Fri Aug 16 01:45:13 2013	(r324789)
+++ head/sysutils/jvmtop/distinfo	Fri Aug 16 02:28:50 2013	(r324790)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308160228.r7G2Sod2035584>