Update to 2.4.10.

PR:		ports/167055
		ports/167883
Submitted by:	madpilot
		Douglas Carmichael <dcarmich@dcarmichael.net>
This commit is contained in:
Jeremy Messenger 2012-05-20 16:28:45 +00:00
parent 51fdc43b80
commit 84aa46a366
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=297037
3 changed files with 3 additions and 15 deletions

View file

@ -7,8 +7,7 @@
#
PORTNAME= gnucash
PORTVERSION= 2.4.9
PORTREVISION= 1
PORTVERSION= 2.4.10
CATEGORIES= finance gnome
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20%28stable%29/${PORTVERSION}

View file

@ -1,2 +1,2 @@
SHA256 (gnucash-2.4.9.tar.bz2) = def06062c29f170a3a5ca4ea172cf305d8d962af215bec84ba0b309d43d332ec
SIZE (gnucash-2.4.9.tar.bz2) = 9358147
SHA256 (gnucash-2.4.10.tar.bz2) = 52e65623b5ad812b8eeb4c221951e9b0ba3c49e28916acfb7b92566da159e6cc
SIZE (gnucash-2.4.10.tar.bz2) = 9367104

View file

@ -1,11 +0,0 @@
--- configure.orig 2012-01-11 01:22:04.000000000 +0100
+++ configure 2012-01-24 13:21:07.245448698 +0100
@@ -21160,7 +21160,7 @@
CUSTOM_GNC_DBD_DIR_FALSE=
fi
- if test "x$ac_cv_header_dbi_dbi_h" != xno; then
+ if test "x$ac_cv_header_dbi_dbi_h" = xyes; then
WITH_DBI_TRUE=
WITH_DBI_FALSE='#'
else