Date: Sat, 27 Oct 2018 23:21:26 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r483181 - head/databases/xapian-core Message-ID: <201810272321.w9RNLQf8013775@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810272321.w9RNLQf8013775>