Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Sep 2024 06:49:37 GMT
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e76d3d050446 - main - multimedia/audacious-plugins: Remove correct library dependency
Message-ID:  <202409020649.4826nbOG093226@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by madpilot:

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

commit e76d3d050446ff00d8d9ded3affe6773680f79f4
Author:     Guido Falsi <madpilot@FreeBSD.org>
AuthorDate: 2024-09-02 06:48:42 +0000
Commit:     Guido Falsi <madpilot@FreeBSD.org>
CommitDate: 2024-09-02 06:48:42 +0000

    multimedia/audacious-plugins: Remove correct library dependency
    
    Reported by:    jhale
    Fixes:          37d9f49c0eda6d23b00c0a88411a5e68afbb9169
---
 multimedia/audacious-plugins/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/multimedia/audacious-plugins/Makefile b/multimedia/audacious-plugins/Makefile
index 043b9b6ad932..c337c242da21 100644
--- a/multimedia/audacious-plugins/Makefile
+++ b/multimedia/audacious-plugins/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	audacious-plugins
 DISTVERSION=	4.4
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	multimedia audio
 MASTER_SITES=	http://distfiles.audacious-media-player.org/
 
@@ -153,7 +153,7 @@ AOSD_MESON_TRUE=	aosd
 BS2B_LIB_DEPENDS=	libbs2b.so:audio/libbs2b
 BS2B_MESON_TRUE=	bs2b
 
-CDDA_LIB_DEPENDS=	libcddb.so:audio/libcddb \
+CDDA_LIB_DEPENDS=	libcdio.so:sysutils/libcdio \
 			libcdio_cdda.so:sysutils/libcdio-paranoia
 CDDA_MESON_TRUE=	cdaudio
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202409020649.4826nbOG093226>