From owner-svn-ports-head@freebsd.org Sat Feb 25 16:21:42 2017 Return-Path: Delivered-To: svn-ports-head@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 6129CCEDF0D; Sat, 25 Feb 2017 16:21:42 +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 222E0F30; Sat, 25 Feb 2017 16:21:42 +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 v1PGLfxR028049; Sat, 25 Feb 2017 16:21:41 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1PGLfQC028046; Sat, 25 Feb 2017 16:21:41 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201702251621.v1PGLfQC028046@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Sat, 25 Feb 2017 16:21:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434825 - in head/sysutils/xfce4-mount-plugin: . files 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.23 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: Sat, 25 Feb 2017 16:21:42 -0000 Author: olivierd Date: Sat Feb 25 16:21:40 2017 New Revision: 434825 URL: https://svnweb.freebsd.org/changeset/ports/434825 Log: Update to 1.1.2 Modified: head/sysutils/xfce4-mount-plugin/Makefile head/sysutils/xfce4-mount-plugin/distinfo head/sysutils/xfce4-mount-plugin/files/patch-panel-plugin_devices.c Modified: head/sysutils/xfce4-mount-plugin/Makefile ============================================================================== --- head/sysutils/xfce4-mount-plugin/Makefile Sat Feb 25 16:19:27 2017 (r434824) +++ head/sysutils/xfce4-mount-plugin/Makefile Sat Feb 25 16:21:40 2017 (r434825) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= xfce4-mount-plugin -PORTVERSION= 0.6.7 -PORTREVISION= 4 +PORTVERSION= 1.1.2 CATEGORIES= sysutils xfce MASTER_SITES= XFCE/src/panel-plugins/${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= xfce4 @@ -19,8 +18,8 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/ GNU_CONFIGURE= yes INSTALLS_ICONS= yes INSTALL_TARGET= install-strip -USES= gettext gmake libtool pkgconfig xfce tar:bzip2 -USE_GNOME= gtk20 cairo intltool intlhack +USES= gettext gmake libtool pkgconfig tar:bzip2 xfce:gtk3 +USE_GNOME= gtk30 cairo intltool USE_LDCONFIG= yes USE_XFCE= panel Modified: head/sysutils/xfce4-mount-plugin/distinfo ============================================================================== --- head/sysutils/xfce4-mount-plugin/distinfo Sat Feb 25 16:19:27 2017 (r434824) +++ head/sysutils/xfce4-mount-plugin/distinfo Sat Feb 25 16:21:40 2017 (r434825) @@ -1,2 +1,3 @@ -SHA256 (xfce4/xfce4-mount-plugin-0.6.7.tar.bz2) = 541b94a892aa15d57707db9703bef85a5ce342769326f138cbf6cd7af1e2ac8d -SIZE (xfce4/xfce4-mount-plugin-0.6.7.tar.bz2) = 390163 +TIMESTAMP = 1488038251 +SHA256 (xfce4/xfce4-mount-plugin-1.1.2.tar.bz2) = 54578447abaf9da630a750d64acdc37d4fd20dda6460208d6d1ffaa9e43ee1a6 +SIZE (xfce4/xfce4-mount-plugin-1.1.2.tar.bz2) = 425997 Modified: head/sysutils/xfce4-mount-plugin/files/patch-panel-plugin_devices.c ============================================================================== --- head/sysutils/xfce4-mount-plugin/files/patch-panel-plugin_devices.c Sat Feb 25 16:19:27 2017 (r434824) +++ head/sysutils/xfce4-mount-plugin/files/patch-panel-plugin_devices.c Sat Feb 25 16:21:40 2017 (r434825) @@ -1,14 +1,14 @@ ---- panel-plugin/devices.c.orig 2014-04-26 21:31:42 UTC +--- panel-plugin/devices.c.orig 2017-01-28 15:03:36 UTC +++ panel-plugin/devices.c -@@ -329,9 +329,11 @@ disk_umount (t_disk *pdisk, char* umount +@@ -346,9 +346,11 @@ disk_umount (t_disk *pdisk, char* umount { DBG("disk_umount: dev=%s, mountpoint=%s, umount_command=%s, show_message_dialog=%d, eject=%d, type=%s", pdisk->device, pdisk->mount_point, umount_command, show_message_dialog, eject, pdisk->mount_info->type); +#if !defined(__FreeBSD__) || !defined(__DragonFly__) - if (strstr(pdisk->mount_info->type, "fuse")) + if (strstr(pdisk->mount_info->type, "fuse.")) deviceprintf(&tmp, "fusermount -u %m", pdisk->device); else +#endif deviceprintf(&tmp, umount_command, pdisk->device); - + mountpointprintf(&cmd, tmp, pdisk->mount_point);