diff --git a/audio/mixertui/Makefile b/audio/mixertui/Makefile index d1f49d7cd837..a1bd59d24f81 100644 --- a/audio/mixertui/Makefile +++ b/audio/mixertui/Makefile @@ -1,28 +1,27 @@ PORTNAME= mixertui -DISTVERSION= 1.4.2 -PORTREVISION= 2 +DISTVERSIONPREFIX= v +DISTVERSION= 1.5 CATEGORIES= audio MAINTAINER= alfix86@gmail.com COMMENT= Audio Mixer with a Terminal User Interface 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 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/sbin ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 ${STAGEDIR}${PREFIX}/share/man/man8 .include 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.