From owner-freebsd-gnome@FreeBSD.ORG Sat Feb 1 10:30:01 2014 Return-Path: Delivered-To: gnome@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 64899ED4 for ; Sat, 1 Feb 2014 10:30:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 517BE11FF for ; Sat, 1 Feb 2014 10:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s11AU1In003898 for ; Sat, 1 Feb 2014 10:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id s11AU1pa003897; Sat, 1 Feb 2014 10:30:01 GMT (envelope-from gnats) Date: Sat, 1 Feb 2014 10:30:01 GMT Message-Id: <201402011030.s11AU1pa003897@freefall.freebsd.org> To: gnome@FreeBSD.org From: Guido Falsi Subject: Re: ports/186203: [update] finance/gnucash: Update to 2.6.1 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Guido Falsi List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Feb 2014 10:30:01 -0000 The following reply was made to PR ports/186203; it has been noted by GNATS. From: Guido Falsi To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/186203: [update] finance/gnucash: Update to 2.6.1 Date: Sat, 01 Feb 2014 11:24:58 +0100 This is a multi-part message in MIME format. --------------010400050101040702080701 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Oops, I forgot to add a file to the plist, which was the cause for the parse error in the xml. Attached patch solves that one too. -- Guido Falsi --------------010400050101040702080701 Content-Type: text/x-patch; name="gnucash.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="gnucash.diff" Index: finance/gnucash/Makefile =================================================================== --- finance/gnucash/Makefile (revision 342107) +++ finance/gnucash/Makefile (working copy) @@ -2,7 +2,7 @@ # $MCom: ports/finance/gnucash/Makefile,v 1.26 2008/12/31 03:25:18 mezz Exp $ PORTNAME= gnucash -PORTVERSION= 2.6.0 +PORTVERSION= 2.6.1 CATEGORIES= finance gnome MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20%28stable%29/${PORTVERSION} Index: finance/gnucash/distinfo =================================================================== --- finance/gnucash/distinfo (revision 342107) +++ finance/gnucash/distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (gnucash-2.6.0.tar.bz2) = a875abf0ee3e7380fc41bd5bf2795787e4a8946ec579147b16acac665b9affbf -SIZE (gnucash-2.6.0.tar.bz2) = 10691364 +SHA256 (gnucash-2.6.1.tar.bz2) = c9e66f84c7706e3c8e7a1c88dcd58c5c3d102e285012b51f5af25052502cd8a4 +SIZE (gnucash-2.6.1.tar.bz2) = 10944714 Index: finance/gnucash/files/patch-src_app-utils_guile-util.c =================================================================== --- finance/gnucash/files/patch-src_app-utils_guile-util.c (revision 342107) +++ finance/gnucash/files/patch-src_app-utils_guile-util.c (working copy) @@ -1,6 +1,6 @@ ---- src/app-utils/guile-util.c.orig 2010-12-29 16:06:05.000000000 +0100 -+++ src/app-utils/guile-util.c 2010-12-29 16:06:38.000000000 +0100 -@@ -1317,6 +1317,8 @@ gnc_parse_time_to_timet(const gchar *s, +--- src/app-utils/guile-util.c.orig 2014-01-19 00:44:17.000000000 +0100 ++++ src/app-utils/guile-util.c 2014-01-27 22:15:08.578610605 +0100 +@@ -1083,6 +1083,8 @@ g_return_val_if_fail(s && format, -1); Index: finance/gnucash-docs/Makefile =================================================================== --- finance/gnucash-docs/Makefile (revision 342107) +++ finance/gnucash-docs/Makefile (working copy) @@ -3,7 +3,7 @@ # $MCom: ports/finance/gnucash-docs/Makefile,v 1.7 2007/08/04 03:51:29 marcus Exp $ PORTNAME= gnucash-docs -PORTVERSION= 2.6.0 +PORTVERSION= 2.6.1 CATEGORIES= finance gnome MASTER_SITES= SF/gnucash/${PORTNAME}/${PORTVERSION} \ http://www.gnucash.org/pub/gnucash/sources/stable/ \ @@ -22,4 +22,11 @@ GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include +post-patch: + @${REINPLACE_CMD} -e '/scrollkeeper-preinstall/s|$$(docdir)|$$(gnomehelpdir)|' \ + ${WRKSRC}/omf.make ${WRKSRC}/guide/C/Makefile.in ${WRKSRC}/guide/de/Makefile.in \ + ${WRKSRC}/guide/it/Makefile.in ${WRKSRC}/guide/ja/Makefile.in \ + ${WRKSRC}/help/C/Makefile.in ${WRKSRC}/help/de/Makefile.in \ + ${WRKSRC}/help/it/Makefile.in + .include Index: finance/gnucash-docs/distinfo =================================================================== --- finance/gnucash-docs/distinfo (revision 342107) +++ finance/gnucash-docs/distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (gnucash-docs-2.6.0.tar.gz) = a6ad22735dd52e11f8ab090022a649697d0b9dce12afd16639927fcea18fd30d -SIZE (gnucash-docs-2.6.0.tar.gz) = 53963545 +SHA256 (gnucash-docs-2.6.1.tar.gz) = b0e978970c74a5c3d2745073eed7c98e6405276f1a418ae8173ff621de584ada +SIZE (gnucash-docs-2.6.1.tar.gz) = 58923509 Index: finance/gnucash-docs/pkg-plist =================================================================== --- finance/gnucash-docs/pkg-plist (revision 342107) +++ finance/gnucash-docs/pkg-plist (working copy) @@ -639,6 +639,7 @@ share/gnome/help/gnucash-guide/ja/gnucash-guide.xml share/gnome/help/gnucash-guide/ja/legal.xml share/gnome/help/gnucash-help/C/Help_ch_Account-Actions.xml +share/gnome/help/gnucash-help/C/Help_ch_Business.xml share/gnome/help/gnucash-help/C/Help_ch_Customize.xml share/gnome/help/gnucash-help/C/Help_ch_GUIMenus.xml share/gnome/help/gnucash-help/C/Help_ch_GettingHelp.xml --------------010400050101040702080701--