From 498f4fa61dce80968897590f1389b6eebbaac2a7 Mon Sep 17 00:00:00 2001 From: jgh Date: Tue, 30 Jul 2013 16:24:11 +0000 Subject: - 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 --- sysutils/jvmtop/Makefile | 9 +-------- sysutils/jvmtop/distinfo | 4 ++-- 2 files changed, 3 insertions(+), 10 deletions(-) (limited to 'sysutils') diff --git a/sysutils/jvmtop/Makefile b/sysutils/jvmtop/Makefile index b61652234fd0..a2aa33c9990f 100644 --- a/sysutils/jvmtop/Makefile +++ b/sysutils/jvmtop/Makefile @@ -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 diff --git a/sysutils/jvmtop/distinfo b/sysutils/jvmtop/distinfo index d165eabd705f..e334f0159b58 100644 --- a/sysutils/jvmtop/distinfo +++ b/sysutils/jvmtop/distinfo @@ -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 -- cgit