diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2003-12-31 17:56:09 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2003-12-31 17:56:09 +0000 |
commit | c2d7882d5f0861b118179a2bd1e7b62310619efe (patch) | |
tree | c5d2504c999c361f113dbfc5ef5c48fc9dbb5b0d /deskutils/xchm | |
parent | f069c11957f6769f877c5b06c5ca331ff939d317 (diff) | |
download | ports-c2d7882d5f0861b118179a2bd1e7b62310619efe.tar.gz ports-c2d7882d5f0861b118179a2bd1e7b62310619efe.zip |
Notes
Diffstat (limited to 'deskutils/xchm')
-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, 2 insertions, 12 deletions
diff --git a/deskutils/xchm/Makefile b/deskutils/xchm/Makefile index 18f8cc5a8709..11f5a0e963f9 100644 --- a/deskutils/xchm/Makefile +++ b/deskutils/xchm/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xchm -PORTVERSION= 0.8.8 +PORTVERSION= 0.8.9 CATEGORIES= deskutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/deskutils/xchm/distinfo b/deskutils/xchm/distinfo index 29dc6ebae1e8..224179803fbf 100644 --- a/deskutils/xchm/distinfo +++ b/deskutils/xchm/distinfo @@ -1 +1 @@ -MD5 (xchm-0.8.8.tar.gz) = f704bbddc1c564c8e965cd7a8befa758 +MD5 (xchm-0.8.9.tar.gz) = 63c6a8e50c58117d5ddff97b492891e3 diff --git a/deskutils/xchm/files/patch-src-chmfile.h b/deskutils/xchm/files/patch-src-chmfile.h deleted file mode 100644 index 6b530de1b521..000000000000 --- a/deskutils/xchm/files/patch-src-chmfile.h +++ /dev/null @@ -1,10 +0,0 @@ ---- 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> |