Modified: trunk/dports/gnome/gnucash/Portfile (118520 => 118521)
--- trunk/dports/gnome/gnucash/Portfile 2014-04-03 19:56:52 UTC (rev 118520)
+++ trunk/dports/gnome/gnucash/Portfile 2014-04-03 20:15:28 UTC (rev 118521)
@@ -4,7 +4,7 @@
PortSystem 1.0
name gnucash
-version 2.6.1
+version 2.6.2
categories gnome x11
license GPL-2+
maintainers dports openmaintainer
@@ -26,8 +26,8 @@
use_bzip2 yes
-checksums rmd160 e9c8e6bace9a41195d2fdfc323dcd089d5cc09f5 \
- sha256 c9e66f84c7706e3c8e7a1c88dcd58c5c3d102e285012b51f5af25052502cd8a4
+checksums rmd160 f556d88d065d30a818c1e251a83ee14a1f32ec4a \
+ sha256 c920461b1c152f035672f431f33867534ddfac0efbb15fa7535b8c11a5be0e4d
post-patch {
# gnc-fq-dump needs to be patched to use MacPorts perl.
@@ -107,15 +107,12 @@
default_variants +ofx +hbci
-# XXX This is currently broken; patch needs to be updated to fix
-# configure's python ldflags detection.
-#
-# variant python27 description {Install Python bindings for Python 2.7} {
-# patchfiles-append patch-configure-python.diff
-# depends_lib-append port:python27
-# configure.args-append --enable-python
-# configure.python ${prefix}/bin/python2.7
-# }
+variant python27 description {Install Python bindings for Python 2.7} {
+ #patchfiles-append patch-configure-python.diff
+ depends_lib-append port:python27
+ configure.args-append --enable-python
+ configure.python ${prefix}/bin/python2.7
+}
post-activate {
system "${prefix}/bin/gtk-update-icon-cache -f -t ${prefix}/share/icons/hicolor"