From b738a2237c828fa2510d783ee0e45d6148b4c604 Mon Sep 17 00:00:00 2001 From: Bernard Spil Date: Sat, 23 Jul 2016 17:50:27 +0000 Subject: [PATCH] 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 (maintainer) --- sysutils/htop/Makefile | 2 +- sysutils/htop/distinfo | 5 +++-- sysutils/htop/files/patch-CRT.c | 11 ----------- sysutils/htop/files/patch-CRT.h | 11 ----------- 4 files changed, 4 insertions(+), 25 deletions(-) delete mode 100644 sysutils/htop/files/patch-CRT.c delete mode 100644 sysutils/htop/files/patch-CRT.h diff --git a/sysutils/htop/Makefile b/sysutils/htop/Makefile index ac05da0c673d..5d59ca72db6d 100644 --- a/sysutils/htop/Makefile +++ b/sysutils/htop/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= htop -PORTVERSION= 2.0.1 +PORTVERSION= 2.0.2 CATEGORIES= sysutils MAINTAINER= gaod@hychen.org diff --git a/sysutils/htop/distinfo b/sysutils/htop/distinfo index 6cb973857b6b..8b087c5a92cf 100644 --- a/sysutils/htop/distinfo +++ b/sysutils/htop/distinfo @@ -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 diff --git a/sysutils/htop/files/patch-CRT.c b/sysutils/htop/files/patch-CRT.c deleted file mode 100644 index ec47e1db5eb6..000000000000 --- a/sysutils/htop/files/patch-CRT.c +++ /dev/null @@ -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')) - - }*/ - diff --git a/sysutils/htop/files/patch-CRT.h b/sysutils/htop/files/patch-CRT.h deleted file mode 100644 index ffbcff3cd532..000000000000 --- a/sysutils/htop/files/patch-CRT.h +++ /dev/null @@ -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];