Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Jul 2024 14:21:48 GMT
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: 052b20b837f8 - main - misc/tellico: Change LIB_DEPENDS from btparse to p5-Text-BibTeX
Message-ID:  <202407301421.46UELmRO025985@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

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

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

    misc/tellico: Change LIB_DEPENDS from btparse to p5-Text-BibTeX
    
    - Bump PORTREVISION for dependency change
---
 misc/tellico/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/misc/tellico/Makefile b/misc/tellico/Makefile
index f8ed92bf12d0..18b0cf449a0c 100644
--- a/misc/tellico/Makefile
+++ b/misc/tellico/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	tellico
 DISTVERSION=	3.5.5
+PORTREVISION=	1
 CATEGORIES=	misc kde
 MASTER_SITES=	http://tellico-project.org/files/
 
@@ -9,7 +10,7 @@ WWW=		https://tellico-project.org
 
 LICENSE=	GPLv2
 
-LIB_DEPENDS=	libbtparse.so:textproc/btparse \
+LIB_DEPENDS=	libbtparse.so:textproc/p5-Text-BibTeX \
 		libcdio.so:sysutils/libcdio \
 	 	libcsv.so:textproc/libcsv \
 		libexempi.so:textproc/exempi \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202407301421.46UELmRO025985>