Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Jan 2022 15:53:52 GMT
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 359c208824c4 - main - finance/gnucash: add rintime dependency
Message-ID:  <202201011553.201Frqom080010@gitrepo.freebsd.org>

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

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

commit 359c208824c422958ce1cd086d66bd20d4b62af5
Author:     Guido Falsi <madpilot@FreeBSD.org>
AuthorDate: 2022-01-01 15:52:35 +0000
Commit:     Guido Falsi <madpilot@FreeBSD.org>
CommitDate: 2022-01-01 15:52:35 +0000

    finance/gnucash: add rintime dependency
    
    Add runtime dependency on www/p5-LWP-Protocol-https, which is
    required for proper fetching of security prices via https protocol.
---
 finance/gnucash/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/finance/gnucash/Makefile b/finance/gnucash/Makefile
index f630b5187b34..6eb78eb35f2a 100644
--- a/finance/gnucash/Makefile
+++ b/finance/gnucash/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	gnucash
 PORTVERSION=	4.9
+PORTREVISION=	1
 CATEGORIES=	finance gnome
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}%20%28stable%29/${PORTVERSION}
 
@@ -24,7 +25,8 @@ LIB_DEPENDS=	libgnome-keyring.so:security/libgnome-keyring \
 		libharfbuzz.so:print/harfbuzz
 RUN_DEPENDS=	p5-libwww>=0:www/p5-libwww \
 		p5-Date-Manip>=0:devel/p5-Date-Manip \
-		p5-Finance-Quote>=0:finance/p5-Finance-Quote
+		p5-Finance-Quote>=0:finance/p5-Finance-Quote \
+		p5-LWP-Protocol-https>=0:www/p5-LWP-Protocol-https
 
 USES=		cmake:insource compiler:c++11-lib cpe desktop-file-utils \
 		gettext-tools gnome libtool localbase perl5 pkgconfig \



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