Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 May 2026 12:48:21 +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: fa06accf73c2 - main - cad/*: Add CPE info
Message-ID:  <6a1c2e15.47e75.f048e0e@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=fa06accf73c2266dd7273ee9f48ebe8832d8d375

commit fa06accf73c2266dd7273ee9f48ebe8832d8d375
Author:     Bernard Spil <brnrd@FreeBSD.org>
AuthorDate: 2026-05-31 11:57:36 +0000
Commit:     Bernard Spil <brnrd@FreeBSD.org>
CommitDate: 2026-05-31 11:57:36 +0000

    cad/*: Add CPE info
---
 cad/admesh/Makefile         | 4 +++-
 cad/gtkwave/Makefile        | 4 +++-
 cad/lib3mf/Makefile         | 4 +++-
 cad/openfpgaloader/Makefile | 4 +++-
 4 files changed, 12 insertions(+), 4 deletions(-)

diff --git a/cad/admesh/Makefile b/cad/admesh/Makefile
index 50eba9b4fabd..be292dfc77cd 100644
--- a/cad/admesh/Makefile
+++ b/cad/admesh/Makefile
@@ -11,7 +11,7 @@ WWW=		https://launchpad.net/admesh
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		autoreconf libtool
+USES=		autoreconf cpe libtool
 USE_GITHUB=	yes
 GNU_CONFIGURE=	yes
 GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
@@ -29,6 +29,8 @@ PLIST_FILES=	bin/admesh \
 		libdata/pkgconfig/libadmesh.pc \
 		share/man/man1/admesh.1.gz
 
+CPE_VENDOR=	${PORTNAME}_project
+
 do-install-DOCS-on:
 	@${RM} ${STAGEDIR}${DOCSDIR}/COPYING
 
diff --git a/cad/gtkwave/Makefile b/cad/gtkwave/Makefile
index cd8f1be4886a..bef70dabe21f 100644
--- a/cad/gtkwave/Makefile
+++ b/cad/gtkwave/Makefile
@@ -14,7 +14,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 LIB_DEPENDS=	libharfbuzz.so:print/harfbuzz
 RUN_DEPENDS=	gdk-pixbuf-extra>0:graphics/gdk-pixbuf-extra
 
-USES=		desktop-file-utils gettext-runtime gmake gnome gperf pkgconfig \
+USES=		cpe desktop-file-utils gettext-runtime gmake gnome gperf pkgconfig \
 		shared-mime-info
 USE_GNOME=	cairo gdkpixbuf gtk30
 
@@ -33,6 +33,8 @@ TCL_CONFIGURE_ON=	--with-tcl=${TCL_LIBDIR} \
 			--with-tk=${TK_LIBDIR}
 TCL_CONFIGURE_OFF=	--disable-tcl
 
+CPE_VENDOR=		tonybybell
+
 post-patch-EXAMPLES-off:
 	${REINPLACE_CMD} '/^SUBDIRS/s|examples||' ${WRKSRC}/Makefile.in
 
diff --git a/cad/lib3mf/Makefile b/cad/lib3mf/Makefile
index 7f3c9f934ac8..32f7094a5923 100644
--- a/cad/lib3mf/Makefile
+++ b/cad/lib3mf/Makefile
@@ -15,7 +15,7 @@ BUILD_DEPENDS=	fast_float>0:math/fast_float
 LIB_DEPENDS=	libzip.so:archivers/libzip
 TEST_DEPENDS=	googletest>0:devel/googletest
 
-USES=		compiler:c++17-lang cmake:testing localbase:ldflags pathfix \
+USES=		compiler:c++17-lang cmake:testing cpe localbase:ldflags pathfix \
 		pkgconfig python
 USE_LDCONFIG=	yes
 
@@ -47,4 +47,6 @@ CMAKE_OFF=	USE_INCLUDED_LIBZIP \
 		USE_INCLUDED_SSL \
 		LIB3MF_TESTS
 
+CPE_VENDOR=	3mf
+
 .include <bsd.port.mk>
diff --git a/cad/openfpgaloader/Makefile b/cad/openfpgaloader/Makefile
index b4a08e9328ee..5ae2164275cb 100644
--- a/cad/openfpgaloader/Makefile
+++ b/cad/openfpgaloader/Makefile
@@ -14,7 +14,7 @@ LIB_DEPENDS=	libftdi1.so:devel/libftdi1 \
 		libhidapi.so:comms/hidapi \
 		libudev.so:devel/libudev-devd
 
-USES=		cmake compiler:c++11-lang localbase:ldflags pkgconfig
+USES=		cmake compiler:c++11-lang cpe localbase:ldflags pkgconfig
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	trabucayre
@@ -22,4 +22,6 @@ GH_PROJECT=	openFPGALoader
 
 DATADIR=	${PREFIX}/share/openFPGALoader
 
+CPE_VENDOR=	trabucayre
+
 .include <bsd.port.mk>


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a1c2e15.47e75.f048e0e>