git: 018df382e2e6 - main - audio/pamixer: Update to version 1.6

From: Daniel Engberg <diizzy_at_FreeBSD.org>
Date: Sat, 18 Nov 2023 09:41:59 UTC
The branch main has been updated by diizzy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=018df382e2e61b94ce1a614417f719f2246369ec

commit 018df382e2e61b94ce1a614417f719f2246369ec
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2023-11-18 09:39:53 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2023-11-18 09:40:00 +0000

    audio/pamixer: Update to version 1.6
    
    Removes dependency of GCC
    No changelog provided by upstream
    
    PR:             273689
---
 audio/pamixer/Makefile | 14 ++++++--------
 audio/pamixer/distinfo |  6 +++---
 2 files changed, 9 insertions(+), 11 deletions(-)

diff --git a/audio/pamixer/Makefile b/audio/pamixer/Makefile
index e60859ff5c57..91c01ddb1c39 100644
--- a/audio/pamixer/Makefile
+++ b/audio/pamixer/Makefile
@@ -1,8 +1,5 @@
 PORTNAME=	pamixer
-DISTVERSIONPREFIX=	v
-DISTVERSION=	1.4-15
-PORTREVISION=	8
-DISTVERSIONSUFFIX=	-g4ea2594
+DISTVERSION=	1.6
 CATEGORIES=	audio
 
 MAINTAINER=	ports@FreeBSD.org
@@ -11,13 +8,14 @@ WWW=		https://github.com/cdemoulins/pamixer
 
 LICENSE=	GPLv3
 
-LIB_DEPENDS+=	libpulse.so:audio/pulseaudio \
-		libboost_program_options.so:devel/boost-libs
+BUILD_DEPENDS=	cxxopts>0:devel/cxxopts
+LIB_DEPENDS=	libpulse.so:audio/pulseaudio
 
-USES=		compiler:gcc-c++11-lib gmake localbase
+USES=		compiler:c++11-lang meson
 USE_GITHUB=	yes
 GH_ACCOUNT=	cdemoulins
 
-PLIST_FILES=	bin/pamixer man/man1/pamixer.1.gz
+PLIST_FILES=	bin/pamixer \
+		man/man1/pamixer.1.gz
 
 .include <bsd.port.mk>
diff --git a/audio/pamixer/distinfo b/audio/pamixer/distinfo
index 83d99ee9a88a..c73fc9a6f745 100644
--- a/audio/pamixer/distinfo
+++ b/audio/pamixer/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1620727132
-SHA256 (cdemoulins-pamixer-v1.4-15-g4ea2594_GH0.tar.gz) = eaf1d04e9369b59ae14663ee4cb0c4186b199e8ac35ccbe361a01ff2be15c32d
-SIZE (cdemoulins-pamixer-v1.4-15-g4ea2594_GH0.tar.gz) = 18374
+TIMESTAMP = 1696200964
+SHA256 (cdemoulins-pamixer-1.6_GH0.tar.gz) = 8b7199e495dc19b190f8f02ace8782f533266a4bd7c7d3cf6f4cf09b2de13e71
+SIZE (cdemoulins-pamixer-1.6_GH0.tar.gz) = 18574