Date: Mon, 25 Oct 2021 08:57:18 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: e834d64e92ab - main - net-mgmt/bandwhich: Chase USES=cargo's new git source support Message-ID: <202110250857.19P8vIwh099345@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=e834d64e92ab3094cb6068cca85426c5928d3129 commit e834d64e92ab3094cb6068cca85426c5928d3129 Author: Tobias Kortkamp <tobik@FreeBSD.org> AuthorDate: 2021-10-07 14:47:31 +0000 Commit: Tobias Kortkamp <tobik@FreeBSD.org> CommitDate: 2021-10-25 08:49:13 +0000 net-mgmt/bandwhich: Chase USES=cargo's new git source support PR: 256581 --- net-mgmt/bandwhich/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/net-mgmt/bandwhich/Makefile b/net-mgmt/bandwhich/Makefile index f010493cdbb0..0b2c93007e3b 100644 --- a/net-mgmt/bandwhich/Makefile +++ b/net-mgmt/bandwhich/Makefile @@ -14,7 +14,6 @@ USES= cargo USE_GITHUB= yes GH_ACCOUNT= imsnif -GH_TUPLE= tailhook:resolv-conf:83c0f25ebcb0615550488692c5213ca1ae4acd8f:resolvconf CARGO_CRATES= adler-0.2.3 \ adler32-1.2.0 \ aho-corasick-0.7.6 \ @@ -257,8 +256,8 @@ CARGO_CRATES= adler-0.2.3 \ winreg-0.6.2 \ ws2_32-sys-0.2.1 \ yaml-rust-0.4.3 \ - zip-0.5.6 -CARGO_USE_GITHUB= yes + zip-0.5.6 \ + resolv-conf@git+https://github.com/tailhook/resolv-conf?rev=83c0f25ebcb0615550488692c5213ca1ae4acd8f\#83c0f25ebcb0615550488692c5213ca1ae4acd8f PLIST_FILES= bin/bandwhich \ man/man1/bandwhich.1.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110250857.19P8vIwh099345>