Date: Mon, 19 Apr 2021 09:24:38 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: 24d250663beb - main - x11/wezterm: drop CARGO_USE_GITHUB workaround after 58744a09099a Message-ID: <202104190924.13J9OcXX011341@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=24d250663beb96a4e46d1da1a2bc40efcc830a0e commit 24d250663beb96a4e46d1da1a2bc40efcc830a0e Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2021-04-19 09:23:26 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2021-04-19 09:24:03 +0000 x11/wezterm: drop CARGO_USE_GITHUB workaround after 58744a09099a --- x11/wezterm/Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/x11/wezterm/Makefile b/x11/wezterm/Makefile index df355ded4b11..a702c8615dd0 100644 --- a/x11/wezterm/Makefile +++ b/x11/wezterm/Makefile @@ -501,10 +501,6 @@ CARGO_USE_GITHUB= yes # XXX https://github.com/rust-lang/cargo/issues/4101 CARGO_INSTALL_PATH= ${PLIST_FILES:Mbin/*:T} -pre-patch: -# Adjust whitespace for CARGO_USE_GITHUB regex - @${REINPLACE_CMD} 's/git="/git = "/' ${WRKSRC}/window/Cargo.toml - post-patch: # Extract (snapshot) version from the port instead of .tag file @${ECHO_CMD} '${DISTVERSIONFULL}' >${WRKSRC}/.tag
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104190924.13J9OcXX011341>