Date: Thu, 30 Sep 2021 09:42:49 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: f1948014665f - main - net/wangle: Add CPE information Message-ID: <202109300942.18U9gnlP005538@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=f1948014665f00a4b2990520144237ebda7b47c5 commit f1948014665f00a4b2990520144237ebda7b47c5 Author: Bernhard Froehlich <decke@FreeBSD.org> AuthorDate: 2021-09-30 09:39:49 +0000 Commit: Bernhard Froehlich <decke@FreeBSD.org> CommitDate: 2021-09-30 09:42:24 +0000 net/wangle: Add CPE information Approved by: portmgr (blanket) --- net/wangle/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net/wangle/Makefile b/net/wangle/Makefile index 9eeec1048f6a..b84ec4ed1682 100644 --- a/net/wangle/Makefile +++ b/net/wangle/Makefile @@ -19,10 +19,11 @@ LIB_DEPENDS= libboost_system.so:devel/boost-libs \ libglog.so:devel/glog \ libsodium.so:security/libsodium -USES= cmake compiler:c++17-lang ssl +USES= cmake compiler:c++17-lang cpe ssl USE_GITHUB= yes GH_ACCOUNT= facebook USE_LDCONFIG= yes +CPE_VENDOR= facebook WRKSRC_SUBDIR= ${PORTNAME}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109300942.18U9gnlP005538>