Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Jan 2024 20:08:55 GMT
From:      "Jason E. Hale" <jhale@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 9b8c80c0c083 - main - audio/cantata: Remove long unused dependency
Message-ID:  <202401312008.40VK8tMJ017185@gitrepo.freebsd.org>

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

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

commit 9b8c80c0c083f9c34abee27c5c422482e758247b
Author:     Jason E. Hale <jhale@FreeBSD.org>
AuthorDate: 2024-01-30 01:18:43 +0000
Commit:     Jason E. Hale <jhale@FreeBSD.org>
CommitDate: 2024-01-31 19:49:33 +0000

    audio/cantata: Remove long unused dependency
    
    audio/taglib-extras hasn't been used since 2018. [1]
    
    [1] https://github.com/CDrummond/cantata/commit/db82c57772301e83d592e9e22d72d49db065b231
    
    PR:             276677
---
 audio/cantata/Makefile | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/audio/cantata/Makefile b/audio/cantata/Makefile
index d6648501a221..a25df1031cce 100644
--- a/audio/cantata/Makefile
+++ b/audio/cantata/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=		cantata
 DISTVERSIONPREFIX=	v
 DISTVERSION=		2.5.0
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=		audio kde
 
 MAINTAINER=		kde@FreeBSD.org
@@ -83,10 +83,9 @@ PROXY_CMAKE_BOOL=	ENABLE_PROXY_CONFIG
 
 QT5_USE=		QT=multimedia
 
-TAGLIB_LIB_DEPENDS=	libtag.so:audio/taglib \
-			libtag-extras.so:audio/taglib-extras
+TAGLIB_LIB_DEPENDS=	libtag.so:audio/taglib
 TAGLIB_USES=		localbase
-TAGLIB_CMAKE_BOOL=	ENABLE_TAGLIB ENABLE_TAGLIB_EXTRAS
+TAGLIB_CMAKE_BOOL=	ENABLE_TAGLIB
 
 VLC_LIB_DEPENDS=	libvlc.so:multimedia/vlc
 VLC_CMAKE_BOOL=		ENABLE_LIBVLC



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