From owner-svn-ports-branches@freebsd.org Fri Jan 13 17:56:11 2017 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C27CCCAE1E1; Fri, 13 Jan 2017 17:56:11 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 830F416E4; Fri, 13 Jan 2017 17:56:11 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v0DHuArP085177; Fri, 13 Jan 2017 17:56:10 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v0DHuAvK085176; Fri, 13 Jan 2017 17:56:10 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201701131756.v0DHuAvK085176@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Fri, 13 Jan 2017 17:56:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r431407 - branches/2017Q1/x11-wm/xfce4-desktop X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jan 2017 17:56:11 -0000 Author: olivierd Date: Fri Jan 13 17:56:10 2017 New Revision: 431407 URL: https://svnweb.freebsd.org/changeset/ports/431407 Log: MFH: r431365 - Fix creation of folder from desktop context menu - Bump PORTREVISION While I'm here, switch to optional extra build target (when NLS option is unset) PR: 214207 Reported by: Marko Cupac Approved by: ports-secteam (feld@) Modified: branches/2017Q1/x11-wm/xfce4-desktop/Makefile Directory Properties: branches/2017Q1/ (props changed) Modified: branches/2017Q1/x11-wm/xfce4-desktop/Makefile ============================================================================== --- branches/2017Q1/x11-wm/xfce4-desktop/Makefile Fri Jan 13 17:51:19 2017 (r431406) +++ branches/2017Q1/x11-wm/xfce4-desktop/Makefile Fri Jan 13 17:56:10 2017 (r431407) @@ -3,6 +3,7 @@ PORTNAME= xfce4-desktop PORTVERSION= 4.12.3 +PORTREVISION= 1 CATEGORIES= x11-wm xfce MASTER_SITES= XFCE/src/xfce/xfdesktop/${PORTVERSION:R}/ DISTNAME= xfdesktop-${PORTVERSION} @@ -39,11 +40,11 @@ THUNAR_USE_OFF= xfce=libexo THUNAR_DESC= Thunar file manager support OPTIONS_SUB= yes -.include - post-patch: -.if !${PORT_OPTIONS:MNLS} + ${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 -.endif -.include +.include