Date: Sun, 29 Jul 2018 19:10:22 +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: r475693 - in head/databases/xapian-core: . files Message-ID: <201807291910.w6TJAMoj035237@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Jul 29 19:10:21 2018 New Revision: 475693 URL: https://svnweb.freebsd.org/changeset/ports/475693 Log: Update to 1.4.7 Changes: https://trac.xapian.org/wiki/ReleaseOverview/1.4.6 https://trac.xapian.org/wiki/ReleaseOverview/1.4.7 Deleted: head/databases/xapian-core/files/ 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 Sun Jul 29 19:10:16 2018 (r475692) +++ head/databases/xapian-core/Makefile Sun Jul 29 19:10:21 2018 (r475693) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xapian-core -PORTVERSION= 1.4.5 +PORTVERSION= 1.4.7 PORTEPOCH= 1 CATEGORIES= databases MASTER_SITES= http://oligarchy.co.uk/xapian/${PORTVERSION}/ \ @@ -29,6 +29,7 @@ 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 Modified: head/databases/xapian-core/distinfo ============================================================================== --- head/databases/xapian-core/distinfo Sun Jul 29 19:10:16 2018 (r475692) +++ head/databases/xapian-core/distinfo Sun Jul 29 19:10:21 2018 (r475693) @@ -1,3 +1,3 @@ -TIMESTAMP = 1508167152 -SHA256 (xapian-core-1.4.5.tar.xz) = 85b5f952de9df925fd13e00f6e82484162fd506d38745613a50b0a2064c6b02b -SIZE (xapian-core-1.4.5.tar.xz) = 2810612 +TIMESTAMP = 1532800058 +SHA256 (xapian-core-1.4.7.tar.xz) = 13f08a0b649c7afa804fa0e85678d693fd6069dd394c9b9e7d41973d74a3b5d3 +SIZE (xapian-core-1.4.7.tar.xz) = 2874172 Modified: head/databases/xapian-core/pkg-plist ============================================================================== --- head/databases/xapian-core/pkg-plist Sun Jul 29 19:10:16 2018 (r475692) +++ head/databases/xapian-core/pkg-plist Sun Jul 29 19:10:21 2018 (r475693) @@ -1,3 +1,8 @@ +bin/copydatabase +bin/quest +bin/simpleexpand +bin/simpleindex +bin/simplesearch bin/xapian-check bin/xapian-compact bin/xapian-config @@ -51,12 +56,15 @@ lib/cmake/xapian/xapian-config-version.cmake lib/cmake/xapian/xapian-config.cmake lib/libxapian.so lib/libxapian.so.30 -lib/libxapian.so.30.4.0 +lib/libxapian.so.30.5.1 libdata/pkgconfig/xapian-core.pc +man/man1/copydatabase.1.gz +man/man1/quest.1.gz 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-metadata.1.gz man/man1/xapian-progsrv.1.gz man/man1/xapian-replicate-server.1.gz man/man1/xapian-replicate.1.gz @@ -511,6 +519,7 @@ share/aclocal/xapian.m4 %%DATADIR%%/stopwords/french.list %%DATADIR%%/stopwords/german.list %%DATADIR%%/stopwords/hungarian.list +%%DATADIR%%/stopwords/indonesian.list %%DATADIR%%/stopwords/italian.list %%DATADIR%%/stopwords/norwegian.list %%DATADIR%%/stopwords/portuguese.list
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807291910.w6TJAMoj035237>