Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Apr 2008 17:12:39 GMT
From:      Yuri <yuri@tsoft.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/123223: [PORT finance/gnucash] update 2.2.4->2.2.5
Message-ID:  <200804291712.m3THCdfp019974@www.freebsd.org>
Resent-Message-ID: <200804291720.m3THK0TW023476@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         123223
>Category:       ports
>Synopsis:       [PORT finance/gnucash] update 2.2.4->2.2.5
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 29 17:20:00 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Yuri
>Release:        7.0-STABLE
>Organization:
n/a
>Environment:
>Description:
Please apply this patch.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -u finance/gnucash/Makefile.orig finance/gnucash/Makefile
--- finance/gnucash/Makefile.orig	2008-04-19 10:48:41.000000000 -0700
+++ finance/gnucash/Makefile	2008-04-29 10:05:34.000000000 -0700
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	gnucash
-PORTVERSION=	2.2.4
+PORTVERSION=	2.2.5
 PORTREVISION=	2
 CATEGORIES=	finance gnome
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE} \
@@ -56,6 +56,7 @@
 GCONF_SCHEMAS=	apps_gnucash_dialog_business_common.schemas \
 		apps_gnucash_dialog_commodities.schemas \
 		apps_gnucash_dialog_common.schemas \
+		apps_gnucash_dialog_hbci.schemas \
 		apps_gnucash_dialog_prices.schemas \
 		apps_gnucash_dialog_print_checks.schemas \
 		apps_gnucash_dialog_reconcile.schemas \
@@ -64,6 +65,7 @@
 		apps_gnucash_general.schemas \
 		apps_gnucash_history.schemas \
 		apps_gnucash_import_generic_matcher.schemas \
+		apps_gnucash_import_qif.schemas \
 		apps_gnucash_warnings.schemas \
 		apps_gnucash_window_pages_account_tree.schemas \
 		apps_gnucash_window_pages_register.schemas
@@ -93,12 +95,12 @@
 
 .if defined(WITH_POSTGRESQL)
 CONFIGURE_ARGS+=--enable-sql
-PLIST_SUB+=	PGBACKEND=""
+PLIST_SUB+=	POSTGRESQL=""
 USE_PGSQL+=	yes
 GC_LIBS+=	-lpq
 .else
 CONFIGURE_ARGS+=--disable-sql
-PLIST_SUB+=	PGBACKEND="@comment "
+PLIST_SUB+=	POSTGRESQL="@comment "
 .endif
 
 CONFIGURE_ENV+=	LIBS="${GC_LIBS}"
diff -u finance/gnucash/distinfo.orig finance/gnucash/distinfo
--- finance/gnucash/distinfo.orig	2008-03-31 06:47:30.000000000 -0700
+++ finance/gnucash/distinfo	2008-04-28 23:08:11.000000000 -0700
@@ -1,3 +1,3 @@
-MD5 (gnucash-2.2.4.tar.bz2) = f521cea858ee7223325114ec98de86ca
-SHA256 (gnucash-2.2.4.tar.bz2) = 23deb1fb8da8f9a60bde7084dc7a39c10887a055799d96c2290f2ac74eca9623
-SIZE (gnucash-2.2.4.tar.bz2) = 7080056
+MD5 (gnucash-2.2.5.tar.bz2) = 81d8d115e27db96ab2b47727010ccdc4
+SHA256 (gnucash-2.2.5.tar.bz2) = 87dcba7988940eeef68b7f250088bd56e600333f3b4ede017df303fbd2bb749e
+SIZE (gnucash-2.2.5.tar.bz2) = 7143134
diff -u finance/gnucash/pkg-plist.orig finance/gnucash/pkg-plist
--- finance/gnucash/pkg-plist.orig	2008-04-17 04:28:29.000000000 -0700
+++ finance/gnucash/pkg-plist	2008-04-29 09:53:14.000000000 -0700
@@ -258,6 +258,8 @@
 lib/libgnc-backend-file-utils.la
 lib/libgnc-backend-file-utils.so
 lib/libgnc-backend-file-utils.so.0
+%%POSTGRESQL%%lib/libgnc-backend-postgres.la
+%%POSTGRESQL%%lib/libgnc-backend-postgres.so
 lib/libgnc-business-ledger.la
 lib/libgnc-business-ledger.so
 lib/libgnc-business-ledger.so.0
@@ -554,6 +556,7 @@
 share/gnucash/accounts/zh_CN/acctchrt_spouseinc.gnucash-xea
 share/gnucash/accounts/zh_CN/acctchrt_spouseretire.gnucash-xea
 share/gnucash/checks/deluxe.chk
+share/gnucash/checks/liberty.chk
 share/gnucash/checks/quicken.chk
 share/gnucash/checks/quicken_wallet.chk
 share/gnucash/doc/AUTHORS
@@ -829,6 +832,8 @@
 share/gnucash/xml/qsf/qsf-map.xsd.xml
 share/gnucash/xml/qsf/qsf-object.xsd.xml
 share/icons/hicolor/16x16/apps/gnucash-icon.png
+share/icons/hicolor/22x22/apps/gnucash-icon.png
+share/icons/hicolor/24x24/apps/gnucash-icon.png
 share/icons/hicolor/32x32/apps/gnucash-icon.png
 share/icons/hicolor/48x48/apps/gnucash-icon.png
 share/icons/hicolor/scalable/apps/gnucash-icon.svg


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200804291712.m3THCdfp019974>