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

source_changes at macosforge.org source_changes at macosforge.org
Tue Aug 21 23:18:22 PDT 2007


Revision: 28132
          http://trac.macosforge.org/projects/macports/changeset/28132
Author:   mas at macports.org
Date:     2007-08-21 23:18:21 -0700 (Tue, 21 Aug 2007)

Log Message:
-----------
Upgrade gnucash to 2.2.1.  Also contains a workaround for the libjpeg problem that has been creeping up since the latest qt3 upgrade (#12323).

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

Modified: trunk/dports/gnome/gnucash/Portfile
===================================================================
--- trunk/dports/gnome/gnucash/Portfile	2007-08-21 23:44:51 UTC (rev 28131)
+++ trunk/dports/gnome/gnucash/Portfile	2007-08-22 06:18:21 UTC (rev 28132)
@@ -2,7 +2,7 @@
 
 PortSystem        1.0
 name              gnucash
-version		  2.2.0
+version		  2.2.1
 revision	  0
 categories        gnome x11
 maintainers       mas at macports.org
@@ -23,8 +23,8 @@
 master_sites      sourceforge \
 		  http://www.gnucash.org/pub/gnucash/sources/stable/
 use_bzip2	  yes
-checksums	  md5 6e8c1602b365d76ec19ef211857d3ece 
-		  # gpg signature for 2.2.0 verified
+checksums	  md5 c971dba50b6e04d8fdd66cb681e1cead 
+		  # gpg signature for 2.2.1 not published!
 depends_lib	  lib:XML/Parser.pm:p5-xml-parser \
 		  port:glib2 \
 		  port:gconf \
@@ -46,6 +46,11 @@
 configure.args	  --disable-glibtest --disable-debug --disable-profile \
 		  --disable-dependency-tracking --enable-hbci --enable-ofx
 
+post-patch {
+	reinplace "/^DYLD_LIBRARY_PATH/s|=\"|=\"/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources at -PATH_SEPARATOR-@|" ${worksrcpath}/src/bin/gnucash.in
+	reinplace "/^DYLD_LIBRARY_PATH/s|=\"|=\"/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources at -PATH_SEPARATOR-@|" ${worksrcpath}/src/bin/overrides/gnucash-env.in
+}
+
 default_variants +guile16
 
 variant without_quotes {

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070821/26723c4c/attachment.html


More information about the macports-changes mailing list