diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-08-25 14:55:13 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-08-25 14:55:13 +0800 |
commit | 774d4713453d448ff618c577ac1744feb3baf090 (patch) | |
tree | a2cf964aae8a5c235cce8bc9c14796f7f07da77e | |
parent | 111458653811fd0d898c9a46757953f99552b028 (diff) | |
download | marcuscom-ports-774d4713453d448ff618c577ac1744feb3baf090.tar marcuscom-ports-774d4713453d448ff618c577ac1744feb3baf090.tar.gz marcuscom-ports-774d4713453d448ff618c577ac1744feb3baf090.tar.bz2 marcuscom-ports-774d4713453d448ff618c577ac1744feb3baf090.tar.lz marcuscom-ports-774d4713453d448ff618c577ac1744feb3baf090.tar.xz marcuscom-ports-774d4713453d448ff618c577ac1744feb3baf090.tar.zst marcuscom-ports-774d4713453d448ff618c577ac1744feb3baf090.zip |
Update to 1.5.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1083 df743ca5-7f9a-e211-a948-0013205c9059
-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 { |