Update to 2.2.6
This commit is contained in:
parent
8ad8bdca5f
commit
8e07e2d8f9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=220048
4 changed files with 21 additions and 5 deletions
|
@ -7,8 +7,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= gnucash
|
||||
PORTVERSION= 2.2.4
|
||||
PORTREVISION= 4
|
||||
PORTVERSION= 2.2.6
|
||||
CATEGORIES= finance gnome
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
||||
http://www.gnucash.org/pub/gnucash/sources/stable/
|
||||
|
@ -58,6 +57,7 @@ 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 \
|
||||
|
|
|
@ -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.6.tar.bz2) = 1dea48e0705759a3e60a8c2e1018e27b
|
||||
SHA256 (gnucash-2.2.6.tar.bz2) = 4ecf729acacc04530f87c03c5d5f53f027b9aa79ece85ac9d92ca48e74bba26d
|
||||
SIZE (gnucash-2.2.6.tar.bz2) = 7224677
|
||||
|
|
11
finance/gnucash/files/patch-configure
Normal file
11
finance/gnucash/files/patch-configure
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- 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; }
|
||||
|
|
@ -554,6 +554,7 @@ share/gnucash/accounts/zh_CN/acctchrt_retiremt.gnucash-xea
|
|||
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
|
||||
|
@ -794,6 +795,7 @@ share/gnucash/scm/qif-import/qif-utils.scm
|
|||
share/gnucash/scm/report-utilities.scm
|
||||
share/gnucash/scm/report.scm
|
||||
share/gnucash/scm/simple-obj.scm
|
||||
share/gnucash/scm/string.scm
|
||||
share/gnucash/scm/substring-search.scm
|
||||
share/gnucash/scm/txf-de_DE.scm
|
||||
share/gnucash/scm/txf-help-de_DE.scm
|
||||
|
@ -829,6 +831,8 @@ share/gnucash/xml/qsf/pilot-qsf-gncCustomer.xml
|
|||
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
|
||||
|
@ -843,6 +847,7 @@ share/locale/es/LC_MESSAGES/gnucash.mo
|
|||
share/locale/es_NI/LC_MESSAGES/gnucash.mo
|
||||
share/locale/eu/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
|
||||
share/locale/it/LC_MESSAGES/gnucash.mo
|
||||
share/locale/ja/LC_MESSAGES/gnucash.mo
|
||||
|
|
Loading…
Reference in a new issue