Update homebank to 5.1.7. Changlog: http://homebank.free.fr/ChangeLog
Port changes: - Tab tweaks - add NO_TEST because run `make regress` creates error messages and there a no tests at all. Works fine on amd64. Ok? Comments? Best regards, Rafael Index: Makefile =================================================================== RCS file: /cvs/ports/productivity/homebank/Makefile,v retrieving revision 1.31 diff -u -p -u -p -r1.31 Makefile --- Makefile 13 Nov 2017 18:33:14 -0000 1.31 +++ Makefile 10 Feb 2018 09:13:51 -0000 @@ -2,7 +2,7 @@ COMMENT = personal accounting application -DISTNAME = homebank-5.1.6 +DISTNAME = homebank-5.1.7 CATEGORIES = productivity x11 @@ -32,8 +32,10 @@ RUN_DEPENDS = devel/desktop-file-utils \ USE_GMAKE = Yes -CONFIGURE_STYLE = gnu -CONFIGURE_ENV = LDFLAGS="-L${LOCALBASE}/lib" \ +NO_TEST = Yes + +CONFIGURE_STYLE = gnu +CONFIGURE_ENV = LDFLAGS="-L${LOCALBASE}/lib" \ CPPFLAGS="-I${LOCALBASE}/include" post-extract: Index: distinfo =================================================================== RCS file: /cvs/ports/productivity/homebank/distinfo,v retrieving revision 1.16 diff -u -p -u -p -r1.16 distinfo --- distinfo 13 Nov 2017 18:33:14 -0000 1.16 +++ distinfo 10 Feb 2018 09:13:51 -0000 @@ -1,2 +1,2 @@ -SHA256 (homebank-5.1.6.tar.gz) = KGHhFZCgD1y8UFKTghy4yuq7dMJrq+imqdco80BCkOA= -SIZE (homebank-5.1.6.tar.gz) = 2701911 +SHA256 (homebank-5.1.7.tar.gz) = V55TwAdkt4156OOIuSAsdgqcnv2sqDsy2Uj5Lg36X6c= +SIZE (homebank-5.1.7.tar.gz) = 2730934 Index: patches/patch-configure =================================================================== RCS file: /cvs/ports/productivity/homebank/patches/patch-configure,v retrieving revision 1.5 diff -u -p -u -p -r1.5 patch-configure --- patches/patch-configure 25 Dec 2016 21:13:04 -0000 1.5 +++ patches/patch-configure 10 Feb 2018 09:13:51 -0000 @@ -1,7 +1,8 @@ $OpenBSD: patch-configure,v 1.5 2016/12/25 21:13:04 jung Exp $ ---- configure.orig Sun Nov 6 09:54:16 2016 -+++ configure Thu Dec 1 22:07:12 2016 -@@ -5298,7 +5298,7 @@ if ${ac_cv_lib_ofx_ofx_set_status_cb+:} false; then : +Index: configure +--- configure.orig ++++ configure +@@ -5299,7 +5299,7 @@ if ${ac_cv_lib_ofx_ofx_set_status_cb+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS @@ -10,7 +11,7 @@ $OpenBSD: patch-configure,v 1.5 2016/12/ cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ -@@ -5332,7 +5332,7 @@ if test "x$ac_cv_lib_ofx_ofx_set_status_cb" = xyes; th +@@ -5333,7 +5333,7 @@ if test "x$ac_cv_lib_ofx_ofx_set_status_cb" = xyes; th OFX_0_7="-DOFX_ENABLE" fi Index: patches/patch-po_POTFILES_in =================================================================== RCS file: /cvs/ports/productivity/homebank/patches/patch-po_POTFILES_in,v retrieving revision 1.5 diff -u -p -u -p -r1.5 patch-po_POTFILES_in --- patches/patch-po_POTFILES_in 25 Dec 2016 21:13:04 -0000 1.5 +++ patches/patch-po_POTFILES_in 10 Feb 2018 09:13:51 -0000 @@ -1,7 +1,8 @@ $OpenBSD: patch-po_POTFILES_in,v 1.5 2016/12/25 21:13:04 jung Exp $ ---- po/POTFILES.in.orig Sun Feb 21 10:31:49 2016 -+++ po/POTFILES.in Thu Dec 1 22:07:12 2016 -@@ -31,6 +31,7 @@ src/ui-assist-import.c +Index: po/POTFILES.in +--- po/POTFILES.in.orig ++++ po/POTFILES.in +@@ -33,6 +33,7 @@ src/ui-assist-import.c src/ui-budget.c src/ui-category.c src/ui-currency.c Index: pkg/PLIST =================================================================== RCS file: /cvs/ports/productivity/homebank/pkg/PLIST,v retrieving revision 1.15 diff -u -p -u -p -r1.15 PLIST --- pkg/PLIST 16 Feb 2017 10:14:51 -0000 1.15 +++ pkg/PLIST 10 Feb 2018 09:13:51 -0000 @@ -7,6 +7,7 @@ share/application-registry/homebank.appl share/applications/homebank.desktop share/homebank/ share/homebank/datas/ +share/homebank/datas/ChangeLog share/homebank/datas/example.xhb share/homebank/datas/hb-categories-de.csv share/homebank/datas/hb-categories-en.csv @@ -64,6 +65,8 @@ share/homebank/help/images/7.png share/homebank/help/images/8.png share/homebank/help/images/9.png share/homebank/help/images/arrow.png +share/homebank/help/images/d-info.png +share/homebank/help/images/d-warn.png share/homebank/help/images/dlg-account1.png share/homebank/help/images/dlg-account2.png share/homebank/help/images/dlg-assign1.png @@ -135,7 +138,6 @@ share/homebank/help/images/use-scheduled share/homebank/help/images/use-vehiclecost1.png share/homebank/help/images/use-vehiclecost2.png share/homebank/help/images/use-vehiclecost3.png -share/homebank/help/images/warn.png share/homebank/help/images/web_title.png share/homebank/help/images/win-account1.png share/homebank/help/images/win-balance1.png