aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils/kchmviewer
diff options
context:
space:
mode:
authormarkus <markus@FreeBSD.org>2005-12-13 19:59:53 +0800
committermarkus <markus@FreeBSD.org>2005-12-13 19:59:53 +0800
commitdcecdf064b00387e08c563c234b7585e4a39a293 (patch)
tree2e880eb4416582e7915f8b9252eacdf77cc7c13d /deskutils/kchmviewer
parent36f800f24f3660097f50ca4ad5c75c1596c4bba1 (diff)
downloadfreebsd-ports-gnome-dcecdf064b00387e08c563c234b7585e4a39a293.tar.gz
freebsd-ports-gnome-dcecdf064b00387e08c563c234b7585e4a39a293.tar.zst
freebsd-ports-gnome-dcecdf064b00387e08c563c234b7585e4a39a293.zip
- Update to version 1.3
- Add SHA256
Diffstat (limited to 'deskutils/kchmviewer')
-rw-r--r--deskutils/kchmviewer/Makefile2
-rw-r--r--deskutils/kchmviewer/distinfo5
-rw-r--r--deskutils/kchmviewer/files/patch-kchmsearchtoolbar.cpp12
-rw-r--r--deskutils/kchmviewer/files/patch-kqtempfile.cpp10
4 files changed, 26 insertions, 3 deletions
diff --git a/deskutils/kchmviewer/Makefile b/deskutils/kchmviewer/Makefile
index d35130a2fe42..8bea525779b3 100644
--- a/deskutils/kchmviewer/Makefile
+++ b/deskutils/kchmviewer/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= kchmviewer
-PORTVERSION= 1.1
+PORTVERSION= 1.3
CATEGORIES= deskutils kde
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
diff --git a/deskutils/kchmviewer/distinfo b/deskutils/kchmviewer/distinfo
index ca30ecd4aeb6..5d64725e6b55 100644
--- a/deskutils/kchmviewer/distinfo
+++ b/deskutils/kchmviewer/distinfo
@@ -1,2 +1,3 @@
-MD5 (kchmviewer-1.1.tar.gz) = 0346b051ed0b3c9c04790bedf889265a
-SIZE (kchmviewer-1.1.tar.gz) = 557796
+MD5 (kchmviewer-1.3.tar.gz) = 0bda19a63dafd5fbb69ea2e3b7f1fa75
+SHA256 (kchmviewer-1.3.tar.gz) = 316e7b0a4b98187efc3421111e6241ca1173f84deab2302161512d9d390f26d6
+SIZE (kchmviewer-1.3.tar.gz) = 567704
diff --git a/deskutils/kchmviewer/files/patch-kchmsearchtoolbar.cpp b/deskutils/kchmviewer/files/patch-kchmsearchtoolbar.cpp
new file mode 100644
index 000000000000..c1214cce424a
--- /dev/null
+++ b/deskutils/kchmviewer/files/patch-kchmsearchtoolbar.cpp
@@ -0,0 +1,12 @@
+--- src/kchmsearchtoolbar.cpp.orig Sun Dec 11 20:04:40 2005
++++ src/kchmsearchtoolbar.cpp Sun Dec 11 20:06:22 2005
+@@ -19,6 +19,9 @@
+ * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
+ ***************************************************************************/
+
++#include <sys/types.h>
++#include <unistd.h>
++
+ #include <qtoolbutton.h>
+ #include <qcombobox.h>
+ #include <qlineedit.h>
diff --git a/deskutils/kchmviewer/files/patch-kqtempfile.cpp b/deskutils/kchmviewer/files/patch-kqtempfile.cpp
new file mode 100644
index 000000000000..a88f4c854c62
--- /dev/null
+++ b/deskutils/kchmviewer/files/patch-kqtempfile.cpp
@@ -0,0 +1,10 @@
+--- src/kqtempfile.cpp.orig Sun Dec 11 20:11:50 2005
++++ src/kqtempfile.cpp Sun Dec 11 20:12:53 2005
+@@ -20,6 +20,7 @@
+ ***************************************************************************/
+
+ #include <unistd.h>
++#include <time.h>
+
+ #include "kqtempfile.h"
+