diff options
author | markus <markus@FreeBSD.org> | 2005-11-08 17:15:14 +0000 |
---|---|---|
committer | markus <markus@FreeBSD.org> | 2005-11-08 17:15:14 +0000 |
commit | 9f093e7a155b4d1a4b0011bf7d02d0f295783604 (patch) | |
tree | 0826528ef57dbb2344ba5652fb49c351824ff14d /deskutils/kchmviewer | |
parent | 0dfccb3a389aafcf0c1bdc7adc1005ad4cb99f1d (diff) | |
download | FreeBSD-ports-9f093e7a155b4d1a4b0011bf7d02d0f295783604.zip FreeBSD-ports-9f093e7a155b4d1a4b0011bf7d02d0f295783604.tar.gz |
Update to version 1.1
Diffstat (limited to 'deskutils/kchmviewer')
-rw-r--r-- | deskutils/kchmviewer/Makefile | 3 | ||||
-rw-r--r-- | deskutils/kchmviewer/distinfo | 4 | ||||
-rw-r--r-- | deskutils/kchmviewer/files/patch-chmlib-chm_lib.c | 16 |
3 files changed, 11 insertions, 12 deletions
diff --git a/deskutils/kchmviewer/Makefile b/deskutils/kchmviewer/Makefile index 4080c63..d35130a 100644 --- a/deskutils/kchmviewer/Makefile +++ b/deskutils/kchmviewer/Makefile @@ -6,8 +6,7 @@ # PORTNAME= kchmviewer -PORTVERSION= 1.0 -PORTREVISION= 1 +PORTVERSION= 1.1 CATEGORIES= deskutils kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/deskutils/kchmviewer/distinfo b/deskutils/kchmviewer/distinfo index d735d79..ca30ecd 100644 --- a/deskutils/kchmviewer/distinfo +++ b/deskutils/kchmviewer/distinfo @@ -1,2 +1,2 @@ -MD5 (kchmviewer-1.0.tar.gz) = 0f9595cbb13eb950261e660c168dc033 -SIZE (kchmviewer-1.0.tar.gz) = 558754 +MD5 (kchmviewer-1.1.tar.gz) = 0346b051ed0b3c9c04790bedf889265a +SIZE (kchmviewer-1.1.tar.gz) = 557796 diff --git a/deskutils/kchmviewer/files/patch-chmlib-chm_lib.c b/deskutils/kchmviewer/files/patch-chmlib-chm_lib.c index 848732c..3a2e190 100644 --- a/deskutils/kchmviewer/files/patch-chmlib-chm_lib.c +++ b/deskutils/kchmviewer/files/patch-chmlib-chm_lib.c @@ -1,11 +1,11 @@ ---- chmlib-0.35/chm_lib.c.orig Thu Jun 30 19:24:09 2005 -+++ chmlib-0.35/chm_lib.c Tue Aug 9 20:22:47 2005 -@@ -160,7 +160,7 @@ - /* Sparc */ - /* MIPS */ - /* PPC */ --#elif __i386__ || __sun || __sgi || __ppc__ || __x86_64__ -+#elif __i386__ || __sun || __sgi || __ppc__ || __x86_64__ || __ia64__ || __alpha__ || __sparc64__ +--- chmlib/chm_lib.c.orig Tue Nov 8 16:18:06 2005 ++++ chmlib/chm_lib.c Tue Nov 8 16:20:05 2005 +@@ -171,7 +171,7 @@ + + /* x86-64 */ + /* Note that these may be appropriate for other 64-bit machines. */ +-#elif __x86_64__ ++#elif __x86_64__ || __ia64__ || __alpha__ || __sparc64__ typedef unsigned char UChar; typedef short Int16; typedef unsigned short UInt16; |