Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Jun 2026 14:42:41 +0000
From:      Bernard Spil <brnrd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 8ffcb26719be - main - devel/*: Add some more CPE info
Message-ID:  <6a3bece1.1d891.6d6610ff@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by brnrd:

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

commit 8ffcb26719bedfcfa001fa94e3ec1d7a023ba18b
Author:     Bernard Spil <brnrd@FreeBSD.org>
AuthorDate: 2026-06-24 14:42:20 +0000
Commit:     Bernard Spil <brnrd@FreeBSD.org>
CommitDate: 2026-06-24 14:42:32 +0000

    devel/*: Add some more CPE info
---
 devel/compiler-rt/Makefile       | 4 +++-
 devel/git-bug/Makefile           | 4 +++-
 devel/git-extras/Makefile        | 4 +++-
 devel/glade/Makefile             | 2 ++
 devel/go-git/Makefile            | 4 +++-
 devel/gradle-completion/Makefile | 4 ++++
 6 files changed, 18 insertions(+), 4 deletions(-)

diff --git a/devel/compiler-rt/Makefile b/devel/compiler-rt/Makefile
index 6db5a7a0edf5..6cd1a9455b53 100644
--- a/devel/compiler-rt/Makefile
+++ b/devel/compiler-rt/Makefile
@@ -23,7 +23,7 @@ TEST_TARGET=		test
 
 CMAKE_SOURCE_PATH=	${WRKSRC}
 
-USES=		cmake:insource tar:bzip2
+USES=		cmake:insource cpe tar:bzip2
 USE_LDCONFIG=	yes
 
 LLVM_SVN=	http://llvm.org/svn/llvm-project
@@ -40,6 +40,8 @@ PLIST_FILES=	include/Block.h \
 		include/Block_private.h \
 		lib/libBlocksRuntime.so
 
+CPE_VENDOR=	llvm
+
 .include <bsd.port.pre.mk>
 
 .if ${ARCH} == "i386"
diff --git a/devel/git-bug/Makefile b/devel/git-bug/Makefile
index 3f95593ce8b4..d31f3d080f20 100644
--- a/devel/git-bug/Makefile
+++ b/devel/git-bug/Makefile
@@ -13,7 +13,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	git:devel/git
 
-USES=		go:modules
+USES=		cpe go:modules
 
 _BUILD_COMMIT=	a3fa445
 
@@ -33,6 +33,8 @@ COMPLETIONS_PLIST_FILES=	share/bash-completion/completions/${PORTNAME} \
 				share/fish/vendor_completions.d/${PORTNAME}.fish \
 				share/zsh/site-functions/_${PORTNAME}
 
+CPE_VENDOR=			${PORTNAME}_project
+
 post-install-COMPLETIONS-on:
 .for _shell in bash fish zsh
 	${GO_WRKDIR_BIN}/${PORTNAME} completion ${_shell} \
diff --git a/devel/git-extras/Makefile b/devel/git-extras/Makefile
index 88ec12baf925..a1e6b8a3670f 100644
--- a/devel/git-extras/Makefile
+++ b/devel/git-extras/Makefile
@@ -12,7 +12,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 RUN_DEPENDS=	bash:shells/bash \
 		git:devel/git
 
-USES=		gmake
+USES=		cpe gmake
 USE_GITHUB=	yes
 GH_ACCOUNT=	tj
 
@@ -21,4 +21,6 @@ MAKE_ARGS=	MANPREFIX=${PREFIX}/share/man/man1
 NO_ARCH=	yes
 NO_BUILD=	yes
 
+CPE_VENDOR=	${PORTNAME}_project
+
 .include <bsd.port.mk>
diff --git a/devel/glade/Makefile b/devel/glade/Makefile
index 0a75602033a4..4e572ef7b8cd 100644
--- a/devel/glade/Makefile
+++ b/devel/glade/Makefile
@@ -45,4 +45,6 @@ WEBKIT_MESON_ENABLED=	webkit2gtk
 WEBKIT_LIB_DEPENDS=	libsoup-2.4.so:devel/libsoup \
 			libwebkit2gtk-4.0.so:www/webkit2-gtk@40
 
+CPE_VENDOR=		gnome
+
 .include <bsd.port.mk>
diff --git a/devel/go-git/Makefile b/devel/go-git/Makefile
index b9bdf86980d4..89d7984b92dc 100644
--- a/devel/go-git/Makefile
+++ b/devel/go-git/Makefile
@@ -11,7 +11,7 @@ WWW=		https://github.com/go-git/go-git
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		go:modules
+USES=		cpe go:modules
 GO_MODULE=	github.com/go-git/go-git/v5
 GO_TARGET=	./cli/go-git
 GO_BUILDFLAGS=	-ldflags=" \
@@ -20,4 +20,6 @@ GO_BUILDFLAGS=	-ldflags=" \
 
 PLIST_FILES=	bin/go-git
 
+CPE_VENDOR=	${PORTNAME}_project
+
 .include <bsd.port.mk>
diff --git a/devel/gradle-completion/Makefile b/devel/gradle-completion/Makefile
index 203ddacf6bb1..d82961b0a7a7 100644
--- a/devel/gradle-completion/Makefile
+++ b/devel/gradle-completion/Makefile
@@ -16,9 +16,13 @@ GH_ACCOUNT=	gradle
 NO_ARCH=	yes
 NO_BUILD=	yes
 
+USES=		cpe
+
 PLIST_FILES=	share/bash-completion/completions/gradle \
 		share/zsh/site-functions/_gradle
 
+CPE_VENDOR=	gradle
+
 do-install:
 	@${MKDIR} ${STAGEDIR}${PREFIX}/share/bash-completion/completions
 	${INSTALL_DATA} ${WRKSRC}/gradle-completion.bash \


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a3bece1.1d891.6d6610ff>