From e497ea1491c1ee0754bd3ce9f42b87213df6bcac Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 18 Dec 2017 20:55:27 +0000 Subject: gnucash: update to 2.6.19. Between 2.6.18 and 2.6.19, the following bugfixes were accomplished: Bug 787497 - Disabling OFX, AqBanking or python-bindings support cripples the dist build target. (Partial: The requisite files for AQB and OFX are provided. There remain ways to break the distribution.) Bug 789928 - FTBFS with libdbi 0.9.0-5 on Debian Failed to create file "/usr/share/glib-2.0/schemas/gschemas.compiled.XY789Y". Some other fixes not associated with reported bugs: A better way to handle MySQL's 0000-00-00 invalid date indicator. Fix python build and test errors on Mac. Add translator hint comments to C and glade files. Improve type of bank accounts in SKR03 Stop testing GObject's handling of invalid parameters --- finance/gnucash/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'finance/gnucash/Makefile') diff --git a/finance/gnucash/Makefile b/finance/gnucash/Makefile index 81b661b550d..75d1f1cdcb7 100644 --- a/finance/gnucash/Makefile +++ b/finance/gnucash/Makefile @@ -1,8 +1,6 @@ -# $NetBSD: Makefile,v 1.251 2017/11/30 16:45:24 adam Exp $ +# $NetBSD: Makefile,v 1.252 2017/12/18 20:55:27 wiz Exp $ -DISTNAME= gnucash-2.6.18-1 -PKGNAME= ${DISTNAME:S/-1/.1/} -PKGREVISION= 1 +DISTNAME= gnucash-2.6.19 CATEGORIES= finance MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gnucash/} EXTRACT_SUFX= .tar.bz2 -- cgit v1.2.3