Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Oct 2021 07:06:26 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: 201a4542abc0 - main - audio/libadplug: Add CPE information
Message-ID:  <202110070706.19776QK9053340@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=201a4542abc06a1b831505b6eb630257d6c75774

commit 201a4542abc06a1b831505b6eb630257d6c75774
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-10-07 06:59:41 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2021-10-07 07:05:57 +0000

    audio/libadplug: Add CPE information
    
    Approved by:    portmgr (blanket)
---
 audio/libadplug/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/audio/libadplug/Makefile b/audio/libadplug/Makefile
index 669a607d71c2..4d3fe42c251c 100644
--- a/audio/libadplug/Makefile
+++ b/audio/libadplug/Makefile
@@ -13,12 +13,14 @@ LICENSE=	GPLv2
 
 LIB_DEPENDS=	libbinio.so:devel/libbinio
 
-USES=		autoreconf compiler:c++11-lang libtool makeinfo pathfix \
+USES=		autoreconf compiler:c++11-lang cpe libtool makeinfo pathfix \
 		pkgconfig
 USE_CSTD=	gnu89
 USE_GITHUB=	yes
 USE_LDCONFIG=	yes
 
+CPE_VENDOR=	adplug_project
+
 GNU_CONFIGURE=		yes
 CONFIGURE_ARGS+=	--enable-maintainer-mode
 



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