git: 24d250663beb - main - x11/wezterm: drop CARGO_USE_GITHUB workaround after 58744a09099a

Jan Beich jbeich at FreeBSD.org
Mon Apr 19 09:24:38 UTC 2021


The branch main has been updated by jbeich:

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

commit 24d250663beb96a4e46d1da1a2bc40efcc830a0e
Author:     Jan Beich <jbeich at FreeBSD.org>
AuthorDate: 2021-04-19 09:23:26 +0000
Commit:     Jan Beich <jbeich at 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


More information about the dev-commits-ports-all mailing list