diff options
Diffstat (limited to 'x11')
-rw-r--r-- | x11/zenity/Makefile | 2 | ||||
-rw-r--r-- | x11/zenity/distinfo | 2 | ||||
-rw-r--r-- | x11/zenity/files/patch-src_main.c | 10 |
3 files changed, 12 insertions, 2 deletions
diff --git a/x11/zenity/Makefile b/x11/zenity/Makefile index fe2494e24..9a4adc586 100644 --- a/x11/zenity/Makefile +++ b/x11/zenity/Makefile @@ -6,7 +6,7 @@ # PORTNAME= zenity -PORTVERSION= 1.4 +PORTVERSION= 1.5 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION} diff --git a/x11/zenity/distinfo b/x11/zenity/distinfo index e36aadb47..47f221c0c 100644 --- a/x11/zenity/distinfo +++ b/x11/zenity/distinfo @@ -1 +1 @@ -MD5 (gnome2/zenity-1.4.tar.bz2) = 213bfc04d5ef0e9b685f948f78169850 +MD5 (gnome2/zenity-1.5.tar.bz2) = 6348b8a002b74df0a685ae4d37336593 diff --git a/x11/zenity/files/patch-src_main.c b/x11/zenity/files/patch-src_main.c new file mode 100644 index 000000000..e382df057 --- /dev/null +++ b/x11/zenity/files/patch-src_main.c @@ -0,0 +1,10 @@ +--- src/main.c.orig Mon Aug 25 02:53:00 2003 ++++ src/main.c Mon Aug 25 02:53:31 2003 +@@ -25,6 +25,7 @@ + #include "zenity.h" + #include <stdlib.h> + #include <popt.h> ++#include <locale.h> + #include <langinfo.h> + + typedef enum { |