diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2025-05-25 10:23:18 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2025-05-25 10:23:18 +0000 |
commit | 070762291d6e36cafdee1c0d44b73c6458ae3a64 (patch) | |
tree | f60850fd6a29ba478f803fcbc3f16e776ca76e61 | |
parent | 6df59376765401108578d1173e3afe98d63107a2 (diff) |
net/vtun: release the port, I don't use it anymore
-rw-r--r-- | net/vtun/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/vtun/Makefile b/net/vtun/Makefile index d27e16f9c707..80d5f0d5431f 100644 --- a/net/vtun/Makefile +++ b/net/vtun/Makefile @@ -5,7 +5,7 @@ CATEGORIES= net MASTER_SITES= SF \ LOCAL/mat/vtun -MAINTAINER= mat@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Virtual Tunnels over TCP/IP networks with traffic shaping WWW= https://vtun.sourceforge.net/ |