From 086b2804295be062093bc55a67ce2aa69c8b9f0c Mon Sep 17 00:00:00 2001 From: landry Date: Mon, 24 Aug 2015 07:22:14 +0000 Subject: [PATCH] Remove useless dependency on sudo, one can setup doas(1) to mount/unmount devices. Prompted by a mail from Heiko Zimmermann. --- x11/xfce4/xfce4-mount/Makefile | 6 ++---- x11/xfce4/xfce4-mount/pkg/DESCR | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/x11/xfce4/xfce4-mount/Makefile b/x11/xfce4/xfce4-mount/Makefile index e3e35874672..e96c4873826 100644 --- a/x11/xfce4/xfce4-mount/Makefile +++ b/x11/xfce4/xfce4-mount/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.14 2015/07/18 14:25:08 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.15 2015/08/24 07:22:14 landry Exp $ COMMENT= Xfce4 mount device panel plugin XFCE_VERSION= 0.6.7 XFCE_PLUGIN= mount -REVISION= 1 +REVISION= 2 # GPLv2 PERMIT_PACKAGE_CDROM= Yes @@ -25,6 +25,4 @@ WANTLIB += harfbuzz pthread graphite2 # needed to correctly find bindtextdomain CONFIGURE_ENV += LIBS="-liconv" -RUN_DEPENDS= security/sudo - .include diff --git a/x11/xfce4/xfce4-mount/pkg/DESCR b/x11/xfce4/xfce4-mount/pkg/DESCR index bace06d5cca..ad08ce810c6 100644 --- a/x11/xfce4/xfce4-mount/pkg/DESCR +++ b/x11/xfce4/xfce4-mount/pkg/DESCR @@ -2,4 +2,4 @@ This plugin will display a list of items representing your various mounted and unmounted disk devices. If you click on an unmounted devices it will mount it and vice versa. There is no warning in case a device can't be mounted, but there is one when unmounting fails. -User needs proper sudo(1) rights to mount/umount/eject devices. +User needs proper doas(1) rights to mount/umount/eject devices.