git: cb51e56a35c1 - main - textproc/goldendict-ng: Change LIB_DEPENDS from xapian-core to xapian-core14

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Sat, 18 Apr 2026 22:10:07 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=cb51e56a35c174cdc0ce4c7067b527e8f567379a

commit cb51e56a35c174cdc0ce4c7067b527e8f567379a
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-04-18 21:55:30 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-04-18 21:55:53 +0000

    textproc/goldendict-ng: Change LIB_DEPENDS from xapian-core to xapian-core14
    
    - Bump PORTREVISION for dependency change
---
 textproc/goldendict-ng/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/textproc/goldendict-ng/Makefile b/textproc/goldendict-ng/Makefile
index 24bf9030b8f4..b1a52089ec26 100644
--- a/textproc/goldendict-ng/Makefile
+++ b/textproc/goldendict-ng/Makefile
@@ -2,6 +2,7 @@ PORTNAME=	goldendict-ng
 DISTVERSIONPREFIX=	v
 DISTVERSION=	26.5.0
 DISTVERSIONSUFFIX=	-Release.c5e2abc1
+PORTREVISION=	1
 CATEGORIES=	textproc
 
 MAINTAINER=	eduardo@FreeBSD.org
@@ -17,7 +18,7 @@ LIB_DEPENDS=	libfmt.so:devel/libfmt \
 		libopencc.so:chinese/opencc \
 		libtomlplusplus.so:devel/tomlplusplus \
 		libvorbis.so:audio/libvorbis \
-		libxapian.so:databases/xapian-core \
+		libxapian.so:databases/xapian-core14 \
 		libzim.so:devel/libzim
 
 USES=		cmake compiler:c++17-lang desktop-file-utils gl pkgconfig qt:6 \