svn commit: r439296 - in head/databases/xapian-core: . files

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Apr 24 15:14:48 UTC 2017


Author: sunpoet
Date: Mon Apr 24 15:14:46 2017
New Revision: 439296
URL: https://svnweb.freebsd.org/changeset/ports/439296

Log:
  Update to 1.4.4
  
  Changes:	https://trac.xapian.org/wiki/ReleaseOverview/1.4.4

Added:
  head/databases/xapian-core/files/patch-net-tcpclient.cc   (contents, props changed)
Modified:
  head/databases/xapian-core/Makefile
  head/databases/xapian-core/distinfo
  head/databases/xapian-core/pkg-plist

Modified: head/databases/xapian-core/Makefile
==============================================================================
--- head/databases/xapian-core/Makefile	Mon Apr 24 15:11:01 2017	(r439295)
+++ head/databases/xapian-core/Makefile	Mon Apr 24 15:14:46 2017	(r439296)
@@ -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}/ \

Modified: head/databases/xapian-core/distinfo
==============================================================================
--- head/databases/xapian-core/distinfo	Mon Apr 24 15:11:01 2017	(r439295)
+++ head/databases/xapian-core/distinfo	Mon Apr 24 15:14:46 2017	(r439296)
@@ -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

Added: head/databases/xapian-core/files/patch-net-tcpclient.cc
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/databases/xapian-core/files/patch-net-tcpclient.cc	Mon Apr 24 15:14:46 2017	(r439296)
@@ -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>

Modified: head/databases/xapian-core/pkg-plist
==============================================================================
--- head/databases/xapian-core/pkg-plist	Mon Apr 24 15:11:01 2017	(r439295)
+++ head/databases/xapian-core/pkg-plist	Mon Apr 24 15:14:46 2017	(r439296)
@@ -51,7 +51,7 @@ lib/cmake/xapian/xapian-config-version.c
 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


More information about the svn-ports-all mailing list