Revision: 89699 http://trac.macports.org/changeset/89699 Author: dports@macports.org Date: 2012-02-06 19:25:12 -0800 (Mon, 06 Feb 2012) Log Message: ----------- gnucash: update to v2.4.10 Modified Paths: -------------- trunk/dports/gnome/gnucash/Portfile Removed Paths: ------------- trunk/dports/gnome/gnucash/files/patch-configure-dbi.diff Modified: trunk/dports/gnome/gnucash/Portfile =================================================================== --- trunk/dports/gnome/gnucash/Portfile 2012-02-07 03:12:15 UTC (rev 89698) +++ trunk/dports/gnome/gnucash/Portfile 2012-02-07 03:25:12 UTC (rev 89699) @@ -4,8 +4,7 @@ PortSystem 1.0 name gnucash -version 2.4.9 -revision 1 +version 2.4.10 categories gnome x11 license GPL-2+ maintainers dports openmaintainer @@ -27,6 +26,9 @@ use_bzip2 yes +checksums rmd160 c08f8f046c24b9b28adf486ea75f9ada9d6e8441 \ + sha256 52e65623b5ad812b8eeb4c221951e9b0ba3c49e28916acfb7b92566da159e6cc + # patch configure to not set PLATFORM_OSX_QUARTZ even if we are # running gtk +quartz because we want gnucash to set up its # environment the same way it does for regular builds, rather than @@ -34,19 +36,12 @@ # to use dbus-launch or muck with DYLD_LIBRARY_PATH. patchfiles patch-configure.diff -# work around a bug with --disable-dbi: -# https://bugzilla.gnome.org/show_bug.cgi?id=665245 -patchfiles-append patch-configure-dbi.diff - post-patch { # gnc-fq-dump needs to be patched to use MacPorts perl. # (autoconf takes care of the other perl scripts.) reinplace "s|^#!/usr/bin/perl|#!${prefix}/bin/perl5.12|" ${worksrcpath}/src/quotes/gnc-fq-dump } -checksums rmd160 15b563a89d6c8f6895016f685b75c69636bf2b3c \ - sha256 def06062c29f170a3a5ca4ea172cf305d8d962af215bec84ba0b309d43d332ec - depends_build port:pkgconfig \ port:intltool \ port:libtool Deleted: trunk/dports/gnome/gnucash/files/patch-configure-dbi.diff =================================================================== --- trunk/dports/gnome/gnucash/files/patch-configure-dbi.diff 2012-02-07 03:12:15 UTC (rev 89698) +++ trunk/dports/gnome/gnucash/files/patch-configure-dbi.diff 2012-02-07 03:25:12 UTC (rev 89699) @@ -1,11 +0,0 @@ ---- configure.orig 2012-01-11 23:35:54.000000000 -0500 -+++ configure 2012-01-11 23:36:35.000000000 -0500 -@@ -21155,7 +21155,7 @@ - CUSTOM_GNC_DBD_DIR_FALSE= - fi - -- if test "x$ac_cv_header_dbi_dbi_h" != xno; then -+ if test "x$want_dbi" != xfalse; then - WITH_DBI_TRUE= - WITH_DBI_FALSE='#' - else
participants (1)
-
dports@macports.org