From owner-svn-ports-all@freebsd.org Sat Oct 27 23:21:28 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DE4D510D7294; Sat, 27 Oct 2018 23:21:27 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 943D07FEB7; Sat, 27 Oct 2018 23:21:27 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 75E6F16F16; Sat, 27 Oct 2018 23:21:27 +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 w9RNLR0B013778; Sat, 27 Oct 2018 23:21:27 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9RNLQf8013775; Sat, 27 Oct 2018 23:21:26 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201810272321.w9RNLQf8013775@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 27 Oct 2018 23:21:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r483181 - head/databases/xapian-core X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/databases/xapian-core X-SVN-Commit-Revision: 483181 X-SVN-Commit-Repository: ports 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.29 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: Sat, 27 Oct 2018 23:21:28 -0000 Author: sunpoet Date: Sat Oct 27 23:21:26 2018 New Revision: 483181 URL: https://svnweb.freebsd.org/changeset/ports/483181 Log: Update to 1.4.8 Changes: https://trac.xapian.org/wiki/ReleaseOverview/1.4.8 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 Sat Oct 27 23:13:37 2018 (r483180) +++ head/databases/xapian-core/Makefile Sat Oct 27 23:21:26 2018 (r483181) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= xapian-core -PORTVERSION= 1.4.7 -PORTREVISION= 1 +PORTVERSION= 1.4.8 PORTEPOCH= 1 CATEGORIES= databases MASTER_SITES= https://oligarchy.co.uk/xapian/${PORTVERSION}/ \ @@ -22,17 +21,16 @@ SSE2_DESC= Use SSE2 for floating point PORTSCOUT= limitw:1,even +USES= compiler:c++11-lang libtool pathfix tar:xz + GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -USES= compiler:c++11-lang libtool pathfix tar:xz +USE_CXXSTD= c++11 USE_LDCONFIG= yes SSE2_CONFIGURE_ENABLE= sse post-install: ${INSTALL_PROGRAM} ${WRKSRC}/bin/xapian-inspect ${STAGEDIR}${PREFIX}/bin/xapian-inspect - ${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 Sat Oct 27 23:13:37 2018 (r483180) +++ head/databases/xapian-core/distinfo Sat Oct 27 23:21:26 2018 (r483181) @@ -1,3 +1,3 @@ -TIMESTAMP = 1532800058 -SHA256 (xapian-core-1.4.7.tar.xz) = 13f08a0b649c7afa804fa0e85678d693fd6069dd394c9b9e7d41973d74a3b5d3 -SIZE (xapian-core-1.4.7.tar.xz) = 2874172 +TIMESTAMP = 1540657320 +SHA256 (xapian-core-1.4.8.tar.xz) = da6003eced95206d7e9496c07f7f0cee07d0461c5d9d30946a8d160b03414814 +SIZE (xapian-core-1.4.8.tar.xz) = 2880432 Modified: head/databases/xapian-core/pkg-plist ============================================================================== --- head/databases/xapian-core/pkg-plist Sat Oct 27 23:13:37 2018 (r483180) +++ head/databases/xapian-core/pkg-plist Sat Oct 27 23:21:26 2018 (r483181) @@ -6,12 +6,11 @@ bin/simplesearch bin/xapian-check bin/xapian-compact bin/xapian-config -bin/xapian-copydatabase bin/xapian-delve bin/xapian-inspect bin/xapian-metadata +bin/xapian-pos bin/xapian-progsrv -bin/xapian-quest bin/xapian-replicate bin/xapian-replicate-server bin/xapian-tcpsrv @@ -56,7 +55,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.5.1 +lib/libxapian.so.30.6.0 libdata/pkgconfig/xapian-core.pc man/man1/copydatabase.1.gz man/man1/quest.1.gz @@ -65,6 +64,7 @@ man/man1/xapian-compact.1.gz man/man1/xapian-config.1.gz man/man1/xapian-delve.1.gz man/man1/xapian-metadata.1.gz +man/man1/xapian-pos.1.gz man/man1/xapian-progsrv.1.gz man/man1/xapian-replicate-server.1.gz man/man1/xapian-replicate.1.gz