Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Apr 2026 22:01:37 +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: 84fc13598faf - main - databases/ruby-xapian: Update to 2.0.0
Message-ID:  <69e3ff41.31477.1380aa2b@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=84fc13598faf7dfee11bf5a54d14e3e1270f3f39

commit 84fc13598faf7dfee11bf5a54d14e3e1270f3f39
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-04-18 21:22:44 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-04-18 21:51:28 +0000

    databases/ruby-xapian: Update to 2.0.0
    
    Changes:        https://trac.xapian.org/wiki/ReleaseOverview
                    https://github.com/xapian/xapian/blob/main/xapian-bindings/NEWS
---
 databases/ruby-xapian/Makefile | 6 +++---
 databases/ruby-xapian/distinfo | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/databases/ruby-xapian/Makefile b/databases/ruby-xapian/Makefile
index 20eb840da771..b8b9c447ec86 100644
--- a/databases/ruby-xapian/Makefile
+++ b/databases/ruby-xapian/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	xapian
-PORTVERSION=	1.4.31
+PORTVERSION=	2.0.0
 DISTVERSIONPREFIX=	bindings-
 CATEGORIES=	databases ruby
 MASTER_SITES=	https://oligarchy.co.uk/xapian/${PORTVERSION}/ \
@@ -17,7 +17,7 @@ BUILD_DEPENDS=	rubygem-rdoc>=0:devel/rubygem-rdoc \
 		xapian-core>=${PORTVERSION}:databases/xapian-core
 LIB_DEPENDS=	libxapian.so:databases/xapian-core
 
-USES=		compiler:c++11-lang libtool ruby tar:xz
+USES=		compiler:c++17-lang libtool ruby tar:xz
 
 CONFIGURE_ARGS=	--datarootdir=${DATADIR} \
 		--docdir=${DOCSDIR} \
@@ -34,7 +34,7 @@ CONFIGURE_ARGS=	--datarootdir=${DATADIR} \
 		--without-tcl
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
-USE_CXXSTD=	c++11
+USE_CXXSTD=	c++17
 
 CONFLICTS_INSTALL=	xapian-bindings12
 
diff --git a/databases/ruby-xapian/distinfo b/databases/ruby-xapian/distinfo
index ba133863e07f..38c84f8f9315 100644
--- a/databases/ruby-xapian/distinfo
+++ b/databases/ruby-xapian/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1773966810
-SHA256 (xapian-bindings-1.4.31.tar.xz) = a38cc7ba4188cc0bd27dc7369f03906772047087a1c54f1b93355d5e9103c304
-SIZE (xapian-bindings-1.4.31.tar.xz) = 1122212
+TIMESTAMP = 1775571296
+SHA256 (xapian-bindings-2.0.0.tar.xz) = 9a544b69c31355a92edbcd4102cf0f1ec4407fd0a4645f4870fb52300b736910
+SIZE (xapian-bindings-2.0.0.tar.xz) = 1123744


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69e3ff41.31477.1380aa2b>