git: 482b90c72dfc - main - textproc/refdb: Change LIB_DEPENDS from btparse to p5-Text-BibTeX

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Tue, 30 Jul 2024 14:21:49 UTC
The branch main has been updated by sunpoet:

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

commit 482b90c72dfc11657cf2eadc882f858759d4ddb4
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-07-30 14:21:38 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-07-30 14:21:38 +0000

    textproc/refdb: Change LIB_DEPENDS from btparse to p5-Text-BibTeX
    
    - Bump PORTREVISION for dependency change
---
 textproc/refdb/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/textproc/refdb/Makefile b/textproc/refdb/Makefile
index 00ca3e1afcbd..1e79ccc7d44b 100644
--- a/textproc/refdb/Makefile
+++ b/textproc/refdb/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	refdb
 PORTVERSION=	0.9.9
 DISTVERSIONSUFFIX=	-1
-PORTREVISION=	13
+PORTREVISION=	14
 CATEGORIES=	textproc
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-src/${PORTNAME}-src-${PORTVERSION}-1
 
@@ -13,7 +13,7 @@ LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libexpat.so:textproc/expat2 \
-		libbtparse.so:textproc/btparse \
+		libbtparse.so:textproc/p5-Text-BibTeX \
 		libdbi.so:databases/libdbi \
 		libltdl.so:devel/libltdl