Skip to content

Commit

Permalink
security/cargo-audit: no longer needs libgit2
Browse files Browse the repository at this point in the history
cargo-audit no longer uses libgit2 as of 0.18.0.
The port builds successfully without it.

PR:		276558
  • Loading branch information
asomers authored and MikaelUrankar committed Jan 25, 2024
1 parent 62a958a commit ebede82
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions security/cargo-audit/Makefile
@@ -1,7 +1,7 @@
PORTNAME= cargo-audit
DISTVERSIONPREFIX= ${PORTNAME}/v
DISTVERSION= 0.18.3
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= security

MAINTAINER= mikael@FreeBSD.org
Expand All @@ -13,9 +13,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
Expand Down

0 comments on commit ebede82

Please sign in to comment.