Index: head/sysutils/htop/files/patch-CRT.c =================================================================== --- head/sysutils/htop/files/patch-CRT.c (revision 418974) +++ head/sysutils/htop/files/patch-CRT.c (nonexistent) @@ -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')) - - }*/ - Property changes on: head/sysutils/htop/files/patch-CRT.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/sysutils/htop/files/patch-CRT.h =================================================================== --- head/sysutils/htop/files/patch-CRT.h (revision 418974) +++ head/sysutils/htop/files/patch-CRT.h (nonexistent) @@ -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]; Property changes on: head/sysutils/htop/files/patch-CRT.h ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/sysutils/htop/Makefile =================================================================== --- head/sysutils/htop/Makefile (revision 418974) +++ head/sysutils/htop/Makefile (revision 418975) @@ -1,30 +1,30 @@ # Created by: Tony Shadwick # $FreeBSD$ PORTNAME= htop -PORTVERSION= 2.0.1 +PORTVERSION= 2.0.2 CATEGORIES= sysutils MAINTAINER= gaod@hychen.org COMMENT= Better top(1) - interactive process viewer LICENSE= GPLv2 RUN_DEPENDS= lsof:sysutils/lsof GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib -lexecinfo CONFIGURE_ARGS= --enable-unicode USES= autoreconf execinfo libtool ncurses python:2,build shebangfix SHEBANG_LANG= python2 SHEBANG_FILES= scripts/MakeHeader.py USE_GITHUB= yes GH_ACCOUNT= hishamhm PLIST_FILES= bin/htop \ man/man1/htop.1.gz \ share/applications/htop.desktop \ share/pixmaps/htop.png .include Index: head/sysutils/htop/distinfo =================================================================== --- head/sysutils/htop/distinfo (revision 418974) +++ head/sysutils/htop/distinfo (revision 418975) @@ -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