From owner-svn-ports-head@FreeBSD.ORG Sun Mar 8 17:44:53 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3855DDF3; Sun, 8 Mar 2015 17:44:53 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 22DC4A48; Sun, 8 Mar 2015 17:44:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t28Hiq67054403; Sun, 8 Mar 2015 17:44:52 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t28HiqE9054402; Sun, 8 Mar 2015 17:44:52 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201503081744.t28HiqE9054402@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Sun, 8 Mar 2015 17:44:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r380780 - head/x11-fm/thunar X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Mar 2015 17:44:53 -0000 Author: olivierd Date: Sun Mar 8 17:44:52 2015 New Revision: 380780 URL: https://svnweb.freebsd.org/changeset/ports/380780 QAT: https://qat.redports.org/buildarchive/r380780/ Log: - Remove GVFS option - devel/gvfs is necessary for Trash panel plugin (PLUG_TPA option) - Bump PORTREVISION Modified: head/x11-fm/thunar/Makefile Modified: head/x11-fm/thunar/Makefile ============================================================================== --- head/x11-fm/thunar/Makefile Sun Mar 8 17:33:11 2015 (r380779) +++ head/x11-fm/thunar/Makefile Sun Mar 8 17:44:52 2015 (r380780) @@ -3,6 +3,7 @@ PORTNAME= Thunar PORTVERSION= 1.6.6 +PORTREVISION= 1 CATEGORIES= x11-fm xfce MASTER_SITES= ${MASTER_SITE_XFCE} DIST_SUBDIR= xfce4 @@ -27,10 +28,10 @@ USE_XORG= sm x11 USES= desktop-file-utils gmake pathfix perl5 libtool pkgconfig \ gettext-tools xfce tar:bzip2 -OPTIONS_DEFINE= GVFS NLS NOTIFY STARTUP +OPTIONS_DEFINE= NLS NOTIFY STARTUP OPTIONS_GROUP= PLUGINS OPTIONS_GROUP_PLUGINS= PLUG_APR PLUG_SBR PLUG_TPA PLUG_UCA PLUG_WALL -OPTIONS_DEFAULT= GVFS NOTIFY PLUG_APR PLUG_SBR PLUG_UCA PLUG_TPA PLUG_WALL STARTUP +OPTIONS_DEFAULT= NOTIFY PLUG_APR PLUG_SBR PLUG_UCA PLUG_TPA PLUG_WALL STARTUP # Override NOTIFY_DESC NOTIFY_DESC= Display notifications @@ -52,7 +53,7 @@ PLUG_APR_LIB_DEPENDS= libexif.so:${PORTS PLUG_APR_CONFIGURE_ENABLE= apr-plugin exif PLUG_SBR_LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre PLUG_SBR_CONFIGURE_ENABLE= sbr-plugin pcre -PLUG_TPA_USE= xfce=panel +PLUG_TPA_USE= gnome=gvfs xfce=panel PLUG_TPA_CONFIGURE_ENABLE= tpa-plugin PLUG_UCA_CONFIGURE_ENABLE= uca-plugin PLUG_WALL_CONFIGURE_ENABLE= wallpaper-plugin