Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Oct 2021 08:57:12 GMT
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 714c353f67e7 - main - misc/xd-rust: Chase USES=cargo's new git source support
Message-ID:  <202110250857.19P8vCqh099219@gitrepo.freebsd.org>

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

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

commit 714c353f67e7526c1ab04567348110de31df5b40
Author:     Tobias Kortkamp <tobik@FreeBSD.org>
AuthorDate: 2021-10-07 14:47:23 +0000
Commit:     Tobias Kortkamp <tobik@FreeBSD.org>
CommitDate: 2021-10-25 08:49:11 +0000

    misc/xd-rust: Chase USES=cargo's new git source support
    
    PR:             256581
---
 misc/xd-rust/Makefile | 3 ---
 misc/xd-rust/distinfo | 2 --
 2 files changed, 5 deletions(-)

diff --git a/misc/xd-rust/Makefile b/misc/xd-rust/Makefile
index d3d32ebbbe4e..739590aebaca 100644
--- a/misc/xd-rust/Makefile
+++ b/misc/xd-rust/Makefile
@@ -13,8 +13,6 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 USES=		cargo
 
-USE_GITHUB=	nodefault
-GH_TUPLE=	nix-rust:nix:5d2a8c221af121abe73e313bdfce8ae2f4372a83:nix
 CARGO_CRATES=	addr2line-0.14.0 \
 		adler-0.2.3 \
 		aho-corasick-0.7.15 \
@@ -95,7 +93,6 @@ CARGO_CRATES=	addr2line-0.14.0 \
 		winapi-i686-pc-windows-gnu-0.4.0 \
 		winapi-util-0.1.5 \
 		winapi-x86_64-pc-windows-gnu-0.4.0
-CARGO_USE_GITHUB=	yes
 
 BB_ACCOUNT=	delan
 BB_PROJECT=	${PORTNAME}
diff --git a/misc/xd-rust/distinfo b/misc/xd-rust/distinfo
index 30ffea3d12e0..0379d9797440 100644
--- a/misc/xd-rust/distinfo
+++ b/misc/xd-rust/distinfo
@@ -161,5 +161,3 @@ SHA256 (rust/crates/winapi-util-0.1.5.tar.gz) = 70ec6ce85bb158151cae5e5c87f95a8e
 SIZE (rust/crates/winapi-util-0.1.5.tar.gz) = 10164
 SHA256 (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.tar.gz) = 712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f
 SIZE (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.tar.gz) = 2947998
-SHA256 (nix-rust-nix-5d2a8c221af121abe73e313bdfce8ae2f4372a83_GH0.tar.gz) = 8dac2f3bba943a1ab3139be573c72bcadf83c5b9dc6f262ee757039b6dd1ae63
-SIZE (nix-rust-nix-5d2a8c221af121abe73e313bdfce8ae2f4372a83_GH0.tar.gz) = 218767



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