diff options
author | pav <pav@FreeBSD.org> | 2003-11-15 06:42:38 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2003-11-15 06:42:38 +0800 |
commit | e87d7335269fb24a36c14a00459e5c38c19eaf5b (patch) | |
tree | c12053143128155226dba7665eabd3eda01f0b87 /deskutils | |
parent | 0fa3663160f65d8f0150ef6ceb56a95aac98a05f (diff) | |
download | freebsd-ports-gnome-e87d7335269fb24a36c14a00459e5c38c19eaf5b.tar.gz freebsd-ports-gnome-e87d7335269fb24a36c14a00459e5c38c19eaf5b.tar.zst freebsd-ports-gnome-e87d7335269fb24a36c14a00459e5c38c19eaf5b.zip |
Update to 0.8.8, major feature enhancement:
- all the wxListBox widgets have been replaced by wxListCtrl controls
- added searchable index support via new Index panel
- bugfix: uppercase .HTM files are recognized to be text/html
Approved by: adamw (mentor)
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/xchm/Makefile | 2 | ||||
-rw-r--r-- | deskutils/xchm/distinfo | 2 | ||||
-rw-r--r-- | deskutils/xchm/files/patch-src-chmfile.h | 10 |
3 files changed, 12 insertions, 2 deletions
diff --git a/deskutils/xchm/Makefile b/deskutils/xchm/Makefile index f2c884e0e83e..18f8cc5a8709 100644 --- a/deskutils/xchm/Makefile +++ b/deskutils/xchm/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xchm -PORTVERSION= 0.8.7 +PORTVERSION= 0.8.8 CATEGORIES= deskutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/deskutils/xchm/distinfo b/deskutils/xchm/distinfo index 82c0dc686b67..29dc6ebae1e8 100644 --- a/deskutils/xchm/distinfo +++ b/deskutils/xchm/distinfo @@ -1 +1 @@ -MD5 (xchm-0.8.7.tar.gz) = 0bb485f68199707a78329524f4fff572 +MD5 (xchm-0.8.8.tar.gz) = f704bbddc1c564c8e965cd7a8befa758 diff --git a/deskutils/xchm/files/patch-src-chmfile.h b/deskutils/xchm/files/patch-src-chmfile.h new file mode 100644 index 000000000000..6b530de1b521 --- /dev/null +++ b/deskutils/xchm/files/patch-src-chmfile.h @@ -0,0 +1,10 @@ +--- src/chmfile.h.orig Wed Nov 5 19:37:01 2003 ++++ src/chmfile.h Fri Nov 14 22:11:24 2003 +@@ -23,6 +23,7 @@ + #define __CHMFILE_H_ + + #include <chm_lib.h> ++#include <wx/filefn.h> + #include <wx/string.h> + #include <wx/hashmap.h> + #include <wx/font.h> |