Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Nov 2016 16:44:46 +0000 (UTC)
From:      Olivier Duchateau <olivierd@FreeBSD.org>
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
Message-ID:  <201611141644.uAEGikqb080609@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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:	<rozhuk.im@gmail.com>
  
  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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611141644.uAEGikqb080609>