Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Apr 2023 00:52:52 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: fb25cc968a45 - main - security/authenticator: convert to WRKSRC_crate
Message-ID:  <202304060052.3360qqih019339@gitrepo.freebsd.org>

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

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

commit fb25cc968a45f176bdeff011ef26ae2199861060
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-04-06 00:37:54 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-04-06 00:50:13 +0000

    security/authenticator: convert to WRKSRC_crate
---
 security/authenticator/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/security/authenticator/Makefile b/security/authenticator/Makefile
index dbb9e765bb4e..b91eba3f5adb 100644
--- a/security/authenticator/Makefile
+++ b/security/authenticator/Makefile
@@ -32,8 +32,8 @@ GLIB_SCHEMAS=	com.belmoussaoui.Authenticator.gschema.xml
 
 post-patch:
 	@${REINPLACE_CMD} -e 's,"llvm-config,"${LLVM_CONFIG},' \
-		${WRKSRC}/cargo-crates/clang-sys-*/build/common.rs \
-		${WRKSRC}/cargo-crates/clang-sys-*/src/support.rs
+		${WRKSRC_crate_clang-sys}/build/common.rs \
+		${WRKSRC_crate_clang-sys}/src/support.rs
 	@${REINPLACE_CMD} -e '/gstreamer.*bad/d' \
 		${WRKSRC}/meson.build
 # Make each cargo subcommand very verbose



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