From nobody Mon Oct 25 08:57:26 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 133091811547; Mon, 25 Oct 2021 08:57:36 +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 4Hd83g0wvwz4mdQ; Mon, 25 Oct 2021 08:57:35 +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 0508525C3A; Mon, 25 Oct 2021 08:57:27 +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 19P8vQTd099526; Mon, 25 Oct 2021 08:57:26 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 19P8vQeG099525; Mon, 25 Oct 2021 08:57:26 GMT (envelope-from git) Date: Mon, 25 Oct 2021 08:57:26 GMT Message-Id: <202110250857.19P8vQeG099525@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: 058754f4879c - main - www/lychee: 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: 058754f4879c577c5322bc43aba66b109e580267 Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by tobik: URL: https://cgit.FreeBSD.org/ports/commit/?id=058754f4879c577c5322bc43aba66b109e580267 commit 058754f4879c577c5322bc43aba66b109e580267 Author: Tobias Kortkamp AuthorDate: 2021-10-07 14:47:42 +0000 Commit: Tobias Kortkamp CommitDate: 2021-10-25 08:49:16 +0000 www/lychee: Chase USES=cargo's new git source support PR: 256581 --- www/lychee/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/www/lychee/Makefile b/www/lychee/Makefile index 37a6252b18ed..cb7eb4e89598 100644 --- a/www/lychee/Makefile +++ b/www/lychee/Makefile @@ -16,7 +16,6 @@ GH_ACCOUNT= lycheeverse PLIST_FILES= bin/lychee -GH_TUPLE= softprops:hubcaps:a9e6616ecc7b8eef0ea0eaf6055d9610c8961500:hubcaps CARGO_INSTALL_PATH= lychee-bin CARGO_CRATES= adler-1.0.2 \ aho-corasick-0.7.15 \ @@ -312,8 +311,8 @@ CARGO_CRATES= adler-1.0.2 \ winreg-0.7.0 \ winutil-0.1.1 \ wiremock-0.5.2 \ - xml5ever-0.16.1 -CARGO_USE_GITHUB= yes + xml5ever-0.16.1 \ + hubcaps@git+https://github.com/softprops/hubcaps.git\#a9e6616ecc7b8eef0ea0eaf6055d9610c8961500 post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/lychee