[74829] trunk/dports/gnome/gnucash-devel/Portfile

dports at macports.org dports at macports.org
Mon Jan 3 04:45:46 PST 2011


Revision: 74829
          http://trac.macports.org/changeset/74829
Author:   dports at macports.org
Date:     2011-01-03 04:45:38 -0800 (Mon, 03 Jan 2011)
Log Message:
-----------
gnucash-devel: update to latest stable release as it's newer than the
last development release

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

Modified: trunk/dports/gnome/gnucash-devel/Portfile
===================================================================
--- trunk/dports/gnome/gnucash-devel/Portfile	2011-01-03 12:42:53 UTC (rev 74828)
+++ trunk/dports/gnome/gnucash-devel/Portfile	2011-01-03 12:45:38 UTC (rev 74829)
@@ -9,7 +9,7 @@
 maintainers       nomaintainer
 platforms         darwin
 
-version           2.3.17
+version           2.4.0
 set branch        [join [lrange [split ${version} .] 0 1] .]
 
 description       a personal and small-business financial-accounting software
@@ -30,9 +30,9 @@
 distname          ${my_name}-${version}
 use_bzip2         yes
 
-checksums         md5     236546487a8ad138f22cc3bd72c6ed6d \
-                  sha1    400fc4762e67fea8a8bd85217f0d176d546016ca \
-                  rmd160  ae09af6150a4eca5dae72d49f1011eb86a497ea4
+checksums         md5     3d396acb05a062adfc85bc9c4f8f0b08 \
+                  sha1    dd89e3c3d87b0c0c4f3f5ffd886363783d5d5576 \
+                  rmd160  ca762a18d18560c44f1bb87fe8bfd7967cccd365
 
 depends_build     port:pkgconfig \
                   port:intltool \
@@ -42,7 +42,7 @@
                   port:slib-guile \
                   port:libgnomeui \
                   port:libgnomeprintui \
-                  port:libgtkhtml3 \
+                  port:webkit-gtk \
                   port:goffice \
                   port:aqbanking \
                   port:p5-finance-quote
@@ -53,10 +53,16 @@
 universal_variant no
 
 configure.args    --disable-glibtest \
-                  --disable-dependency-tracking --enable-hbci --enable-ofx
+                  --disable-dependency-tracking \
+                  --enable-hbci \
+                  --enable-ofx \
+                  --disable-dbi \
+                  --with-html-engine=webkit
 
-variant without_quotes description {Does not depend on building p5-finance-quote} {
-    depends_lib-delete  port:p5-finance-quote
+variant gtkhtml description {Use gtkhtml instead of webkit-gtk for html rendering} {
+    configure.args-delete --with-html-engine=webkit
+    depends_lib-delete    port:webkit-gtk
+    depends_lib-append    port:libgtkhtml3
 }
 
 variant without_hbci description {Disables HBCI support} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110103/5ec63744/attachment.html>


More information about the macports-changes mailing list