svn commit: r434182 - head/x11-wm/xfce4-desktop

Olivier Duchateau olivierd at FreeBSD.org
Wed Feb 15 16:02:21 UTC 2017


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
 


More information about the svn-ports-all mailing list