Bug 250676

Summary: audio/mixertui: Update to 1.4
Product: Ports & Packages Reporter: Alfonso S. Siciliano <asiciliano>
Component: Individual Port(s)Assignee: Fernando Apesteguía <fernape>
Status: Closed FIXED    
Severity: Affects Only Me CC: fernape
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
svn .diff asiciliano: maintainer-approval+

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!