Bug 221912

Summary: [maintainer update] sysutils/dsbbatmon: Update to 1.0
Product: Ports & Packages Reporter: Marcel Kaiser <mk>
Component: Individual Port(s)Assignee: Tobias C. Berner <tcberner>
Status: Closed FIXED    
Severity: Affects Only Me CC: tcberner
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
svn diff to upgrade dsbbatmon to version 1.0 mk: maintainer-approval+

Description Marcel Kaiser 2017-08-29 15:33:44 UTC
Created attachment 185884 [details]
svn diff to upgrade dsbbatmon to version 1.0

The following changes have been made:

- Switch from GTK+ to Qt.
- Change tray icon depending on battery status.
- Generate tray icons if no theme icons are available.
- Detect if battery was added to or removed from the system.
- Let the user choose between auto-shutdown and auto-suspend.
- Let the user configure the ACPI poll interval.
Comment 1 Marcel Kaiser 2017-08-29 15:36:47 UTC
QA:

portlint -C:
WARN: /home/ich/portstree/sysutils/dsbbatmon/pkg-message: possible use of absolute pathname "/usr/sbin/acpiconf".
0 fatal errors and 1 warning found.

testport: OK (poudriere: 110Ramd64, 103Ri386)
Comment 2 commit-hook freebsd_committer freebsd_triage 2017-10-01 07:43:40 UTC
A commit references this bug:

Author: tcberner
Date: Sun Oct  1 07:43:23 UTC 2017
New revision: 451026
URL: https://svnweb.freebsd.org/changeset/ports/451026

Log:
  Update sysutils/dsbbatmon to 1.0

  The following changes have been made:

  - Switch from GTK+ to Qt.
  - Change tray icon depending on battery status.
  - Generate tray icons if no theme icons are available.
  - Detect if battery was added to or removed from the system.
  - Let the user choose between auto-shutdown and auto-suspend.
  - Let the user configure the ACPI poll interval.

  PR:		221912
  Submitted by:	Marcel Kaiser <mk@nic-nac-project.org> (maintainer)

Changes:
  head/sysutils/dsbbatmon/Makefile
  head/sysutils/dsbbatmon/distinfo
  head/sysutils/dsbbatmon/pkg-descr
  head/sysutils/dsbbatmon/pkg-message
  head/sysutils/dsbbatmon/pkg-plist
Comment 3 Tobias C. Berner freebsd_committer freebsd_triage 2017-10-01 07:44:56 UTC
Thanks :)
Comment 4 Marcel Kaiser 2017-10-01 19:32:17 UTC
Thanks for the commit, Tobias!