sysutils/htop: Update to 2.0.2

- Update to new release 2.0.2
  - Remove patches now included upstream

PR:		211285
Approved by:	Hung-Yi Chen <gaod@hychen.org> (maintainer)
This commit is contained in:
Bernard Spil 2016-07-23 17:50:27 +00:00
parent 50c4d691dc
commit b738a2237c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=418975
4 changed files with 4 additions and 25 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= htop
PORTVERSION= 2.0.1
PORTVERSION= 2.0.2
CATEGORIES= sysutils
MAINTAINER= gaod@hychen.org

View File

@ -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

View File

@ -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'))
}*/

View File

@ -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];