Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Sep 2021 19:56:51 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: 992e636d8a0b - main - archivers/lrzip: Add CPE information
Message-ID:  <202109061956.186JupRR087420@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=992e636d8a0b5f3e53643361538c470411dbf9a2

commit 992e636d8a0b5f3e53643361538c470411dbf9a2
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-09-06 19:29:38 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2021-09-06 19:56:27 +0000

    archivers/lrzip: Add CPE information
    
    Approved by:    portmgr (blanket)
---
 archivers/lrzip/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/archivers/lrzip/Makefile b/archivers/lrzip/Makefile
index 3d17e4ba6c20..32124eab4205 100644
--- a/archivers/lrzip/Makefile
+++ b/archivers/lrzip/Makefile
@@ -17,10 +17,11 @@ CFLAGS+=	-I${LOCALBASE}/include
 CONFIGURE_ARGS+=	--enable-asm
 GNU_CONFIGURE=	yes
 LDFLAGS+=	-L${LOCALBASE}/lib
-USES=		alias libtool pathfix perl5 shebangfix tar:bzip2
+USES=		alias cpe libtool pathfix perl5 shebangfix tar:bzip2
 SHEBANG_FILES=	${WRKSRC}/lrztar
 USE_PERL5=	build
 USE_LDCONFIG=	yes
+CPE_VENDOR=	lrzip_project
 
 post-install:
 	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/liblrzip.so.0.0.0



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