svn commit: r313704 - in head: x11-fm/thunar x11-fm/thunar/files x11/libexo
Olivier Duchateau
duchateau.olivier at gmail.com
Sat Mar 9 11:17:22 UTC 2013
Before someone ask, why multimedia/xfce4-parole is not concerned, it's
normal, an update (0.5.0) comes soon.
2013/3/9 Olivier Duchateau <olivierd at freebsd.org>:
> Author: olivierd
> Date: Sat Mar 9 11:12:54 2013
> New Revision: 313704
> URL: http://svnweb.freebsd.org/changeset/ports/313704
>
> Log:
> - Drop support for GLib 2.28
>
> Approved by: rene, miwi (mentors, implicit)
>
> Deleted:
> head/x11-fm/thunar/files/patch-thunar__thunar-gio-extensions.c
> head/x11-fm/thunar/files/patch-thunar__thunar-size-label.c
> Modified:
> head/x11-fm/thunar/Makefile
> head/x11/libexo/Makefile
>
> Modified: head/x11-fm/thunar/Makefile
> ==============================================================================
> --- head/x11-fm/thunar/Makefile Sat Mar 9 11:11:53 2013 (r313703)
> +++ head/x11-fm/thunar/Makefile Sat Mar 9 11:12:54 2013 (r313704)
> @@ -4,7 +4,7 @@
>
> PORTNAME= Thunar
> PORTVERSION= 1.6.2
> -PORTREVISION= 2
> +PORTREVISION= 3
> CATEGORIES= x11-fm xfce
> MASTER_SITES= ${MASTER_SITE_XFCE}
> MASTER_SITE_SUBDIR= src/xfce/${PORTNAME:L}/${PORTVERSION:R}
> @@ -34,11 +34,11 @@ OPTIONS_DEFAULT= DBUS GVFS NOTIFY PLUG_A
> # Override NOTIFY_DESC
> NOTIFY_DESC= Display notifications
> STARTUP_DESC= Startup notification
> -PLUG_APR_DESC= Thunar Advanced Properties plugin
> -PLUG_SBR_DESC= Thunar Simple Builtin Renamers plugin
> -PLUG_TPA_DESC= Thunar Trash Panel Applet plugin
> -PLUG_UCA_DESC= Thunar User Customizable Actions plugin
> -PLUG_WALL_DESC= Thunar Wallpaper plugin
> +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
>
> CONFIGURE_ARGS+= --disable-gtk-doc-html \
> --enable-gio-unix \
> @@ -135,13 +135,6 @@ CONFIGURE_ARGS+=--disable-startup-notifi
> USE_GNOME+=gvfs
> .endif
>
> -post-patch:
> -# Downgrade GLib to 2.28
> - @${REINPLACE_CMD} -e 's|2.30.|2.28.|g' ${WRKSRC}/configure
> - @${FIND} ${WRKSRC} -name '*.c' -type f \
> - | ${XARGS} ${REINPLACE_CMD} -e \
> - 's|g_format_size (|g_format_size_for_display (|g'
> -
> post-install:
> @-update-desktop-database
>
>
> Modified: head/x11/libexo/Makefile
> ==============================================================================
> --- head/x11/libexo/Makefile Sat Mar 9 11:11:53 2013 (r313703)
> +++ head/x11/libexo/Makefile Sat Mar 9 11:12:54 2013 (r313704)
> @@ -4,6 +4,7 @@
>
> PORTNAME= libexo
> PORTVERSION= 0.10.2
> +PORTREVISION= 1
> CATEGORIES= x11 xfce
> MASTER_SITES= ${MASTER_SITE_XFCE}
> MASTER_SITE_SUBDIR= src/xfce/exo/${PORTVERSION:R}
> @@ -56,8 +57,6 @@ PLIST_SUB+= NLS="@comment "
> .endif
>
> post-patch:
> -# Downgrade GLib to 2.28
> - @${REINPLACE_CMD} -e 's|2.30.|2.28.|g' ${WRKSRC}/configure
> .if empty(PORT_OPTIONS:MNLS)
> @${REINPLACE_CMD} -e 's| po||' ${WRKSRC}/Makefile.in
> .endif
--
olivier
More information about the svn-ports-all
mailing list