From owner-svn-ports-all@freebsd.org Mon Nov 14 16:44:47 2016 Return-Path: Delivered-To: svn-ports-all@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 C31BEC410E3; Mon, 14 Nov 2016 16:44:47 +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 878D289; Mon, 14 Nov 2016 16:44:47 +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 uAEGikUq080610; Mon, 14 Nov 2016 16:44:46 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAEGikqb080609; Mon, 14 Nov 2016 16:44:46 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201611141644.uAEGikqb080609@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Mon, 14 Nov 2016 16:44:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r426125 - in branches/2016Q4/sysutils/xfce4-mount-plugin: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Nov 2016 16:44:47 -0000 Author: olivierd Date: Mon Nov 14 16:44:46 2016 New Revision: 426125 URL: https://svnweb.freebsd.org/changeset/ports/426125 Log: MFH: r426027 - Don't call fusermount for fuse mount points - Bump PORTREVISION While I'm here, adjust dependencies (reported by QA script) PR: 214336 Submitted by: Approved by: ports-secteam (junovitch@) Added: branches/2016Q4/sysutils/xfce4-mount-plugin/files/ - copied from r426027, head/sysutils/xfce4-mount-plugin/files/ Modified: branches/2016Q4/sysutils/xfce4-mount-plugin/Makefile Directory Properties: branches/2016Q4/ (props changed) Modified: branches/2016Q4/sysutils/xfce4-mount-plugin/Makefile ============================================================================== --- branches/2016Q4/sysutils/xfce4-mount-plugin/Makefile Mon Nov 14 16:33:15 2016 (r426124) +++ branches/2016Q4/sysutils/xfce4-mount-plugin/Makefile Mon Nov 14 16:44:46 2016 (r426125) @@ -3,7 +3,7 @@ PORTNAME= xfce4-mount-plugin PORTVERSION= 0.6.7 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils xfce MASTER_SITES= XFCE/src/panel-plugins/${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= xfce4 @@ -13,11 +13,14 @@ COMMENT= Mount and umount utility for th LICENSE= GPLv2 +LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ + libfreetype.so:print/freetype2 + GNU_CONFIGURE= yes INSTALLS_ICONS= yes INSTALL_TARGET= install-strip USES= gettext gmake libtool pkgconfig xfce tar:bzip2 -USE_GNOME= intltool intlhack +USE_GNOME= gtk20 cairo intltool intlhack USE_LDCONFIG= yes USE_XFCE= panel