diff options
author | jgh <jgh@FreeBSD.org> | 2013-07-31 00:24:11 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2013-07-31 00:24:11 +0800 |
commit | 498f4fa61dce80968897590f1389b6eebbaac2a7 (patch) | |
tree | aacc6afdbff83c62aa04bffc3b7977cee7331fa6 /sysutils | |
parent | bfe0d928ae14f5df99c5b714b00371223e48a058 (diff) | |
download | freebsd-ports-gnome-498f4fa61dce80968897590f1389b6eebbaac2a7.tar.gz freebsd-ports-gnome-498f4fa61dce80968897590f1389b6eebbaac2a7.tar.zst freebsd-ports-gnome-498f4fa61dce80968897590f1389b6eebbaac2a7.zip |
- 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
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/jvmtop/Makefile | 9 | ||||
-rw-r--r-- | sysutils/jvmtop/distinfo | 4 |
2 files changed, 3 insertions, 10 deletions
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 <bsd.port.mk> 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 |