Date: Fri, 18 Mar 2022 13:26:25 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: 2fe5a2d21b98 - main - sysutils/nix: Add CPE information Message-ID: <202203181326.22IDQP4H003614@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=2fe5a2d21b988f249ad7227f2736589747ad89b8 commit 2fe5a2d21b988f249ad7227f2736589747ad89b8 Author: Bernhard Froehlich <decke@FreeBSD.org> AuthorDate: 2022-03-18 13:19:47 +0000 Commit: Bernhard Froehlich <decke@FreeBSD.org> CommitDate: 2022-03-18 13:23:53 +0000 sysutils/nix: Add CPE information Approved by: portmgr (blanket) --- sysutils/nix/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sysutils/nix/Makefile b/sysutils/nix/Makefile index 1f813ebcd5b4..63d51a8e2518 100644 --- a/sysutils/nix/Makefile +++ b/sysutils/nix/Makefile @@ -32,12 +32,14 @@ TEST_DEPENDS= dot:graphics/graphviz \ gxargs:misc/findutils \ hg:devel/mercurial -USES= autoreconf bison compiler:c++17-lang gmake localbase pkgconfig \ +USES= autoreconf bison compiler:c++17-lang cpe gmake localbase pkgconfig \ sqlite:3 ssl USE_GITHUB= yes GH_ACCOUNT= NixOS USE_LDCONFIG= yes +CPE_VENDOR= nix_project + HAS_CONFIGURE= yes # Workaround for bashisms in the configure script. CONFIGURE_SHELL= ${_BASH}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202203181326.22IDQP4H003614>