From nobody Mon Oct 25 08:57:19 2021 X-Original-To: dev-commits-ports-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 82DCD1811043; Mon, 25 Oct 2021 08:57:24 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Hd83R2mB1z4mNq; Mon, 25 Oct 2021 08:57:23 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EBB5125AEC; Mon, 25 Oct 2021 08:57:19 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 19P8vJoO099376; Mon, 25 Oct 2021 08:57:19 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 19P8vJPf099375; Mon, 25 Oct 2021 08:57:19 GMT (envelope-from git) Date: Mon, 25 Oct 2021 08:57:19 GMT Message-Id: <202110250857.19P8vJPf099375@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Tobias Kortkamp Subject: git: 8d16cc382b02 - main - net-p2p/openethereum: Chase USES=cargo's new git source support List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-main@freebsd.org X-BeenThere: dev-commits-ports-main@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: tobik X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 8d16cc382b02d56b1e818345bb7f49c0738d2a5e Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by tobik: URL: https://cgit.FreeBSD.org/ports/commit/?id=8d16cc382b02d56b1e818345bb7f49c0738d2a5e commit 8d16cc382b02d56b1e818345bb7f49c0738d2a5e Author: Tobias Kortkamp AuthorDate: 2021-10-07 14:47:33 +0000 Commit: Tobias Kortkamp CommitDate: 2021-10-25 08:49:13 +0000 net-p2p/openethereum: Chase USES=cargo's new git source support PR: 256581 --- net-p2p/openethereum/Makefile | 2 -- net-p2p/openethereum/Makefile.crates | 15 +++++++-------- 2 files changed, 7 insertions(+), 10 deletions(-) diff --git a/net-p2p/openethereum/Makefile b/net-p2p/openethereum/Makefile index aee63724cf24..7eed3be4c638 100644 --- a/net-p2p/openethereum/Makefile +++ b/net-p2p/openethereum/Makefile @@ -19,8 +19,6 @@ PLIST_FILES= bin/${PORTNAME} CARGO_FEATURES= final CARGO_TEST= yes -CARGO_GIT_SUBDIR= rethutil:reth-util:crates/util - post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} diff --git a/net-p2p/openethereum/Makefile.crates b/net-p2p/openethereum/Makefile.crates index 0e5d00e061ed..233f5a9d21bf 100644 --- a/net-p2p/openethereum/Makefile.crates +++ b/net-p2p/openethereum/Makefile.crates @@ -1,9 +1,3 @@ -GH_TUPLE= openethereum:app-dirs-rs:0b37f9481ce29e9d5174ad185bca695b206368eb:app_dirs \ - paritytech:bn:6079255e65793038b9a6e5292203eab482737cc2:bn \ - paritytech:rust-ctrlc:b523017108bb2d571a7a69bd97bc406e63bc7a9d:ctrlc \ - paritytech:rust-secp256k1:9791e79f21a5309dcb6e0bd254b1ef88fca2f1f4:ethsecpk \ - matter-labs:eip1962:ece6cbabc41948db4200e41f0bfdab7ab94c7af8:eth_pairings \ - gnosis:reth:573e128487d5651f301e21faa97fc8e80f91dee8:rethutil CARGO_CRATES= addr2line-0.14.1 \ adler-1.0.2 \ adler32-1.2.0 \ @@ -435,5 +429,10 @@ CARGO_CRATES= addr2line-0.14.1 \ xdg-2.2.0 \ xml-rs-0.7.0 \ xmltree-0.7.0 \ - zeroize-1.2.0 -CARGO_USE_GITHUB= yes + zeroize-1.2.0 \ + eth_pairings,eth_pairings_repr_derive,fixed_width_field,fixed_width_group_and_loop,simple_uint@git+https://github.com/matter-labs/eip1962.git?rev=ece6cbabc41948db4200e41f0bfdab7ab94c7af8\#ece6cbabc41948db4200e41f0bfdab7ab94c7af8 \ + eth-secp256k1@git+https://github.com/paritytech/rust-secp256k1?rev=9791e79f21a5309dcb6e0bd254b1ef88fca2f1f4\#9791e79f21a5309dcb6e0bd254b1ef88fca2f1f4 \ + reth-util@git+https://github.com/gnosis/reth.git?rev=573e128\#573e128487d5651f301e21faa97fc8e80f91dee8 \ + app_dirs@git+https://github.com/openethereum/app-dirs-rs\#0b37f9481ce29e9d5174ad185bca695b206368eb \ + bn@git+https://github.com/paritytech/bn\#6079255e65793038b9a6e5292203eab482737cc2 \ + ctrlc@git+https://github.com/paritytech/rust-ctrlc.git\#b523017108bb2d571a7a69bd97bc406e63bc7a9d