Index: head/x11-fm/thunar/files/patch-thunar_thunar-file.c =================================================================== --- head/x11-fm/thunar/files/patch-thunar_thunar-file.c (revision 491160) +++ head/x11-fm/thunar/files/patch-thunar_thunar-file.c (nonexistent) @@ -1,27 +0,0 @@ ---- thunar/thunar-file.c.orig 2017-11-25 16:54:56 UTC -+++ thunar/thunar-file.c -@@ -3966,7 +3966,9 @@ thunar_file_unwatch (ThunarFile *file) - gboolean - thunar_file_reload (ThunarFile *file) - { -- _thunar_return_val_if_fail (THUNAR_IS_FILE (file), FALSE); -+ /* if the file has already been destroyed, break here */ -+ if (!THUNAR_IS_FILE (file)) -+ return FALSE; - - /* clear file pxmap cache */ - thunar_icon_factory_clear_pixmap_cache (file); -@@ -4090,11 +4092,11 @@ thunar_file_compare_by_name (const ThunarFile *file_a, - - /* case insensitive checking */ - if (G_LIKELY (!case_sensitive)) -- result = strcmp (file_a->collate_key_nocase, file_b->collate_key_nocase); -+ result = g_strcmp0 (file_a->collate_key_nocase, file_b->collate_key_nocase); - - /* fall-back to case sensitive */ - if (result == 0) -- result = strcmp (file_a->collate_key, file_b->collate_key); -+ result = g_strcmp0 (file_a->collate_key, file_b->collate_key); - - /* this happens in the trash */ - if (result == 0) Property changes on: head/x11-fm/thunar/files/patch-thunar_thunar-file.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/x11-fm/thunar/Makefile =================================================================== --- head/x11-fm/thunar/Makefile (revision 491160) +++ head/x11-fm/thunar/Makefile (revision 491161) @@ -1,77 +1,77 @@ # Created by: Oliver Lehmann # $FreeBSD$ PORTNAME= Thunar -DISTVERSION= 1.6.15 +DISTVERSION= 1.6.16 CATEGORIES= x11-fm xfce MASTER_SITES= XFCE/src/xfce/${PORTNAME:tl}/${PORTVERSION:R} DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= Xfce file manager LICENSE= GPLv2 LGPL20 LICENSE_COMB= multi LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING LICENSE_FILE_LGPL20= ${WRKSRC}/COPYING.LIB LIB_DEPENDS= libtumbler-1.so:deskutils/xfce4-tumbler \ libdbus-1.so:devel/dbus \ libdbus-glib-1.so:devel/dbus-glib \ libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 RUN_DEPENDS= pkexec:sysutils/polkit USES= desktop-file-utils gettext-tools gmake gnome libtool pathfix \ perl5 pkgconfig tar:bzip2 xfce USE_GNOME= cairo gdkpixbuf2 glib20 gtk20 intltool USE_LDCONFIG= yes USE_XFCE= libexo USE_XORG= ice sm x11 GNU_CONFIGURE= yes CONFIGURE_ARGS+=--enable-gio-unix \ --disable-gudev \ --enable-dbus INSTALLS_ICONS= yes INSTALL_TARGET= install-strip PORTSCOUT= limit:^1\.6\. OPTIONS_DEFINE= NLS NOTIFY OPTIONS_GROUP= PLUGINS OPTIONS_GROUP_PLUGINS= PLUG_APR PLUG_SBR PLUG_TPA PLUG_UCA PLUG_WALL OPTIONS_DEFAULT= NOTIFY PLUG_APR PLUG_SBR PLUG_TPA PLUG_UCA PLUG_WALL OPTIONS_SUB= yes # Override NOTIFY_DESC NOTIFY_DESC= Display notifications PLUG_APR_DESC= Advanced Properties plugin PLUG_SBR_DESC= Simple Builtin Renamers plugin PLUG_TPA_DESC= Trash Panel Applet plugin PLUG_UCA_DESC= User Customizable Actions plugin PLUG_WALL_DESC= Wallpaper plugin NLS_CONFIGURE_ENABLE= nls NLS_USES= gettext-runtime NOTIFY_CONFIGURE_ENABLE= notifications NOTIFY_LIB_DEPENDS= libnotify.so:devel/libnotify PLUG_APR_CONFIGURE_ENABLE= apr-plugin exif PLUG_APR_LIB_DEPENDS= libexif.so:graphics/libexif PLUG_SBR_CONFIGURE_ENABLE= sbr-plugin pcre PLUG_SBR_LIB_DEPENDS= libpcre.so:devel/pcre PLUG_TPA_CONFIGURE_ENABLE= tpa-plugin PLUG_TPA_USE= gnome=gvfs xfce=panel PLUG_UCA_CONFIGURE_ENABLE= uca-plugin PLUG_WALL_CONFIGURE_ENABLE= wallpaper-plugin post-patch: @${REINPLACE_CMD} -e 's|internet-mail|emblem-mail|' \ ${WRKSRC}/plugins/thunar-sendto-email/thunar-sendto-email.desktop.in.in .include Index: head/x11-fm/thunar/distinfo =================================================================== --- head/x11-fm/thunar/distinfo (revision 491160) +++ head/x11-fm/thunar/distinfo (revision 491161) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523000526 -SHA256 (xfce4/Thunar-1.6.15.tar.bz2) = e81291a8519f495e0a059ff1f2d29608bc6d37c0be83b1f38f3c9aa25f8d252d -SIZE (xfce4/Thunar-1.6.15.tar.bz2) = 1964447 +TIMESTAMP = 1548368589 +SHA256 (xfce4/Thunar-1.6.16.tar.bz2) = cb9fc2a8005494124a8d412eff7d7cb8032f7ff91b3d254fcff2d0a0d2790d20 +SIZE (xfce4/Thunar-1.6.16.tar.bz2) = 1977562