Index: sysutils/htop/Makefile =================================================================== --- sysutils/htop/Makefile (revision 418909) +++ sysutils/htop/Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= htop -PORTVERSION= 2.0.1 +PORTVERSION= 2.0.2 CATEGORIES= sysutils MAINTAINER= gaod@hychen.org Index: sysutils/htop/distinfo =================================================================== --- sysutils/htop/distinfo (revision 418909) +++ sysutils/htop/distinfo (working copy) @@ -1,2 +1,3 @@ -SHA256 (hishamhm-htop-2.0.1_GH0.tar.gz) = 636c1e8b703058e793e8d25423af4b74059290ef9e48fa261ba58555069517b5 -SIZE (hishamhm-htop-2.0.1_GH0.tar.gz) = 145463 +TIMESTAMP = 1469166026 +SHA256 (hishamhm-htop-2.0.2_GH0.tar.gz) = 1e93e6743dddad254fac2ad0d83b00a82173c75ecbd6ef6f7d55da690eb64b92 +SIZE (hishamhm-htop-2.0.2_GH0.tar.gz) = 146391 Index: sysutils/htop/files/patch-CRT.c =================================================================== --- sysutils/htop/files/patch-CRT.c (revision 418909) +++ sysutils/htop/files/patch-CRT.c (working copy) @@ -1,11 +0,0 @@ ---- CRT.c.orig 2016-03-07 21:32:06 UTC -+++ CRT.c -@@ -125,7 +125,7 @@ void CRT_fatalError(const char* note) __ - - void CRT_handleSIGSEGV(int sgn); - --#define KEY_ALT(x) KEY_F(60) + (x - 'A') -+#define KEY_ALT(x) (KEY_F(64 - 26) + (x - 'A')) - - }*/ - Index: sysutils/htop/files/patch-CRT.h =================================================================== --- sysutils/htop/files/patch-CRT.h (revision 418909) +++ sysutils/htop/files/patch-CRT.h (working copy) @@ -1,11 +0,0 @@ ---- CRT.h.orig 2016-03-07 21:32:06 UTC -+++ CRT.h -@@ -115,7 +115,7 @@ void CRT_fatalError(const char* note) __ - - void CRT_handleSIGSEGV(int sgn); - --#define KEY_ALT(x) KEY_F(60) + (x - 'A') -+#define KEY_ALT(x) (KEY_F(64 - 26) + (x - 'A')) - - - extern const char *CRT_treeStrAscii[TREE_STR_COUNT];