From owner-svn-ports-head@FreeBSD.ORG Fri Aug 16 02:28:51 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 4AD51C61; Fri, 16 Aug 2013 02:28:51 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 385C12748; Fri, 16 Aug 2013 02:28:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7G2SpO4035586; Fri, 16 Aug 2013 02:28:51 GMT (envelope-from jgh@svn.freebsd.org) Received: (from jgh@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7G2Sod2035584; Fri, 16 Aug 2013 02:28:50 GMT (envelope-from jgh@svn.freebsd.org) Message-Id: <201308160228.r7G2Sod2035584@svn.freebsd.org> From: Jason Helfman Date: Fri, 16 Aug 2013 02:28:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324790 - head/sysutils/jvmtop X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Aug 2013 02:28:51 -0000 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