aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/jvmtop/Makefile
diff options
context:
space:
mode:
authorjgh <jgh@FreeBSD.org>2013-07-31 00:24:11 +0800
committerjgh <jgh@FreeBSD.org>2013-07-31 00:24:11 +0800
commit498f4fa61dce80968897590f1389b6eebbaac2a7 (patch)
treeaacc6afdbff83c62aa04bffc3b7977cee7331fa6 /sysutils/jvmtop/Makefile
parentbfe0d928ae14f5df99c5b714b00371223e48a058 (diff)
downloadfreebsd-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/jvmtop/Makefile')
-rw-r--r--sysutils/jvmtop/Makefile9
1 files changed, 1 insertions, 8 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>