summaryrefslogtreecommitdiffstats
path: root/deskutils/kchmviewer-kde4
diff options
context:
space:
mode:
authormarkus <markus@FreeBSD.org>2005-12-13 11:59:53 +0000
committermarkus <markus@FreeBSD.org>2005-12-13 11:59:53 +0000
commitdcecdf064b00387e08c563c234b7585e4a39a293 (patch)
tree2e880eb4416582e7915f8b9252eacdf77cc7c13d /deskutils/kchmviewer-kde4
parent36f800f24f3660097f50ca4ad5c75c1596c4bba1 (diff)
downloadFreeBSD-ports-dcecdf064b00387e08c563c234b7585e4a39a293.zip
FreeBSD-ports-dcecdf064b00387e08c563c234b7585e4a39a293.tar.gz
- Update to version 1.3
- Add SHA256
Diffstat (limited to 'deskutils/kchmviewer-kde4')
-rw-r--r--deskutils/kchmviewer-kde4/Makefile2
-rw-r--r--deskutils/kchmviewer-kde4/distinfo5
-rw-r--r--deskutils/kchmviewer-kde4/files/patch-kchmsearchtoolbar.cpp12
-rw-r--r--deskutils/kchmviewer-kde4/files/patch-kqtempfile.cpp10
4 files changed, 26 insertions, 3 deletions
diff --git a/deskutils/kchmviewer-kde4/Makefile b/deskutils/kchmviewer-kde4/Makefile
index d35130a..8bea525 100644
--- a/deskutils/kchmviewer-kde4/Makefile
+++ b/deskutils/kchmviewer-kde4/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-kde4/distinfo b/deskutils/kchmviewer-kde4/distinfo
index ca30ecd..5d64725 100644
--- a/deskutils/kchmviewer-kde4/distinfo
+++ b/deskutils/kchmviewer-kde4/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-kde4/files/patch-kchmsearchtoolbar.cpp b/deskutils/kchmviewer-kde4/files/patch-kchmsearchtoolbar.cpp
new file mode 100644
index 0000000..c1214cc
--- /dev/null
+++ b/deskutils/kchmviewer-kde4/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-kde4/files/patch-kqtempfile.cpp b/deskutils/kchmviewer-kde4/files/patch-kqtempfile.cpp
new file mode 100644
index 0000000..a88f4c8
--- /dev/null
+++ b/deskutils/kchmviewer-kde4/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"
+
OpenPOWER on IntegriCloud