git: c00e289d8f52 - main - devel/nasm: Fix CPE information because current one is deprecated

Bernhard Froehlich decke at FreeBSD.org
Tue Sep 14 10:56:36 UTC 2021


The branch main has been updated by decke:

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

commit c00e289d8f52e6d8ef604a6bfcaff14f67d014c8
Author:     Bernhard Froehlich <decke at FreeBSD.org>
AuthorDate: 2021-09-14 09:25:59 +0000
Commit:     Bernhard Froehlich <decke at FreeBSD.org>
CommitDate: 2021-09-14 10:55:10 +0000

    devel/nasm: Fix CPE information because current one is deprecated
    
    Approved by:    portmgr (blanket)
---
 devel/nasm/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/devel/nasm/Makefile b/devel/nasm/Makefile
index 0cb765fe11b7..9d10d96bea64 100644
--- a/devel/nasm/Makefile
+++ b/devel/nasm/Makefile
@@ -19,6 +19,8 @@ USES=		compiler:c11 cpe tar:xz gmake perl5
 USE_PERL5=	build
 MAKE_ARGS+=	INSTALLROOT=${STAGEDIR}
 INSTALL_TARGET=	install #needed for RDOFF_INSTALL_TARGET
+CPE_VENDOR=	nasm
+CPE_PRODUCT=	netwide_assembler
 
 OPTIONS_DEFINE=	RDOFF DOCS
 OPTIONS_SUB=	yes


More information about the dev-commits-ports-main mailing list