From b22e1aa4aeeb1cd4f02aeed1eb880133d718ed5e Mon Sep 17 00:00:00 2001 From: aeiouaeiouaeiouaeiouaeiouaeiou Date: Wed, 23 Oct 2024 20:57:06 +0300 Subject: [PATCH] homebank: update to 5.8.5 * use libsoup-3.0 dependency --- x11/homebank/Portfile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/x11/homebank/Portfile b/x11/homebank/Portfile index 63678a719626a..fb6986b1e9848 100644 --- a/x11/homebank/Portfile +++ b/x11/homebank/Portfile @@ -3,7 +3,7 @@ PortSystem 1.0 name homebank -version 5.8.3 +version 5.8.5 revision 0 categories x11 finance license GPL-2+ @@ -20,9 +20,9 @@ long_description HomeBank is the free software you have always wanted to \ homepage https://www.gethomebank.org master_sites ${homepage}/public/sources/ -checksums rmd160 e80a8f4dde94ea0a529a0b50e7869e7a7a662f58 \ - sha256 e4083d52301dc53e51e9c615e954fb92d6951ea7749334282c2a5f4b9ab9c4c2 \ - size 3773027 +checksums rmd160 989da5067ed74471bf615c5890d4fe781784116d \ + sha256 4eb4451e57840395468c2d6a3fe4d016ada0ba7d47ca7f1cec0418c0a1339e97 \ + size 3774684 depends_build port:intltool \ port:pkgconfig @@ -31,7 +31,7 @@ depends_lib port:gettext \ path:lib/pkgconfig/gtk+-3.0.pc:gtk3 \ port:libofx \ path:lib/pkgconfig/librsvg-2.0.pc:librsvg \ - path:lib/pkgconfig/libsoup-2.4.pc:libsoup + path:lib/pkgconfig/libsoup-3.0.pc:libsoup # https://bugs.launchpad.net/intltool/+bug/1197875 use_autoreconf yes