Index: head/databases/xapian-core/Makefile =================================================================== --- head/databases/xapian-core/Makefile (revision 439295) +++ head/databases/xapian-core/Makefile (revision 439296) @@ -1,39 +1,39 @@ # Created by: J.F. Dockes # $FreeBSD$ PORTNAME= xapian-core -PORTVERSION= 1.4.3 +PORTVERSION= 1.4.4 PORTEPOCH= 1 CATEGORIES= databases MASTER_SITES= http://oligarchy.co.uk/xapian/${PORTVERSION}/ \ LOCAL/sunpoet MAINTAINER= sunpoet@FreeBSD.org COMMENT= Probabilistic text search database engine LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING CONFLICTS_INSTALL= xapian-core10- xapian-core12- OPTIONS_DEFINE= DOCS SSE2 SSE2_DESC= Use SSE2 for floating point PORTSCOUT= limitw:1,even GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USE_LDCONFIG= yes USES= libtool pathfix tar:xz PORTDATA= * PORTDOCS= * SSE2_CONFIGURE_ENABLE= sse post-install: ${INSTALL_PROGRAM} ${WRKSRC}/examples/.libs/copydatabase ${STAGEDIR}${PREFIX}/bin/xapian-copydatabase ${INSTALL_PROGRAM} ${WRKSRC}/examples/.libs/quest ${STAGEDIR}${PREFIX}/bin/xapian-quest ${INSTALL_PROGRAM} ${WRKSRC}/examples/.libs/xapian-metadata ${STAGEDIR}${PREFIX}/bin/xapian-metadata .include Index: head/databases/xapian-core/distinfo =================================================================== --- head/databases/xapian-core/distinfo (revision 439295) +++ head/databases/xapian-core/distinfo (revision 439296) @@ -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 Index: head/databases/xapian-core/files/patch-net-tcpclient.cc =================================================================== --- head/databases/xapian-core/files/patch-net-tcpclient.cc (nonexistent) +++ head/databases/xapian-core/files/patch-net-tcpclient.cc (revision 439296) @@ -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 + +@@ -36,6 +35,7 @@ + #include "safesysselect.h" + #include "safesyssocket.h" + #include "socket_utils.h" ++#include "resolver.h" + + #include + #include Property changes on: head/databases/xapian-core/files/patch-net-tcpclient.cc ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/databases/xapian-core/pkg-plist =================================================================== --- head/databases/xapian-core/pkg-plist (revision 439295) +++ head/databases/xapian-core/pkg-plist (revision 439296) @@ -1,64 +1,64 @@ bin/xapian-check bin/xapian-compact bin/xapian-config bin/xapian-copydatabase bin/xapian-delve bin/xapian-inspect bin/xapian-metadata bin/xapian-progsrv bin/xapian-quest bin/xapian-replicate bin/xapian-replicate-server bin/xapian-tcpsrv include/xapian.h include/xapian/attributes.h include/xapian/compactor.h include/xapian/constants.h include/xapian/constinfo.h include/xapian/database.h include/xapian/dbfactory.h include/xapian/deprecated.h include/xapian/derefwrapper.h include/xapian/document.h include/xapian/enquire.h include/xapian/error.h include/xapian/errorhandler.h include/xapian/eset.h include/xapian/expanddecider.h include/xapian/geospatial.h include/xapian/intrusive_ptr.h include/xapian/iterator.h include/xapian/keymaker.h include/xapian/matchspy.h include/xapian/mset.h include/xapian/positioniterator.h include/xapian/postingiterator.h include/xapian/postingsource.h include/xapian/query.h include/xapian/queryparser.h include/xapian/registry.h include/xapian/stem.h include/xapian/termgenerator.h include/xapian/termiterator.h include/xapian/types.h include/xapian/unicode.h include/xapian/valueiterator.h include/xapian/valuesetmatchdecider.h include/xapian/version.h include/xapian/visibility.h include/xapian/weight.h 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 man/man1/xapian-config.1.gz man/man1/xapian-delve.1.gz man/man1/xapian-progsrv.1.gz man/man1/xapian-replicate-server.1.gz man/man1/xapian-replicate.1.gz man/man1/xapian-tcpsrv.1.gz share/aclocal/xapian.m4