diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-04-24 23:14:46 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-04-24 23:14:46 +0800 |
commit | c91f0380d0bf7111f0963af5470a2e51d4423807 (patch) | |
tree | 7cd6db4dbbaa1a81683518141d9b190f4fe25e46 /databases/xapian-core | |
parent | b077fa1580e0c935085bab16e7a98ca1b23086e5 (diff) | |
download | freebsd-ports-gnome-c91f0380d0bf7111f0963af5470a2e51d4423807.tar.gz freebsd-ports-gnome-c91f0380d0bf7111f0963af5470a2e51d4423807.tar.zst freebsd-ports-gnome-c91f0380d0bf7111f0963af5470a2e51d4423807.zip |
Update to 1.4.4
Changes: https://trac.xapian.org/wiki/ReleaseOverview/1.4.4
Diffstat (limited to 'databases/xapian-core')
-rw-r--r-- | databases/xapian-core/Makefile | 2 | ||||
-rw-r--r-- | databases/xapian-core/distinfo | 6 | ||||
-rw-r--r-- | databases/xapian-core/files/patch-net-tcpclient.cc | 18 | ||||
-rw-r--r-- | databases/xapian-core/pkg-plist | 2 |
4 files changed, 23 insertions, 5 deletions
diff --git a/databases/xapian-core/Makefile b/databases/xapian-core/Makefile index 715aff37cd25..b18bb6947108 100644 --- a/databases/xapian-core/Makefile +++ b/databases/xapian-core/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xapian-core -PORTVERSION= 1.4.3 +PORTVERSION= 1.4.4 PORTEPOCH= 1 CATEGORIES= databases MASTER_SITES= http://oligarchy.co.uk/xapian/${PORTVERSION}/ \ diff --git a/databases/xapian-core/distinfo b/databases/xapian-core/distinfo index c265175b9526..a5ef75e41230 100644 --- a/databases/xapian-core/distinfo +++ b/databases/xapian-core/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1485562297 -SHA256 (xapian-core-1.4.3.tar.xz) = 7d5295511ca2de70463a29e75f6a2393df5dc1485bf33074b778c66e1721e475 -SIZE (xapian-core-1.4.3.tar.xz) = 2805964 +TIMESTAMP = 1493031934 +SHA256 (xapian-core-1.4.4.tar.xz) = a6a985a9841a452d75cf2169196b7ca6ebeef27da7c607078cd401ad041732d9 +SIZE (xapian-core-1.4.4.tar.xz) = 2807952 diff --git a/databases/xapian-core/files/patch-net-tcpclient.cc b/databases/xapian-core/files/patch-net-tcpclient.cc new file mode 100644 index 000000000000..85aa708c9e2b --- /dev/null +++ b/databases/xapian-core/files/patch-net-tcpclient.cc @@ -0,0 +1,18 @@ +--- net/tcpclient.cc.orig 2017-04-24 02:19:20 UTC ++++ net/tcpclient.cc +@@ -25,7 +25,6 @@ + #include "tcpclient.h" + + #include "remoteconnection.h" +-#include "resolver.h" + #include "str.h" + #include <xapian/error.h> + +@@ -36,6 +35,7 @@ + #include "safesysselect.h" + #include "safesyssocket.h" + #include "socket_utils.h" ++#include "resolver.h" + + #include <cmath> + #include <cstring> diff --git a/databases/xapian-core/pkg-plist b/databases/xapian-core/pkg-plist index 1455fb4c703b..04339f7b1c27 100644 --- a/databases/xapian-core/pkg-plist +++ b/databases/xapian-core/pkg-plist @@ -51,7 +51,7 @@ lib/cmake/xapian/xapian-config-version.cmake lib/cmake/xapian/xapian-config.cmake lib/libxapian.so lib/libxapian.so.30 -lib/libxapian.so.30.3.0 +lib/libxapian.so.30.3.1 libdata/pkgconfig/xapian-core.pc man/man1/xapian-check.1.gz man/man1/xapian-compact.1.gz |