aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils
diff options
context:
space:
mode:
authormarkus <markus@FreeBSD.org>2005-11-09 01:15:14 +0800
committermarkus <markus@FreeBSD.org>2005-11-09 01:15:14 +0800
commit9f093e7a155b4d1a4b0011bf7d02d0f295783604 (patch)
tree0826528ef57dbb2344ba5652fb49c351824ff14d /deskutils
parent0dfccb3a389aafcf0c1bdc7adc1005ad4cb99f1d (diff)
downloadfreebsd-ports-gnome-9f093e7a155b4d1a4b0011bf7d02d0f295783604.tar.gz
freebsd-ports-gnome-9f093e7a155b4d1a4b0011bf7d02d0f295783604.tar.zst
freebsd-ports-gnome-9f093e7a155b4d1a4b0011bf7d02d0f295783604.zip
Update to version 1.1
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/kchmviewer-kde4/Makefile3
-rw-r--r--deskutils/kchmviewer-kde4/distinfo4
-rw-r--r--deskutils/kchmviewer-kde4/files/patch-chmlib-chm_lib.c16
-rw-r--r--deskutils/kchmviewer/Makefile3
-rw-r--r--deskutils/kchmviewer/distinfo4
-rw-r--r--deskutils/kchmviewer/files/patch-chmlib-chm_lib.c16
6 files changed, 22 insertions, 24 deletions
diff --git a/deskutils/kchmviewer-kde4/Makefile b/deskutils/kchmviewer-kde4/Makefile
index 4080c63eabad..d35130a2fe42 100644
--- a/deskutils/kchmviewer-kde4/Makefile
+++ b/deskutils/kchmviewer-kde4/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-kde4/distinfo b/deskutils/kchmviewer-kde4/distinfo
index d735d79f409d..ca30ecd4aeb6 100644
--- a/deskutils/kchmviewer-kde4/distinfo
+++ b/deskutils/kchmviewer-kde4/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-kde4/files/patch-chmlib-chm_lib.c b/deskutils/kchmviewer-kde4/files/patch-chmlib-chm_lib.c
index 848732cdc121..3a2e190bba74 100644
--- a/deskutils/kchmviewer-kde4/files/patch-chmlib-chm_lib.c
+++ b/deskutils/kchmviewer-kde4/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;
diff --git a/deskutils/kchmviewer/Makefile b/deskutils/kchmviewer/Makefile
index 4080c63eabad..d35130a2fe42 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 d735d79f409d..ca30ecd4aeb6 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 848732cdc121..3a2e190bba74 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;