mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
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:
parent
1bea7632c9
commit
af98160dc2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user