Date: Wed, 15 Feb 2017 16:02:20 +0000 (UTC) From: Olivier Duchateau <olivierd@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434182 - head/x11-wm/xfce4-desktop Message-ID: <201702151602.v1FG2KCD014055@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: olivierd Date: Wed Feb 15 16:02:20 2017 New Revision: 434182 URL: https://svnweb.freebsd.org/changeset/ports/434182 Log: - Remove previous patch (creation of folder in context menu), it causes crash of xfdesktop and produces wrong mime type - Bump PORTREVISION Modified: head/x11-wm/xfce4-desktop/Makefile Modified: head/x11-wm/xfce4-desktop/Makefile ============================================================================== --- head/x11-wm/xfce4-desktop/Makefile Wed Feb 15 15:56:06 2017 (r434181) +++ head/x11-wm/xfce4-desktop/Makefile Wed Feb 15 16:02:20 2017 (r434182) @@ -3,7 +3,7 @@ PORTNAME= xfce4-desktop PORTVERSION= 4.12.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-wm xfce MASTER_SITES= XFCE/src/xfce/xfdesktop/${PORTVERSION:R}/ DISTNAME= xfdesktop-${PORTVERSION} @@ -40,10 +40,6 @@ THUNAR_USE_OFF= xfce=libexo THUNAR_DESC= Thunar file manager support OPTIONS_SUB= yes -post-patch: - ${REINPLACE_CMD} -e 's|inode/directory|folder|' \ - ${WRKSRC}/src/xfdesktop-file-icon-manager.c - post-patch-NLS-off: @${REINPLACE_CMD} -e 's|po ||' ${WRKSRC}/Makefile.in
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702151602.v1FG2KCD014055>