diff options
| author | Mikael Urankar <mikael@FreeBSD.org> | 2024-01-25 15:06:34 +0000 |
|---|---|---|
| committer | Mikael Urankar <mikael@FreeBSD.org> | 2024-01-25 15:31:26 +0000 |
| commit | 3e0bcb0ce169c4ec3d2d370eb02cbe59286722aa (patch) | |
| tree | 00fea6873e5609de229e94dc7f85c337de8e3911 /security/cargo-audit/Makefile | |
| parent | ebede82362daa8997b260cb789b9113630190294 (diff) | |
Diffstat (limited to 'security/cargo-audit/Makefile')
| -rw-r--r-- | security/cargo-audit/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/security/cargo-audit/Makefile b/security/cargo-audit/Makefile index d5bda0b513ef..16ec0b973a54 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= 4 +DISTVERSION= 0.17.6 +PORTEPOCH= 1 CATEGORIES= security MAINTAINER= mikael@FreeBSD.org @@ -13,6 +13,9 @@ 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 |
