Index: head/sysutils/dsbbatmon/Makefile =================================================================== --- head/sysutils/dsbbatmon/Makefile (revision 490170) +++ head/sysutils/dsbbatmon/Makefile (revision 490171) @@ -1,19 +1,19 @@ # $FreeBSD$ PORTNAME= dsbbatmon -DISTVERSION= 1.0.2 +DISTVERSION= 1.0.3 CATEGORIES= sysutils MASTER_SITES= http://freeshell.de/~mk/download/ MAINTAINER= mk@nic-nac-project.org COMMENT= Qt battery monitor LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE USES= compiler:c++11-lang gl qmake qt:5 tar:tgz USE_GL= gl USE_QT= buildtools_build core gui linguisttools_build widgets .include Index: head/sysutils/dsbbatmon/distinfo =================================================================== --- head/sysutils/dsbbatmon/distinfo (revision 490170) +++ head/sysutils/dsbbatmon/distinfo (revision 490171) @@ -1,3 +1,3 @@ -TIMESTAMP = 1522507513 -SHA256 (dsbbatmon-1.0.2.tgz) = ea567baa22121dc6f5d70aafd4457ce5894a82d35b52b0281fee4682c7f6e29f -SIZE (dsbbatmon-1.0.2.tgz) = 21101 +TIMESTAMP = 1547121014 +SHA256 (dsbbatmon-1.0.3.tgz) = da990129cd3ec5a4aeefb8315d63bf1f4dbbf9af175d5b4d934faf79e54cdd71 +SIZE (dsbbatmon-1.0.3.tgz) = 21531 Index: head/sysutils/dsbbatmon/pkg-message =================================================================== --- head/sysutils/dsbbatmon/pkg-message (revision 490170) +++ head/sysutils/dsbbatmon/pkg-message (revision 490171) @@ -1,15 +1,18 @@ ************************************************************************** In order to be able to execute shutdown as regular user, you can either use sudo(8) (see below), or you can add your username to the operator group: # pw groupmod operator -m yourusername If you want to be able to suspend your system as regular user who is member of the wheel group, you can use sudo(8). Add %wheel ALL=(ALL) NOPASSWD: /usr/sbin/acpiconf * to ${PREFIX}/etc/sudoers. +NOTE: On FreeBSD >= 12, members of the operator group are allowed to + suspend the system via acpiconf(8). Using sudo(8) is not necessary. + **************************************************************************