diff options
author | yzlin <yzlin@FreeBSD.org> | 2009-08-07 23:27:02 +0800 |
---|---|---|
committer | yzlin <yzlin@FreeBSD.org> | 2009-08-07 23:27:02 +0800 |
commit | 986bf826875aaa3d6c29ecaf5ca1bea0643d03eb (patch) | |
tree | 2099b5418a4a33b55b03dae9b35b8aac90f07669 /sysutils | |
parent | d9d19574e5fd276e71a98a0f06cf225187f9e046 (diff) | |
download | freebsd-ports-gnome-986bf826875aaa3d6c29ecaf5ca1bea0643d03eb.tar.gz freebsd-ports-gnome-986bf826875aaa3d6c29ecaf5ca1bea0643d03eb.tar.zst freebsd-ports-gnome-986bf826875aaa3d6c29ecaf5ca1bea0643d03eb.zip |
- Update to 0.8.3
Approved by: rafan (co-mentor)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/htop/Makefile | 2 | ||||
-rw-r--r-- | sysutils/htop/distinfo | 6 | ||||
-rw-r--r-- | sysutils/htop/files/patch-RichString.c | 14 | ||||
-rw-r--r-- | sysutils/htop/files/patch-RichString.h | 14 |
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 |