git: af98160dc2ec - main - security/cargo-audit: no longer needs libgit2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 23 Mar 2024 19:19:48 UTC
The branch main has been updated by mikael:
URL: https://cgit.FreeBSD.org/ports/commit/?id=af98160dc2ec2915d49b8ea9b3d9490840f2d19d
commit af98160dc2ec2915d49b8ea9b3d9490840f2d19d
Author: Alan Somers <asomers@FreeBSD.org>
AuthorDate: 2024-03-23 19:18:56 +0000
Commit: Mikael Urankar <mikael@FreeBSD.org>
CommitDate: 2024-03-23 19:19:38 +0000
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
---
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 0246ea414288..a9d11a385089 100644
--- a/security/cargo-audit/Makefile
+++ b/security/cargo-audit/Makefile
@@ -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