mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-05 11:35:01 +00:00
Update to 1.4.4
Changes: https://trac.xapian.org/wiki/ReleaseOverview/1.4.4
This commit is contained in:
parent
b54dfadcd5
commit
ad177b8ceb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=439296
@ -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}/ \
|
||||
|
@ -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
|
||||
|
18
databases/xapian-core/files/patch-net-tcpclient.cc
Normal file
18
databases/xapian-core/files/patch-net-tcpclient.cc
Normal file
@ -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>
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user