diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-10-10 16:49:20 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-10-10 16:49:20 +0800 |
commit | 7b434cc841653c1de94d75421c53c9e44c30ed07 (patch) | |
tree | 0b1722dc20afd7de441113cca92c5e08aa12e38a | |
parent | d50720c5c2fe8e55c816c09a329d583b55251bdc (diff) | |
download | marcuscom-ports-7b434cc841653c1de94d75421c53c9e44c30ed07.tar.gz marcuscom-ports-7b434cc841653c1de94d75421c53c9e44c30ed07.tar.zst marcuscom-ports-7b434cc841653c1de94d75421c53c9e44c30ed07.zip |
Sync with FreeBSD ports.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11676 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | finance/gnucash/Makefile | 13 | ||||
-rw-r--r-- | finance/gnucash/distinfo | 6 | ||||
-rw-r--r-- | finance/gnucash/files/patch-configure | 11 | ||||
-rw-r--r-- | finance/gnucash/pkg-plist | 6 |
4 files changed, 15 insertions, 21 deletions
diff --git a/finance/gnucash/Makefile b/finance/gnucash/Makefile index fc7d7c0cc..a05cf42a5 100644 --- a/finance/gnucash/Makefile +++ b/finance/gnucash/Makefile @@ -2,13 +2,13 @@ # Date created: Mon Feb 03, 1997 # Whom: David O'Brien (obrien@NUXI.com) # -# $FreeBSD$ -# $MCom$ +# $FreeBSD: ports/finance/gnucash/Makefile,v 1.126 2008/10/10 08:33:01 kwm Exp $ +# $MCom: ports/finance/gnucash/Makefile,v 1.22 2007/07/30 20:05:51 mezz Exp $ # PORTNAME= gnucash -PORTVERSION= 2.2.6 -PORTREVISION= 1 +PORTVERSION= 2.2.7 +PORTREVISION= 0 CATEGORIES= finance gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://www.gnucash.org/pub/gnucash/sources/stable/ @@ -20,7 +20,7 @@ COMMENT= Quicken-like money and finance manager BUILD_DEPENDS= guile>=1.6.8_2:${PORTSDIR}/lang/guile \ ${LOCALBASE}/share/guile/1.8/slibcat:${PORTSDIR}/lang/slib-guile LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt \ - goffice-0.6.6:${PORTSDIR}/devel/goffice06 + goffice-0.8.7:${PORTSDIR}/devel/goffice RUN_DEPENDS= guile>=1.6.8_2:${PORTSDIR}/lang/guile \ ${LOCALBASE}/share/guile/1.8/slibcat:${PORTSDIR}/lang/slib-guile \ ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \ @@ -57,13 +57,13 @@ GCONF_SCHEMAS= apps_gnucash_dialog_business_common.schemas \ apps_gnucash_dialog_common.schemas \ apps_gnucash_dialog_prices.schemas \ apps_gnucash_dialog_print_checks.schemas \ - apps_gnucash_import_qif.schemas \ apps_gnucash_dialog_reconcile.schemas \ apps_gnucash_dialog_scheduled_transctions.schemas \ apps_gnucash_dialog_totd.schemas \ 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 @@ -74,6 +74,7 @@ GCONF_SCHEMAS= apps_gnucash_dialog_business_common.schemas \ .if defined(WITH_AQBANKING) || defined(WITH_OPENHBCI) LIB_DEPENDS+= aqbanking.21:${PORTSDIR}/finance/aqbanking \ ktoblzcheck.6:${PORTSDIR}/finance/ktoblzcheck +GCONF_SCHEMAS+= apps_gnucash_dialog_hbci.schemas CONFIGURE_ARGS+=--enable-hbci GC_LIBS+= -laqbanking PLIST_SUB+= AQBANKING="" diff --git a/finance/gnucash/distinfo b/finance/gnucash/distinfo index 6feb6581a..d9e71e8f8 100644 --- a/finance/gnucash/distinfo +++ b/finance/gnucash/distinfo @@ -1,3 +1,3 @@ -MD5 (gnucash-2.2.6.tar.bz2) = 1dea48e0705759a3e60a8c2e1018e27b -SHA256 (gnucash-2.2.6.tar.bz2) = 4ecf729acacc04530f87c03c5d5f53f027b9aa79ece85ac9d92ca48e74bba26d -SIZE (gnucash-2.2.6.tar.bz2) = 7224677 +MD5 (gnucash-2.2.7.tar.bz2) = 0f3f324c274b136070b769aa10591ccf +SHA256 (gnucash-2.2.7.tar.bz2) = aaa558e76427b7a990287089a6e0e5ecb0f4404e0343a7200e1588f60ffab1e8 +SIZE (gnucash-2.2.7.tar.bz2) = 7362491 diff --git a/finance/gnucash/files/patch-configure b/finance/gnucash/files/patch-configure deleted file mode 100644 index fbf21419a..000000000 --- a/finance/gnucash/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig 2008-07-27 12:17:44.000000000 -0500 -+++ configure 2008-09-06 22:14:05.289802801 -0500 -@@ -21359,7 +21359,7 @@ - echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config." - else - pkg_config_min_version=0.9.0 -- if $PKG_CONFIG --atleast-pkgconfig-version $pkg_config_min_version; then -+ if 0 ; then - { echo "$as_me:$LINENO: checking for libgoffice-0.4 >= 0.4.0" >&5 - echo $ECHO_N "checking for libgoffice-0.4 >= 0.4.0... $ECHO_C" >&6; } - diff --git a/finance/gnucash/pkg-plist b/finance/gnucash/pkg-plist index 94f6ba674..83029d7ee 100644 --- a/finance/gnucash/pkg-plist +++ b/finance/gnucash/pkg-plist @@ -258,6 +258,8 @@ lib/gnucash/libgncqof-backend-qsf.so lib/libgnc-backend-file-utils.la lib/libgnc-backend-file-utils.so lib/libgnc-backend-file-utils.so.0 +%%PGBACKEND%%lib/libgnc-backend-postgres.la +%%PGBACKEND%%lib/libgnc-backend-postgres.so lib/libgnc-business-ledger.la lib/libgnc-business-ledger.so lib/libgnc-business-ledger.so.0 @@ -846,6 +848,7 @@ share/locale/en_GB/LC_MESSAGES/gnucash.mo share/locale/es/LC_MESSAGES/gnucash.mo share/locale/es_NI/LC_MESSAGES/gnucash.mo share/locale/eu/LC_MESSAGES/gnucash.mo +share/locale/fi/LC_MESSAGES/gnucash.mo share/locale/fr/LC_MESSAGES/gnucash.mo share/locale/he/LC_MESSAGES/gnucash.mo share/locale/hu/LC_MESSAGES/gnucash.mo @@ -876,13 +879,14 @@ share/xml/gnucash/xsl/string.xsl share/xml/gnucash/xsl/vcard-gnccustomer.pl @dirrmtry share/locale/rw/LC_MESSAGES @dirrmtry share/locale/rw +@dirrmtry share/locale/fi/LC_MESSAGES +@dirrmtry share/locale/fi @dirrmtry share/locale/es_NI/LC_MESSAGES @dirrmtry share/locale/es_NI @dirrmtry share/locale/de_CH/LC_MESSAGES @dirrmtry share/locale/de_CH @dirrm share/xml/gnucash/xsl @dirrm share/xml/gnucash -@dirrmtry share/xml @dirrm share/gnucash/xml/qsf @dirrm share/gnucash/xml @dirrm share/gnucash/ui |