diff options
Diffstat (limited to 'devel/gnome-vfs1')
-rw-r--r-- | devel/gnome-vfs1/Makefile | 2 | ||||
-rw-r--r-- | devel/gnome-vfs1/files/patch-libgnomevfs_gnome-vfs-utils.c | 11 |
2 files changed, 1 insertions, 12 deletions
diff --git a/devel/gnome-vfs1/Makefile b/devel/gnome-vfs1/Makefile index 3a5fa1069b41..80b35314d7a9 100644 --- a/devel/gnome-vfs1/Makefile +++ b/devel/gnome-vfs1/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnome-vfs PORTVERSION= 1.0.5 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-vfs/1.0 diff --git a/devel/gnome-vfs1/files/patch-libgnomevfs_gnome-vfs-utils.c b/devel/gnome-vfs1/files/patch-libgnomevfs_gnome-vfs-utils.c deleted file mode 100644 index 078542421129..000000000000 --- a/devel/gnome-vfs1/files/patch-libgnomevfs_gnome-vfs-utils.c +++ /dev/null @@ -1,11 +0,0 @@ ---- libgnomevfs/gnome-vfs-utils.c.orig Sun May 5 16:42:00 2002 -+++ libgnomevfs/gnome-vfs-utils.c Sun May 5 16:42:15 2002 -@@ -771,7 +771,7 @@ - paths = g_strsplit (gnome_var, ":", 0); - - for (temp_paths = paths; *temp_paths != NULL; temp_paths++) { -- full_filename = g_strconcat (*temp_paths, "/share/pixmaps/", relative_filename, NULL); -+ full_filename = g_strconcat (*temp_paths, "/share/gnome/pixmaps/", relative_filename, NULL); - if (hack_file_exists (full_filename)) { - g_strfreev (paths); - return full_filename; |