Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Apr 2024 19:56:31 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: db3e908f8469 - main - audio/cardinal: Improve description of LIBLO option
Message-ID:  <202404081956.438JuVG9079629@gitrepo.freebsd.org>

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

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

commit db3e908f8469d509d6e394a4939a31821bdad00f
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-04-08 19:55:37 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-04-08 19:55:37 +0000

    audio/cardinal: Improve description of LIBLO option
    
    Reported by:    Gleb Popov <arrowd@freebsd.org>
---
 audio/cardinal/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/audio/cardinal/Makefile b/audio/cardinal/Makefile
index d28cf75f6ef7..8372902869a2 100644
--- a/audio/cardinal/Makefile
+++ b/audio/cardinal/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	cardinal
 DISTVERSION=	23.10
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	audio
 MASTER_SITES=	https://github.com/DISTRHO/Cardinal/releases/download/${DISTVERSION}/
 
@@ -48,7 +48,7 @@ OPTIONS_DEFAULT=	#LIBLO LTO
 
 PORTDOCS=		*
 
-LIBLO_DESC=		Build with liblo
+LIBLO_DESC=		Support Open Sound Control protocol through liblo
 LIBLO_MAKE_ARGS=	WITH_LTO=true
 LIBLO_MAKE_ARGS_OFF=	WITH_LTO=false
 LIBLO_LIB_DEPENDS=	liblo.so:audio/liblo



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