Modified: trunk/dports/gnome/zenity/Portfile (117483 => 117484)
--- trunk/dports/gnome/zenity/Portfile 2014-02-28 16:05:44 UTC (rev 117483)
+++ trunk/dports/gnome/zenity/Portfile 2014-02-28 16:21:08 UTC (rev 117484)
@@ -5,6 +5,7 @@
name zenity
version 3.8.0
+revision 1
set branch [join [lrange [split ${version} .] 0 1] .]
description zenity allows you to display dialog boxes from the commandline.
long_description \
@@ -32,6 +33,8 @@
port:libnotify \
path:lib/pkgconfig/webkitgtk-3.0.pc:webkit-gtk3
+patchfiles patch-src-zenity.ui.diff
+
# update m4/intltool.m4 and autoreconf
pre-configure {
Added: trunk/dports/gnome/zenity/files/patch-src-zenity.ui.diff (0 => 117484)
--- trunk/dports/gnome/zenity/files/patch-src-zenity.ui.diff (rev 0)
+++ trunk/dports/gnome/zenity/files/patch-src-zenity.ui.diff 2014-02-28 16:21:08 UTC (rev 117484)
@@ -0,0 +1,12 @@
+https://bugzilla.gnome.org/show_bug.cgi?id=702535
+https://git.gnome.org/browse/zenity/commit/?id=80bc8ce643979fec201c4ebd5cd6405b6310357f
+--- src/zenity.ui.orig
++++ src/zenity.ui
+@@ -1021,6 +1021,7 @@
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="shadow_type">in</property>
++ <property name="expand">True</property>
+ <child>
+ <object class="GtkTreeView" id="zenity_tree_view">
+ <property name="visible">True</property>