git: e41b78018955 - main - net/rosenpass: remove wireguard dependency

From: Robert Clausecker <fuz_at_FreeBSD.org>
Date: Sun, 06 Sep 2026 16:17:51 UTC
The branch main has been updated by fuz:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e41b78018955e8165ed2bfa7bd24205a8fd56c54

commit e41b78018955e8165ed2bfa7bd24205a8fd56c54
Author:     Robert Clausecker <fuz@FreeBSD.org>
AuthorDate: 2026-09-05 11:33:13 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2026-09-06 16:16:57 +0000

    net/rosenpass: remove wireguard dependency
    
    We ship wg(8) in base on all supported versions of FreeBSD these days.
    Remove the dependency on wireguard-tools thus.
    
    PR:             298200
    Reported by:    k <konarak.11@gmail.com>
    Event:          Berlin Hackathon 202609
---
 net/rosenpass/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net/rosenpass/Makefile b/net/rosenpass/Makefile
index a9a2abb2fd69..f27a49f72b51 100644
--- a/net/rosenpass/Makefile
+++ b/net/rosenpass/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	rosenpass
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.2.3
+PORTREVISION=	1
 CATEGORIES=	net net-vpn security
 
 MAINTAINER=	fuz@FreeBSD.org
@@ -13,8 +14,7 @@ LICENSE_FILE_APACHE20=	${WRKSRC}/LICENSE-APACHE
 LICENSE_FILE_MIT=	${WRKSRC}/LICENSE-MIT
 
 LIB_DEPENDS=	libsodium.so:security/libsodium
-RUN_DEPENDS=	bash:shells/bash \
-		wireguard-tools>0:net/wireguard-tools
+RUN_DEPENDS=	bash:shells/bash
 
 USES=		cargo llvm:build pkgconfig shebangfix
 USE_GITHUB=	yes