Bug 250676 - audio/mixertui: Update to 1.4
Summary: audio/mixertui: Update to 1.4
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: Fernando Apesteguía
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-10-27 20:05 UTC by Alfonso S. Siciliano
Modified: 2020-10-28 08:08 UTC (History)
1 user (show)

See Also:


Attachments
svn .diff (1.23 KB, patch)
2020-10-27 20:05 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-10-27 20:05:03 UTC
Created attachment 219151 [details]
svn .diff

MixerTUI update 1.3 -> 1.4

CHANGELOG:
 
 * Code refactoring (improve maintainability and efficiency)
 * add dep: "USES=ncurses:port"
 * add responsiveness
 * add view mode option "-V playback|capture|all"

Testing:
 
 * port test
 * portlint -C
 * poudriere testport -j 121Ramd64 -p default -i -o audio/mixertui
 * poudriere testport -j 130Camd64 -p default -i -o audio/mixertui
Comment 1 Fernando Apesteguía freebsd_committer freebsd_triage 2020-10-28 07:28:17 UTC
^Triage: If there is a changelog or release notes URL available for this version, please add it to the URL field.


Thanks!
Comment 2 commit-hook freebsd_committer freebsd_triage 2020-10-28 08:07:30 UTC
A commit references this bug:

Author: fernape
Date: Wed Oct 28 08:07:13 UTC 2020
New revision: 553524
URL: https://svnweb.freebsd.org/changeset/ports/553524

Log:
  audio/mixertui: Update to 1.4

  CHANGELOG:

   * Code refactoring (improve maintainability and efficiency)
   * add dep: "USES=ncurses:port"
   * add responsiveness
   * add view mode option "-V playback|capture|all"

  PR:	250676
  Submitted by:	alfix86@gmail.com (maintainer)

Changes:
  head/audio/mixertui/Makefile
  head/audio/mixertui/distinfo
Comment 3 Fernando Apesteguía freebsd_committer freebsd_triage 2020-10-28 08:08:46 UTC
Committed,

Thanks!