aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfonso S. Siciliano <asiciliano@FreeBSD.org>2024-04-14 19:43:17 +0000
committerDaniel Engberg <diizzy@FreeBSD.org>2024-04-14 19:52:59 +0000
commitaaf401d3852ccf94a64520e2e17c6a832421d08f (patch)
tree0d78e405c91f6aecd864c8547475bf61dab3cbc1
parent4241af5daedd2a2d342db475baf0d1986b5236d2 (diff)
downloadports-aaf401d3852ccf94a64520e2e17c6a832421d08f.tar.gz
ports-aaf401d3852ccf94a64520e2e17c6a832421d08f.zip
audio/mixertui: Update to 1.5
-rw-r--r--audio/mixertui/Makefile11
-rw-r--r--audio/mixertui/distinfo6
-rw-r--r--audio/mixertui/pkg-descr13
3 files changed, 17 insertions, 13 deletions
diff --git a/audio/mixertui/Makefile b/audio/mixertui/Makefile
index d1f49d7cd837..a1bd59d24f81 100644
--- a/audio/mixertui/Makefile
+++ b/audio/mixertui/Makefile
@@ -1,6 +1,6 @@
PORTNAME= mixertui
-DISTVERSION= 1.4.2
-PORTREVISION= 2
+DISTVERSIONPREFIX= v
+DISTVERSION= 1.5
CATEGORIES= audio
MAINTAINER= alfix86@gmail.com
@@ -10,13 +10,12 @@ WWW= https://gitlab.com/alfix/mixertui/
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
-LIB_DEPENDS= libsysctlmibinfo2.so:devel/libsysctlmibinfo2
+LIB_DEPENDS= libbsddialog.so:devel/bsddialog \
+ libsysctlmibinfo2.so:devel/libsysctlmibinfo2
-USES= ncurses
+USES= ncurses
USE_GITLAB= yes
-
GL_ACCOUNT= alfix
-GL_TAGNAME= 4d9092861f57bbb4a8e64d14b29ec6aaa1c9190f
PLIST_FILES= sbin/${PORTNAME} \
share/man/man8/${PORTNAME}.8.gz
diff --git a/audio/mixertui/distinfo b/audio/mixertui/distinfo
index 23ad89b047a7..e51b8315b253 100644
--- a/audio/mixertui/distinfo
+++ b/audio/mixertui/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1617884298
-SHA256 (alfix-mixertui-4d9092861f57bbb4a8e64d14b29ec6aaa1c9190f_GL0.tar.gz) = 072c1d7d16758b5f65ab31777e6d6482848fb17368b1db52e7bdb85e2d7a1e7c
-SIZE (alfix-mixertui-4d9092861f57bbb4a8e64d14b29ec6aaa1c9190f_GL0.tar.gz) = 65652
+TIMESTAMP = 1708720307
+SHA256 (mixertui-v1.5.tar.bz2) = 3e4a8451b0a8e21cae3a1dc5443b2fd59ba9f21ad7f6f71707bb9b0deab46ba7
+SIZE (mixertui-v1.5.tar.bz2) = 58468
diff --git a/audio/mixertui/pkg-descr b/audio/mixertui/pkg-descr
index efd4b08d8ade..37f68beb069a 100644
--- a/audio/mixertui/pkg-descr
+++ b/audio/mixertui/pkg-descr
@@ -1,4 +1,9 @@
-MixerTUI is an audio mixer with a Terminal User Interface built on the FreeBSD
-sound system. It can show the current sound driver configuration, select an
-audio device to get its information, change the volume or to set it as default
-(switching easily audio from/to laptop and hdmi, headphones and speakers, etc).
+MixerTUI is an audio mixer with a terminal user interface (TUI) for the FreeBSD
+sound system. Switch easily between laptop and HDMI, headphones and speakers,
+and so on.
+
+Features include:
+
+* show the current driver configuration
+* select an audio device to get information, change the volume, or make the
+ device the default.