Date: Mon, 25 Oct 2021 08:57:26 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: 058754f4879c - main - www/lychee: Chase USES=cargo's new git source support Message-ID: <202110250857.19P8vQeG099525@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=058754f4879c577c5322bc43aba66b109e580267 commit 058754f4879c577c5322bc43aba66b109e580267 Author: Tobias Kortkamp <tobik@FreeBSD.org> AuthorDate: 2021-10-07 14:47:42 +0000 Commit: Tobias Kortkamp <tobik@FreeBSD.org> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110250857.19P8vQeG099525>