Date: Tue, 30 Jul 2013 16:24:11 +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: r323974 - head/sysutils/jvmtop Message-ID: <201307301624.r6UGOBpV081074@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jgh Date: Tue Jul 30 16:24:11 2013 New Revision: 323974 URL: http://svnweb.freebsd.org/changeset/ports/323974 Log: - update to 0.7.1 Changes: - scrolling issue in some terminal environments should now be finally fixed, see issue #21 and issue #25 - new argument: --once will terminate jvmtop right after first output iteration Modified: head/sysutils/jvmtop/Makefile head/sysutils/jvmtop/distinfo Modified: head/sysutils/jvmtop/Makefile ============================================================================== --- head/sysutils/jvmtop/Makefile Tue Jul 30 15:32:37 2013 (r323973) +++ head/sysutils/jvmtop/Makefile Tue Jul 30 16:24:11 2013 (r323974) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= jvmtop -PORTVERSION= 0.7.0 +PORTVERSION= 0.7.1 CATEGORIES= sysutils java MASTER_SITES= GOOGLE_CODE @@ -25,11 +25,4 @@ do-install: ${INSTALL_DATA} ${WRKDIR}/${PORTNAME}.jar ${JAVAJARDIR} ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.sh ${PREFIX}/bin/${PORTNAME} -post-install: - @${ECHO_MSG} - @${ECHO_MSG} "It is recommended to install and use jvmtop under a terminal" - @${ECHO_MSG} "emulation software such as sysutils/tmux, or sysutils/screen," - @${ECHO_MSG} "until remote top-like session behavior is in place." - @${ECHO_MSG} - .include <bsd.port.mk> Modified: head/sysutils/jvmtop/distinfo ============================================================================== --- head/sysutils/jvmtop/distinfo Tue Jul 30 15:32:37 2013 (r323973) +++ head/sysutils/jvmtop/distinfo Tue Jul 30 16:24:11 2013 (r323974) @@ -1,2 +1,2 @@ -SHA256 (jvmtop-0.7.0.tar.gz) = 4e5feb5d6314de86677dd62273c8a11660dd817a117c60a93397f39a9f3b4601 -SIZE (jvmtop-0.7.0.tar.gz) = 49504 +SHA256 (jvmtop-0.7.1.tar.gz) = 0f73b5f001f0666dcef420d732dd08206b14b262074f27ec88f2a7a2a39943e2 +SIZE (jvmtop-0.7.1.tar.gz) = 49631
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307301624.r6UGOBpV081074>