From owner-svn-ports-all@freebsd.org Tue Apr 4 09:28:38 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8A8E9D2B765; Tue, 4 Apr 2017 09:28:38 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4BB986E7; Tue, 4 Apr 2017 09:28:38 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v349Sbu1088201; Tue, 4 Apr 2017 09:28:37 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v349Saad088191; Tue, 4 Apr 2017 09:28:36 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201704040928.v349Saad088191@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 4 Apr 2017 09:28:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437714 - in head: databases/xapian-core databases/xapian-core/files deskutils/pinot deskutils/recoll mail/mu mail/notmuch sysutils/baloo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Apr 2017 09:28:38 -0000 Author: sunpoet Date: Tue Apr 4 09:28:36 2017 New Revision: 437714 URL: https://svnweb.freebsd.org/changeset/ports/437714 Log: Update to 1.4.3 - Add CONFLICTS_INSTALL - Update WWW - Bump PORTREVISION for dependent ports Changes: https://trac.xapian.org/wiki/ReleaseOverview/1.4.3 https://trac.xapian.org/wiki/ReleaseOverview/1.4.2 https://trac.xapian.org/wiki/ReleaseOverview/1.4.1 https://trac.xapian.org/wiki/ReleaseOverview/1.4.0 Deleted: head/databases/xapian-core/files/patch-clang Modified: head/databases/xapian-core/Makefile head/databases/xapian-core/distinfo head/databases/xapian-core/files/patch-Makefile.in head/databases/xapian-core/pkg-descr head/databases/xapian-core/pkg-plist head/deskutils/pinot/Makefile head/deskutils/recoll/Makefile head/mail/mu/Makefile head/mail/notmuch/Makefile head/sysutils/baloo/Makefile Modified: head/databases/xapian-core/Makefile ============================================================================== --- head/databases/xapian-core/Makefile Tue Apr 4 09:28:14 2017 (r437713) +++ head/databases/xapian-core/Makefile Tue Apr 4 09:28:36 2017 (r437714) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xapian-core -PORTVERSION= 1.2.24 +PORTVERSION= 1.4.3 PORTEPOCH= 1 CATEGORIES= databases MASTER_SITES= http://oligarchy.co.uk/xapian/${PORTVERSION}/ \ @@ -14,6 +14,8 @@ COMMENT= Probabilistic text search datab LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +CONFLICTS_INSTALL= xapian-core10- xapian-core12- + OPTIONS_DEFINE= DOCS SSE2 SSE2_DESC= Use SSE2 for floating point @@ -24,13 +26,14 @@ INSTALL_TARGET= install-strip USE_LDCONFIG= yes USES= libtool pathfix tar:xz +PORTDATA= * PORTDOCS= * SSE2_CONFIGURE_ENABLE= sse post-install: -.for file in copydatabase delve quest - ${INSTALL_PROGRAM} ${WRKSRC}/examples/.libs/${file} ${STAGEDIR}${PREFIX}/bin/xapian-${file} -.endfor + ${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 Modified: head/databases/xapian-core/distinfo ============================================================================== --- head/databases/xapian-core/distinfo Tue Apr 4 09:28:14 2017 (r437713) +++ head/databases/xapian-core/distinfo Tue Apr 4 09:28:36 2017 (r437714) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475134941 -SHA256 (xapian-core-1.2.24.tar.xz) = 57a82717ba07e9777958b6ef48d94b81ea41ac4c74d544f74da597fab1e1f87b -SIZE (xapian-core-1.2.24.tar.xz) = 3210192 +TIMESTAMP = 1485562297 +SHA256 (xapian-core-1.4.3.tar.xz) = 7d5295511ca2de70463a29e75f6a2393df5dc1485bf33074b778c66e1721e475 +SIZE (xapian-core-1.4.3.tar.xz) = 2805964 Modified: head/databases/xapian-core/files/patch-Makefile.in ============================================================================== --- head/databases/xapian-core/files/patch-Makefile.in Tue Apr 4 09:28:14 2017 (r437713) +++ head/databases/xapian-core/files/patch-Makefile.in Tue Apr 4 09:28:36 2017 (r437714) @@ -1,33 +1,30 @@ ---- Makefile.in.orig 2011-08-10 06:54:57 UTC +--- Makefile.in.orig 2016-12-28 13:56:24 UTC +++ Makefile.in -@@ -47,7 +47,8 @@ - @VPATH_BUILD_TRUE@am__append_1 = -I$(top_builddir)/include \ +@@ -101,13 +101,12 @@ host_triplet = @host@ + @VPATH_BUILD_TRUE@am__append_1 = -I'$(top_builddir)/include' \ @VPATH_BUILD_TRUE@ -I$(top_srcdir)/languages -Ilanguages \ @VPATH_BUILD_TRUE@ -I$(top_srcdir)/queryparser --bin_PROGRAMS = $(am__EXEEXT_1) $(am__EXEEXT_2) $(am__EXEEXT_3) \ -+bin_PROGRAMS = $(am__EXEEXT_1) $(am__EXEEXT_2) $(am__EXEEXT_3) -+noinst_bin_PROGRAMS = \ - examples/copydatabase$(EXEEXT) examples/delve$(EXEEXT) \ +-bin_PROGRAMS = bin/xapian-delve$(EXEEXT) $(am__EXEEXT_1) \ +- $(am__EXEEXT_2) examples/copydatabase$(EXEEXT) \ ++bin_PROGRAMS = bin/xapian-delve$(EXEEXT) $(am__EXEEXT_1) $(am__EXEEXT_2) $(am__EXEEXT_3) ++noinst_PROGRAMS = examples/copydatabase$(EXEEXT) \ examples/quest$(EXEEXT) examples/simpleexpand$(EXEEXT) \ examples/simpleindex$(EXEEXT) examples/simplesearch$(EXEEXT) \ -@@ -713,7 +714,7 @@ - @BUILD_BACKEND_CHERT_TRUE@@BUILD_BACKEND_FLINT_TRUE@am__EXEEXT_2 = bin/xapian-chert-update$(EXEEXT) - @BUILD_BACKEND_REMOTE_TRUE@am__EXEEXT_3 = bin/xapian-progsrv$(EXEEXT) \ - @BUILD_BACKEND_REMOTE_TRUE@ bin/xapian-tcpsrv$(EXEEXT) --PROGRAMS = $(bin_PROGRAMS) -+PROGRAMS = $(bin_PROGRAMS) $(noinst_bin_PROGRAMS) - am__bin_xapian_check_SOURCES_DIST = bin/xapian-check.cc \ - bin/xapian-check-brass.cc bin/xapian-check-brass.h \ - bin/xapian-check-chert.cc bin/xapian-check-chert.h \ -@@ -1323,10 +1324,7 @@ - weight/tradweight.cc weight/weight.cc weight/weightinternal.cc + examples/xapian-metadata$(EXEEXT) + EXTRA_PROGRAMS = +-noinst_PROGRAMS = $(am__EXEEXT_3) + @BUILD_BACKEND_CHERT_OR_GLASS_TRUE@am__append_2 = \ + @BUILD_BACKEND_CHERT_OR_GLASS_TRUE@ bin/xapian-check\ + @BUILD_BACKEND_CHERT_OR_GLASS_TRUE@ bin/xapian-compact\ +@@ -1414,10 +1413,7 @@ lib_src = api/compactor.cc api/constinfo + weight/tfidfweight.cc weight/tradweight.cc weight/weight.cc \ + weight/weightinternal.cc @MAINTAINER_NO_DOCS_FALSE@dist_man_MANS = xapian-config.1 \ - @MAINTAINER_NO_DOCS_FALSE@ $(am__append_3) $(am__append_5) \ --@MAINTAINER_NO_DOCS_FALSE@ $(am__append_7) \ +-@MAINTAINER_NO_DOCS_FALSE@ $(am__append_4) $(am__append_6) \ -@MAINTAINER_NO_DOCS_FALSE@ examples/copydatabase.1 \ --@MAINTAINER_NO_DOCS_FALSE@ examples/delve.1 examples/quest.1 \ +-@MAINTAINER_NO_DOCS_FALSE@ examples/quest.1 \ -@MAINTAINER_NO_DOCS_FALSE@ examples/xapian-metadata.1 -+@MAINTAINER_NO_DOCS_FALSE@ $(am__append_7) - bin_xapian_check_CPPFLAGS = \ - -I$(top_srcdir)/backends/brass\ - -I$(top_srcdir)/backends/chert\ ++@MAINTAINER_NO_DOCS_FALSE@ $(am__append_4) $(am__append_6) + bin_xapian_check_SOURCES = bin/xapian-check.cc + bin_xapian_check_LDADD = $(ldflags) $(libxapian_la) + bin_xapian_compact_SOURCES = bin/xapian-compact.cc Modified: head/databases/xapian-core/pkg-descr ============================================================================== --- head/databases/xapian-core/pkg-descr Tue Apr 4 09:28:14 2017 (r437713) +++ head/databases/xapian-core/pkg-descr Tue Apr 4 09:28:36 2017 (r437714) @@ -15,4 +15,4 @@ Xapian features include: - Platform independent data formats - Allows simultaneous update and searching. -WWW: http://www.xapian.org/ +WWW: https://xapian.org/ Modified: head/databases/xapian-core/pkg-plist ============================================================================== --- head/databases/xapian-core/pkg-plist Tue Apr 4 09:28:14 2017 (r437713) +++ head/databases/xapian-core/pkg-plist Tue Apr 4 09:28:36 2017 (r437714) @@ -1,18 +1,20 @@ bin/xapian-check -bin/xapian-chert-update 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/base.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 @@ -21,9 +23,14 @@ 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 @@ -42,18 +49,16 @@ include/xapian/visibility.h include/xapian/weight.h lib/cmake/xapian/xapian-config-version.cmake lib/cmake/xapian/xapian-config.cmake -lib/libxapian.a lib/libxapian.so -lib/libxapian.so.22 -lib/libxapian.so.22.7.2 +lib/libxapian.so.30 +lib/libxapian.so.30.3.0 libdata/pkgconfig/xapian-core.pc man/man1/xapian-check.1.gz -man/man1/xapian-chert-update.1.gz man/man1/xapian-compact.1.gz man/man1/xapian-config.1.gz -man/man1/xapian-inspect.1.gz +man/man1/xapian-delve.1.gz man/man1/xapian-progsrv.1.gz -man/man1/xapian-replicate.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 Modified: head/deskutils/pinot/Makefile ============================================================================== --- head/deskutils/pinot/Makefile Tue Apr 4 09:28:14 2017 (r437713) +++ head/deskutils/pinot/Makefile Tue Apr 4 09:28:36 2017 (r437714) @@ -3,7 +3,7 @@ PORTNAME= pinot PORTVERSION= 1.09 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= deskutils MAINTAINER= thierry@FreeBSD.org Modified: head/deskutils/recoll/Makefile ============================================================================== --- head/deskutils/recoll/Makefile Tue Apr 4 09:28:14 2017 (r437713) +++ head/deskutils/recoll/Makefile Tue Apr 4 09:28:36 2017 (r437714) @@ -3,6 +3,7 @@ PORTNAME= recoll PORTVERSION= 1.21.6 +PORTREVISION= 1 CATEGORIES= deskutils MASTER_SITES= http://www.lesbonscomptes.com/recoll/ Modified: head/mail/mu/Makefile ============================================================================== --- head/mail/mu/Makefile Tue Apr 4 09:28:14 2017 (r437713) +++ head/mail/mu/Makefile Tue Apr 4 09:28:36 2017 (r437714) @@ -3,7 +3,7 @@ PORTNAME= mu PORTVERSION= 0.9.16 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONPREFIX= v CATEGORIES= mail Modified: head/mail/notmuch/Makefile ============================================================================== --- head/mail/notmuch/Makefile Tue Apr 4 09:28:14 2017 (r437713) +++ head/mail/notmuch/Makefile Tue Apr 4 09:28:36 2017 (r437714) @@ -3,6 +3,7 @@ PORTNAME= notmuch PORTVERSION= 0.24 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://notmuchmail.org/releases/ Modified: head/sysutils/baloo/Makefile ============================================================================== --- head/sysutils/baloo/Makefile Tue Apr 4 09:28:14 2017 (r437713) +++ head/sysutils/baloo/Makefile Tue Apr 4 09:28:36 2017 (r437714) @@ -2,7 +2,7 @@ PORTNAME= baloo PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils kde kde-kde4 MAINTAINER= kde@FreeBSD.org