aboutsummaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorYi-Jheng Lin <yzlin@FreeBSD.org>2009-08-07 15:27:02 +0000
committerYi-Jheng Lin <yzlin@FreeBSD.org>2009-08-07 15:27:02 +0000
commit80fd2dfdd103f09ad531083537b68ec4434b5d66 (patch)
treeee5078782affc2bda29ccbdc44d8b43492b2aaae /sysutils
parent4574f1e460923c6787e8f6c0548940462a9ddf0d (diff)
downloadports-80fd2dfdd103f09ad531083537b68ec4434b5d66.tar.gz
ports-80fd2dfdd103f09ad531083537b68ec4434b5d66.zip
Notes
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/htop/Makefile2
-rw-r--r--sysutils/htop/distinfo6
-rw-r--r--sysutils/htop/files/patch-RichString.c14
-rw-r--r--sysutils/htop/files/patch-RichString.h14
4 files changed, 32 insertions, 4 deletions
diff --git a/sysutils/htop/Makefile b/sysutils/htop/Makefile
index ad6b93e81efd..23a8214885ec 100644
--- a/sysutils/htop/Makefile
+++ b/sysutils/htop/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= htop
-PORTVERSION= 0.8.2
+PORTVERSION= 0.8.3
CATEGORIES= sysutils
MASTER_SITES= SF
diff --git a/sysutils/htop/distinfo b/sysutils/htop/distinfo
index e21dc959b20a..d46fa53bc6ef 100644
--- a/sysutils/htop/distinfo
+++ b/sysutils/htop/distinfo
@@ -1,3 +1,3 @@
-MD5 (htop-0.8.2.tar.gz) = 78c2382dc4ff0cf5a29a5c3bc1e556ec
-SHA256 (htop-0.8.2.tar.gz) = 8e77ad7dbf6333ed158dcd3ab16da346ded680fd50a1c258e3a6771e4ca1c707
-SIZE (htop-0.8.2.tar.gz) = 418756
+MD5 (htop-0.8.3.tar.gz) = 5c9f093f9eaddf6e77aa6d54c2116d0c
+SHA256 (htop-0.8.3.tar.gz) = f03bac8999c57c399cbf4332831bcce905d0393d0f97f7e32a1407b48890dd9d
+SIZE (htop-0.8.3.tar.gz) = 428061
diff --git a/sysutils/htop/files/patch-RichString.c b/sysutils/htop/files/patch-RichString.c
new file mode 100644
index 000000000000..0599728b1d7b
--- /dev/null
+++ b/sysutils/htop/files/patch-RichString.c
@@ -0,0 +1,14 @@
+--- RichString.c.orig
++++ RichString.c
+@@ -13,7 +13,11 @@
+ #include "debug.h"
+ #include <assert.h>
+ #ifdef HAVE_LIBNCURSESW
++# ifdef HAVE_NCURSESW_CURSES_H
+ #include <ncursesw/curses.h>
++# else
++#include <curses.h>
++# endif
+ #else
+ #include <curses.h>
+ #endif
diff --git a/sysutils/htop/files/patch-RichString.h b/sysutils/htop/files/patch-RichString.h
new file mode 100644
index 000000000000..ff753a267e2d
--- /dev/null
+++ b/sysutils/htop/files/patch-RichString.h
@@ -0,0 +1,14 @@
+--- RichString.h.orig
++++ RichString.h
+@@ -16,7 +16,11 @@
+ #include "debug.h"
+ #include <assert.h>
+ #ifdef HAVE_LIBNCURSESW
++# ifdef HAVE_NCURSESW_CURSES_H
+ #include <ncursesw/curses.h>
++# else
++#include <curses.h>
++# endif
+ #else
+ #include <curses.h>
+ #endif