Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Oct 2021 21:33:11 GMT
From:      =?utf-8?Q?Stefan E=C3=9Fer?= <se@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: f9874023f3d4 - main - devel/mingw32-libyaml: Add CPE information
Message-ID:  <202110142133.19ELXBhh079814@gitrepo.freebsd.org>

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

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

commit f9874023f3d44b40840f0589309174fb447dac14
Author:     Stefan Eßer <se@FreeBSD.org>
AuthorDate: 2021-10-14 21:30:33 +0000
Commit:     Stefan Eßer <se@FreeBSD.org>
CommitDate: 2021-10-14 21:30:33 +0000

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

diff --git a/devel/mingw32-libyaml/Makefile b/devel/mingw32-libyaml/Makefile
index 7819d1c09cf3..4d9e882f3d6c 100644
--- a/devel/mingw32-libyaml/Makefile
+++ b/devel/mingw32-libyaml/Makefile
@@ -21,6 +21,7 @@ CONFIGURE_ARGS=	--host="mingw32"
 CC=		${PKGNAMEPREFIX}gcc
 CFLAGS=		-O3	# Override CFLAGS for a cross-build
 SSP_CFLAGS?=	-fstack-protector # XXX -strong isn't supported by GCC < 4.9
-USES=		libtool
+USES=		cpe libtool
+CPE_VENDOR=	pyyaml
 
 .include <bsd.port.mk>



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