aboutsummaryrefslogtreecommitdiff
path: root/devel/libiqxmlrpc
diff options
context:
space:
mode:
authorMax Khon <fjoe@FreeBSD.org>2010-01-01 09:32:50 +0000
committerMax Khon <fjoe@FreeBSD.org>2010-01-01 09:32:50 +0000
commit4e4b2b97eda0d3ce3a56335f792cd524d9486e6d (patch)
tree4c83aa528ac927fad1d1ecb88b67dda8b3880190 /devel/libiqxmlrpc
parentd5d3403804da72485d01d27a70802369e688986b (diff)
downloadports-4e4b2b97eda0d3ce3a56335f792cd524d9486e6d.tar.gz
ports-4e4b2b97eda0d3ce3a56335f792cd524d9486e6d.zip
Notes
Diffstat (limited to 'devel/libiqxmlrpc')
-rw-r--r--devel/libiqxmlrpc/Makefile4
-rw-r--r--devel/libiqxmlrpc/distinfo6
-rw-r--r--devel/libiqxmlrpc/files/patch-libiqxmlrpc-executor.h11
3 files changed, 16 insertions, 5 deletions
diff --git a/devel/libiqxmlrpc/Makefile b/devel/libiqxmlrpc/Makefile
index 6055f383c99a..4e48c77af25f 100644
--- a/devel/libiqxmlrpc/Makefile
+++ b/devel/libiqxmlrpc/Makefile
@@ -6,8 +6,8 @@
#
PORTNAME= libiqxmlrpc
-PORTVERSION= 0.8.7
-PORTREVISION= 2
+PORTVERSION= 0.8.9
+PORTREVISION= 0
CATEGORIES= devel
MASTER_SITES= SF
diff --git a/devel/libiqxmlrpc/distinfo b/devel/libiqxmlrpc/distinfo
index 8d19345ecd83..57bf3a3912ea 100644
--- a/devel/libiqxmlrpc/distinfo
+++ b/devel/libiqxmlrpc/distinfo
@@ -1,3 +1,3 @@
-MD5 (libiqxmlrpc-0.8.7.tar.gz) = 0f737e902556472f29e70f754217373b
-SHA256 (libiqxmlrpc-0.8.7.tar.gz) = 39e7c996d7aee345ec3e938602b016e5782430f9f62c947525e9c8a2f3034df8
-SIZE (libiqxmlrpc-0.8.7.tar.gz) = 449140
+MD5 (libiqxmlrpc-0.8.9.tar.gz) = 5e7aed9f89739830fbe78c35de449769
+SHA256 (libiqxmlrpc-0.8.9.tar.gz) = 599097fe326f520cd0bf3fe91cdc0f60f5aa77b365335999a147132bb58113a4
+SIZE (libiqxmlrpc-0.8.9.tar.gz) = 435287
diff --git a/devel/libiqxmlrpc/files/patch-libiqxmlrpc-executor.h b/devel/libiqxmlrpc/files/patch-libiqxmlrpc-executor.h
new file mode 100644
index 000000000000..80c74380aa07
--- /dev/null
+++ b/devel/libiqxmlrpc/files/patch-libiqxmlrpc-executor.h
@@ -0,0 +1,11 @@
+--- libiqxmlrpc/executor.h.orig 2010-01-01 15:27:17.000000000 +0600
++++ libiqxmlrpc/executor.h 2010-01-01 15:27:25.000000000 +0600
+@@ -26,7 +26,7 @@
+ #pragma warning(disable: 4275)
+ #endif
+
+-#include <boost/thread.hpp>
++#include <boost/thread/thread.hpp>
+ #include <boost/thread/mutex.hpp>
+ #include <boost/thread/condition.hpp>
+