git: 3796047a1081 - main - net/rosenpass: Update dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 30 Dec 2023 07:16:53 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=3796047a1081dd75f3e5a25339f19401736522f7 commit 3796047a1081dd75f3e5a25339f19401736522f7 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-12-29 21:27:12 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-12-30 07:16:41 +0000 net/rosenpass: Update dependency As weireguard is about to be expired from the tree switch dependency to wireguard-tools. Approved by: fuz (IRC) --- net/rosenpass/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/rosenpass/Makefile b/net/rosenpass/Makefile index 424a93d2ec35..0e99a787c75e 100644 --- a/net/rosenpass/Makefile +++ b/net/rosenpass/Makefile @@ -1,7 +1,7 @@ PORTNAME= rosenpass DISTVERSIONPREFIX= v DISTVERSION= 0.2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net net-vpn security MAINTAINER= fuz@FreeBSD.org @@ -15,7 +15,7 @@ LICENSE_FILE_MIT= ${WRKSRC}/LICENSE-MIT LIB_DEPENDS= libsodium.so:security/libsodium RUN_DEPENDS= bash:shells/bash \ - wireguard>0:net/wireguard + wireguard-tools>0:net/wireguard-tools USES= cargo llvm:build pkgconfig shebangfix USE_GITHUB= yes