Index: head/x11-fm/thunar/files/patch-fix-startup-crash =================================================================== --- head/x11-fm/thunar/files/patch-fix-startup-crash (revision 517760) +++ head/x11-fm/thunar/files/patch-fix-startup-crash (nonexistent) @@ -1,53 +0,0 @@ -diff --git a/thunar/thunar-pango-extensions.c b/thunar/thunar-pango-extensions.c -index 3ff6262c..d42f83ba 100644 ---- thunar/thunar-pango-extensions.c -+++ thunar/thunar-pango-extensions.c -@@ -128,18 +128,18 @@ thunar_pango_attr_list_bold (void) - * Return value: a #PangoAttrList for not inserting hyphens at intra-word line - * breaks. - **/ -+#if PANGO_VERSION_CHECK (1, 44, 0) - PangoAttrList* - thunar_pango_attr_disable_hyphens (void) - { - static PangoAttrList *attr_list = NULL; - --#ifdef PANGO_VERSION_1_44 - if (G_UNLIKELY (attr_list == NULL)) - attr_list = thunar_pango_attr_list_wrap (pango_attr_insert_hyphens_new (FALSE), NULL); --#endif - - return attr_list; - } -+#endif - - - -diff --git a/thunar/thunar-pango-extensions.h b/thunar/thunar-pango-extensions.h -index aa0e515b..a2300faa 100644 ---- thunar/thunar-pango-extensions.h -+++ thunar/thunar-pango-extensions.h -@@ -31,7 +31,9 @@ PangoAttrList *thunar_pango_attr_disable_hyphens (void) G_GNUC_CONST; - PangoAttrList *thunar_pango_attr_list_italic (void) G_GNUC_CONST; - PangoAttrList *thunar_pango_attr_list_small_italic (void) G_GNUC_CONST; - PangoAttrList *thunar_pango_attr_list_small (void) G_GNUC_CONST; -+#if PANGO_VERSION_CHECK (1, 44, 0) - PangoAttrList *thunar_pango_attr_list_underline_single (void) G_GNUC_CONST; -+#endif - - G_END_DECLS; - -diff --git a/thunar/thunar-standard-view.c b/thunar/thunar-standard-view.c -index bebfdeb5..7cd99060 100644 ---- thunar/thunar-standard-view.c -+++ thunar/thunar-standard-view.c -@@ -729,7 +729,9 @@ G_GNUC_END_IGNORE_DEPRECATIONS - - /* setup the name renderer */ - standard_view->name_renderer = g_object_new (GTK_TYPE_CELL_RENDERER_TEXT, -+#if PANGO_VERSION_CHECK (1, 44, 0) - "attributes", thunar_pango_attr_disable_hyphens (), -+#endif - "alignment", PANGO_ALIGN_CENTER, - "xalign", 0.5, - FALSE); Property changes on: head/x11-fm/thunar/files/patch-fix-startup-crash ___________________________________________________________________ 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 517760) +++ head/x11-fm/thunar/Makefile (revision 517761) @@ -1,85 +1,85 @@ # Created by: Oliver Lehmann # $FreeBSD$ PORTNAME= thunar -DISTVERSION= 1.8.10 +DISTVERSION= 1.8.11 CATEGORIES= x11-fm xfce MASTER_SITES= XFCE 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 RUN_DEPENDS= pkexec:sysutils/polkit USES= compiler:c11 desktop-file-utils gettext-tools gmake gnome \ libtool pathfix perl5 pkgconfig tar:bzip2 xfce xorg USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 intltool USE_LDCONFIG= yes USE_XFCE= libexo USE_XORG= ice sm x11 GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-gio-unix \ --disable-gudev INSTALLS_ICONS= yes INSTALL_TARGET= install-strip OPTIONS_DEFINE= GIR 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 GIR_DESC= Use Gobject Introspection 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 GIR_USE= gnome=introspection:build GIR_CONFIGURE_ON= --enable-introspection=yes GIR_CONFIGURE_OFF= --enable-introspection=no 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|mail-send|emblem-mail|' \ ${WRKSRC}/plugins/thunar-sendto-email/thunar-sendto-email.desktop.in.in post-install: ${RM} ${STAGEDIR}${PREFIX}/lib/systemd/user/thunar.service (cd ${STAGEDIR}${PREFIX}/lib && ${RMDIR} -p systemd/user) .include .if defined(WITH_DEBUG) CONFIGURE_ARGS+= --enable-debug .endif .include Index: head/x11-fm/thunar/distinfo =================================================================== --- head/x11-fm/thunar/distinfo (revision 517760) +++ head/x11-fm/thunar/distinfo (revision 517761) @@ -1,3 +1,3 @@ -TIMESTAMP = 1573380747 -SHA256 (xfce4/thunar-1.8.10.tar.bz2) = 3d448d81c0e49efbaa5ae6bf34ac3c88a614178a1127afaee6b3a1b5ee12e709 -SIZE (xfce4/thunar-1.8.10.tar.bz2) = 2359582 +TIMESTAMP = 1573860262 +SHA256 (xfce4/thunar-1.8.11.tar.bz2) = 18de4db3a40e8e75377fcb5f7d78efdae8659f6a454f1b9cf77bb5f083e1b238 +SIZE (xfce4/thunar-1.8.11.tar.bz2) = 2362727