git: ebede82362da - main - security/cargo-audit: no longer needs libgit2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 25 Jan 2024 15:31:40 UTC
The branch main has been updated by mikael: URL: https://cgit.FreeBSD.org/ports/commit/?id=ebede82362daa8997b260cb789b9113630190294 commit ebede82362daa8997b260cb789b9113630190294 Author: Alan Somers <asomers@FreeBSD.org> AuthorDate: 2024-01-25 15:01:34 +0000 Commit: Mikael Urankar <mikael@FreeBSD.org> CommitDate: 2024-01-25 15:31:26 +0000 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 --- security/cargo-audit/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/security/cargo-audit/Makefile b/security/cargo-audit/Makefile index 8db0e807ce90..d5bda0b513ef 100644 --- a/security/cargo-audit/Makefile +++ b/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 @@ -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