Bug 245569 - audio/mixertui: Update to 1.0
Summary: audio/mixertui: Update to 1.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Tobias C. Berner
URL: https://gitlab.com/alfix/mixertui
Keywords:
Depends on:
Blocks:
 
Reported: 2020-04-12 14:22 UTC by Alfonso S. Siciliano
Modified: 2020-04-12 16:41 UTC (History)
1 user (show)

See Also:


Attachments
svn .diff (1.26 KB, patch)
2020-04-12 14:22 UTC, Alfonso S. Siciliano
asiciliano: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alfonso S. Siciliano freebsd_committer freebsd_triage 2020-04-12 14:22:58 UTC
Created attachment 213335 [details]
svn .diff

Mixertui 0.1 -> 1.0

CHANGELOG:
 * fix: UI bugs (bar background and select device)
 * add: KEY_HOME to set volume to 100 %
 * add: libsysctlmibinfo2 dep, so in the port Makefile:
        add LIB_DEPENDS= libsysctlmibinfo2.so:devel/libsysctlmibinfo2

Testing:

 * portlint -A
 * port test
 * poudriere testport -j 130Camd64 -p default -i -o audio/mixertui
 * poudriere testport -j 121Ramd64 -p default -i -o audio/mixertui
Comment 1 commit-hook freebsd_committer freebsd_triage 2020-04-12 16:41:35 UTC
A commit references this bug:

Author: tcberner
Date: Sun Apr 12 16:41:23 UTC 2020
New revision: 531534
URL: https://svnweb.freebsd.org/changeset/ports/531534

Log:
  audio/mixertui: Update to 1.0

  CHANGELOG:
   * fix: UI bugs (bar background and select device)
   * add: KEY_HOME to set volume to 100 %
   * add: libsysctlmibinfo2 dep, so in the port Makefile:
          add LIB_DEPENDS= libsysctlmibinfo2.so:devel/libsysctlmibinfo2

  PR:		245569
  Submitted by:	Alfonso S. Siciliano <alfix86@gmail.com>  (maintainer)

Changes:
  head/audio/mixertui/Makefile
  head/audio/mixertui/distinfo
Comment 2 Tobias C. Berner freebsd_committer freebsd_triage 2020-04-12 16:41:49 UTC
Committed. Thanks.