diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-03-01 22:20:13 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-03-01 22:20:13 +0800 |
commit | 8926a47f88ffe1a2193f88ca7233479122a2f10a (patch) | |
tree | 8069756365d4e3cbd4513c8ca05603fa0e0a308a /x11-toolkits | |
parent | 88a5f753dc30603c75e81fe50d71f5ee248f7f3c (diff) | |
download | marcuscom-ports-8926a47f88ffe1a2193f88ca7233479122a2f10a.tar marcuscom-ports-8926a47f88ffe1a2193f88ca7233479122a2f10a.tar.gz marcuscom-ports-8926a47f88ffe1a2193f88ca7233479122a2f10a.tar.bz2 marcuscom-ports-8926a47f88ffe1a2193f88ca7233479122a2f10a.tar.lz marcuscom-ports-8926a47f88ffe1a2193f88ca7233479122a2f10a.tar.xz marcuscom-ports-8926a47f88ffe1a2193f88ca7233479122a2f10a.tar.zst marcuscom-ports-8926a47f88ffe1a2193f88ca7233479122a2f10a.zip |
Update to 2.9.92.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3768 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/eel/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/eel/distinfo | 4 | ||||
-rw-r--r-- | x11-toolkits/eel/files/patch-eel::eel-vfs-extensions.c | 15 |
3 files changed, 3 insertions, 18 deletions
diff --git a/x11-toolkits/eel/Makefile b/x11-toolkits/eel/Makefile index 4c48c6a98..d438c23a9 100644 --- a/x11-toolkits/eel/Makefile +++ b/x11-toolkits/eel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= eel -PORTVERSION= 2.9.91 +PORTVERSION= 2.9.92 CATEGORIES= x11-toolkits gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.9 diff --git a/x11-toolkits/eel/distinfo b/x11-toolkits/eel/distinfo index b37587895..690a7c8e2 100644 --- a/x11-toolkits/eel/distinfo +++ b/x11-toolkits/eel/distinfo @@ -1,2 +1,2 @@ -MD5 (gnome2/eel-2.9.91.tar.bz2) = 44082b0bea4763038fca2f09c76b73a4 -SIZE (gnome2/eel-2.9.91.tar.bz2) = 651653 +MD5 (gnome2/eel-2.9.92.tar.bz2) = c6d8e3f903acc4ddf8bdb266666bddae +SIZE (gnome2/eel-2.9.92.tar.bz2) = 664719 diff --git a/x11-toolkits/eel/files/patch-eel::eel-vfs-extensions.c b/x11-toolkits/eel/files/patch-eel::eel-vfs-extensions.c deleted file mode 100644 index a71c0f102..000000000 --- a/x11-toolkits/eel/files/patch-eel::eel-vfs-extensions.c +++ /dev/null @@ -1,15 +0,0 @@ - -$FreeBSD$ - ---- eel/eel-vfs-extensions.c 2001/12/20 13:41:21 1.1 -+++ eel/eel-vfs-extensions.c 2001/12/20 13:47:36 -@@ -116,7 +116,8 @@ - - /* Return the file. */ - *file_size = total_bytes_read; -- *file_contents = g_realloc (buffer, total_bytes_read); -+ *file_contents = g_realloc (buffer, total_bytes_read + 1); -+ (*file_contents)[total_bytes_read] = '\0'; - return GNOME_VFS_OK; - } - |