[22261] trunk/dports/gnome/gnucash/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Sat Feb 24 08:24:50 PST 2007


Revision: 22261
          http://trac.macosforge.org/projects/macports/changeset/22261
Author:   mas at macports.org
Date:     2007-02-24 08:24:50 -0800 (Sat, 24 Feb 2007)

Log Message:
-----------
UPDATE: gnucash 2.0.5

Modified Paths:
--------------
    trunk/dports/gnome/gnucash/Portfile

Modified: trunk/dports/gnome/gnucash/Portfile
===================================================================
--- trunk/dports/gnome/gnucash/Portfile	2007-02-24 16:20:50 UTC (rev 22260)
+++ trunk/dports/gnome/gnucash/Portfile	2007-02-24 16:24:50 UTC (rev 22261)
@@ -2,7 +2,7 @@
 
 PortSystem        1.0
 name              gnucash
-version		  2.0.4
+version		  2.0.5
 revision	  0
 categories        gnome x11
 maintainers       mas at seligma.com
@@ -19,12 +19,13 @@
 		  installation.  This port does not work around this \
 		  decision at the moment. -- \
 		  Use variant +enable_ofx to get OFX connectivity built in. \
-		  HBCI and online stock quote retrieval are now enabled by \
-		  default.
+		  Without that variant, OFX will be disabled. \
+		  HBCI and online stock quote retrieval are enabled by \
+		  default, but can be disabled with variant +without_hbci.
 homepage          http://www.gnucash.org/
 master_sites      http://www.gnucash.org/pub/gnucash/sources/stable/
-checksums	  md5 75b5f2674d8d9998503bb5639ac41e6b 
-		  # gpg signature for 2.0.4 verified
+checksums	  md5 0fa3da0122a025b1abcba524740d7633 
+		  # gpg signature for 2.0.5 verified
 depends_lib	  lib:XML/Parser.pm:p5-xml-parser \
 		  port:glib1 \
 		  port:glib2 \
@@ -36,7 +37,6 @@
 		  lib:libgnomeprintui:libgnomeprintui \
 		  lib:libgtkhtml-3:libgtkhtml3 \
 		  lib:libgsf:libgsf \
-		  lib:libgoffice:goffice \
 		  lib:aqbanking:aqbanking \
 		  lib:Finance/Quote.pm:p5-finance-quote \
 		  port:gnucash-docs
@@ -46,7 +46,7 @@
 		  CFLAGS="-L${prefix}/lib -I${prefix}/include" \
 		  LDFLAGS=-L${prefix}/lib
 configure.args	  --disable-glibtest --disable-debug --disable-profile \
-		  --disable-dependency-tracking --enable-hbci
+		  --disable-dependency-tracking --enable-hbci --disable-ofx
 
 variant without_quotes {
 	depends_lib-delete	lib:Finance/Quote.pm:p5-finance-quote
@@ -62,6 +62,7 @@
 	# by libofx have problems (distfile for mkcatalog is unavailable;
 	# openjade requires gcc33 which reportedly does not work on Intel)
 	depends_lib-append	lib:libofx:libofx
+	configure.args-delete	--disable-ofx
 	configure.args-append	--enable-ofx
 }
 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070224/607f8f86/attachment.html


More information about the macports-changes mailing list