git: 76884221e415 - main - audio/waves: Add missing run-dependency

From: Nicola Vitale <nivit_at_FreeBSD.org>
Date: Sat, 14 Mar 2026 13:15:30 UTC
The branch main has been updated by nivit:

URL: https://cgit.FreeBSD.org/ports/commit/?id=76884221e4156d441efab105b7c32cb42c6f6e28

commit 76884221e4156d441efab105b7c32cb42c6f6e28
Author:     Nicola Vitale <nivit@FreeBSD.org>
AuthorDate: 2026-03-14 13:13:59 +0000
Commit:     Nicola Vitale <nivit@FreeBSD.org>
CommitDate: 2026-03-14 13:13:59 +0000

    audio/waves: Add missing run-dependency
    
    - Add audio/alsa-plugins to RUN_DEPENDS because without it waves
      cannot play any song.
    - Bump PORTREVISION
---
 audio/waves/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/audio/waves/Makefile b/audio/waves/Makefile
index ce279357301a..584f379888bf 100644
--- a/audio/waves/Makefile
+++ b/audio/waves/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	waves
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.1.42
-PORTREVISION=	0
+PORTREVISION=	1
 CATEGORIES=	audio
 
 MAINTAINER=	nivit@FreeBSD.org
@@ -12,7 +12,8 @@ LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 LIB_DEPENDS=	libasound.so:audio/alsa-lib
-RUN_DEPENDS=	ffmpeg:multimedia/ffmpeg \
+RUN_DEPENDS=	alsa-plugins>=1.2.12:audio/alsa-plugins \
+		ffmpeg:multimedia/ffmpeg \
 		xdg-open:devel/xdg-utils
 
 USES=		go:modules pkgconfig