Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Aug 2021 08:27:05 GMT
From:      Bernhard Froehlich <decke@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 661e6c551173 - main - audio/alsa-lib: Fix CPE information
Message-ID:  <202108200827.17K8R5es016515@gitrepo.freebsd.org>

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

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

commit 661e6c551173fbd6d5e78e526270b43175834e43
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-08-20 08:26:10 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2021-08-20 08:26:10 +0000

    audio/alsa-lib: Fix CPE information
    
    Approved by:    portmgr (blanket)
---
 audio/alsa-lib/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/audio/alsa-lib/Makefile b/audio/alsa-lib/Makefile
index bc1804438c2c..07fc6d39cc5b 100644
--- a/audio/alsa-lib/Makefile
+++ b/audio/alsa-lib/Makefile
@@ -12,7 +12,8 @@ COMMENT=	ALSA compatibility library
 LICENSE=	LGPL21+
 
 USES=		cpe libtool:keepla tar:bzip2
-CPE_VENDOR=	alsa
+CPE_VENDOR=	alsa-project
+CPE_PRODUCT=	alsa
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-pkgconfdir="\$${prefix}/libdata/pkgconfig"



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