ports/186203: [update] finance/gnucash: Update to 2.6.1
Guido Falsi
madpilot at FreeBSD.org
Sat Feb 1 10:30:01 UTC 2014
The following reply was made to PR ports/186203; it has been noted by GNATS.
From: Guido Falsi <madpilot at FreeBSD.org>
To: bug-followup at 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 <madpilot at FreeBSD.org>
--------------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 <bsd.port.mk>
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--
More information about the freebsd-gnome
mailing list