svn commit: r426125 - in branches/2016Q4/sysutils/xfce4-mount-plugin: . files
Olivier Duchateau
olivierd at FreeBSD.org
Mon Nov 14 16:44:47 UTC 2016
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 at 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
More information about the svn-ports-branches
mailing list