security/cargo-audit: no longer needs libgit2

security/cargo-audit: no longer needs libgit2

cargo-audit no longer uses libgit2 as of 0.18.0.
The port builds successfully without it.

PR:             276558
This commit is contained in:
Alan Somers 2024-03-23 20:18:56 +01:00 committed by Mikael Urankar
parent 1bea7632c9
commit af98160dc2
1 changed files with 1 additions and 4 deletions

View File

@ -1,7 +1,7 @@
PORTNAME= cargo-audit
DISTVERSIONPREFIX= ${PORTNAME}/v
DISTVERSION= 0.19.0
PORTREVISION= 2
PORTREVISION= 3
PORTEPOCH= 1
CATEGORIES= security
@ -14,9 +14,6 @@ LICENSE_COMB= dual
LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE-APACHE
LICENSE_FILE_MIT= ${WRKSRC}/LICENSE-MIT
LIB_DEPENDS= libgit2.so:devel/libgit2 \
libssh2.so:security/libssh2
USES= cargo localbase ssl
USE_GITHUB= yes
GH_ACCOUNT= RustSec