Date: Sat, 9 Mar 2013 12:17:20 +0100 From: Olivier Duchateau <duchateau.olivier@gmail.com> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r313704 - in head: x11-fm/thunar x11-fm/thunar/files x11/libexo Message-ID: <CAHcdu2pVE89ifBQw=zjkKJ4w4stnpq3FW0N8BsPvr2J11nbCJA@mail.gmail.com> In-Reply-To: <201303091112.r29BCsCr025929@svn.freebsd.org> References: <201303091112.r29BCsCr025929@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAHcdu2pVE89ifBQw=zjkKJ4w4stnpq3FW0N8BsPvr2J11nbCJA>