Date: Sat, 18 Apr 2026 22:01:34 +0000 From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 42f3f04334f8 - main - databases/lua-xapian: Update to 2.0.0 Message-ID: <69e3ff3e.342b0.1ebe9748@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=42f3f04334f8f804230ee154e20a9d73c583ad78 commit 42f3f04334f8f804230ee154e20a9d73c583ad78 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2026-04-18 21:22:41 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2026-04-18 21:51:27 +0000 databases/lua-xapian: Update to 2.0.0 Changes: https://trac.xapian.org/wiki/ReleaseOverview https://github.com/xapian/xapian/blob/main/xapian-bindings/NEWS --- databases/lua-xapian/Makefile | 6 +++--- databases/lua-xapian/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/databases/lua-xapian/Makefile b/databases/lua-xapian/Makefile index eeaf7873c13e..f8061c48f561 100644 --- a/databases/lua-xapian/Makefile +++ b/databases/lua-xapian/Makefile @@ -1,5 +1,5 @@ PORTNAME= xapian -PORTVERSION= 1.4.31 +PORTVERSION= 2.0.0 DISTVERSIONPREFIX= bindings- CATEGORIES= databases MASTER_SITES= https://oligarchy.co.uk/xapian/${PORTVERSION}/ \ @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= xapian-core>=${PORTVERSION}:databases/xapian-core LIB_DEPENDS= libxapian.so:databases/xapian-core -USES= compiler:c++11-lang libtool lua:module pkgconfig tar:xz +USES= compiler:c++17-lang libtool lua:module pkgconfig tar:xz CONFIGURE_ARGS= --datarootdir=${DATADIR} \ --docdir=${DOCSDIR} \ @@ -38,7 +38,7 @@ CONFIGURE_ENV= LUA="${LUA_CMD}" \ LUA_SO=.so GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -USE_CXXSTD= c++11 +USE_CXXSTD= c++17 DOCSDIR= ${LUA_DOCSDIR} diff --git a/databases/lua-xapian/distinfo b/databases/lua-xapian/distinfo index a67f7b5d9cf1..0b69953671b0 100644 --- a/databases/lua-xapian/distinfo +++ b/databases/lua-xapian/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1773966804 -SHA256 (xapian-bindings-1.4.31.tar.xz) = a38cc7ba4188cc0bd27dc7369f03906772047087a1c54f1b93355d5e9103c304 -SIZE (xapian-bindings-1.4.31.tar.xz) = 1122212 +TIMESTAMP = 1775571272 +SHA256 (xapian-bindings-2.0.0.tar.xz) = 9a544b69c31355a92edbcd4102cf0f1ec4407fd0a4645f4870fb52300b736910 +SIZE (xapian-bindings-2.0.0.tar.xz) = 1123744home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69e3ff3e.342b0.1ebe9748>
