diff options
author | Koichiro Iwao <meta@FreeBSD.org> | 2023-01-18 08:46:27 +0000 |
---|---|---|
committer | Koichiro Iwao <meta@FreeBSD.org> | 2023-01-18 08:47:30 +0000 |
commit | ebdadc900d0abaec9a5aaa27a27b33f7f4e7ea69 (patch) | |
tree | 6788bd8fb3a1b583a881a67918fc74da50837f8a | |
parent | 753f9861a934985a6be35a235622ec8c36dd4235 (diff) | |
download | ports-ebdadc900d0abaec9a5aaa27a27b33f7f4e7ea69.tar.gz ports-ebdadc900d0abaec9a5aaa27a27b33f7f4e7ea69.zip |
security/*: add net-vpn category on some ports
-rw-r--r-- | security/duo_openvpn/Makefile | 2 | ||||
-rw-r--r-- | security/globalprotect-openconnect/Makefile | 2 | ||||
-rw-r--r-- | security/headscale/Makefile | 2 | ||||
-rw-r--r-- | security/py-vpn-slice/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/security/duo_openvpn/Makefile b/security/duo_openvpn/Makefile index ad9b0ced06ea..d28576e9e1ff 100644 --- a/security/duo_openvpn/Makefile +++ b/security/duo_openvpn/Makefile @@ -1,7 +1,7 @@ PORTNAME= duo_openvpn PORTVERSION= 2.4 PORTREVISION= 2 -CATEGORIES= security +CATEGORIES= security net-vpn MAINTAINER= zi@FreeBSD.org COMMENT= Duo two-factor authentication for OpenVPN diff --git a/security/globalprotect-openconnect/Makefile b/security/globalprotect-openconnect/Makefile index aa559d55a7a7..573161150f5a 100644 --- a/security/globalprotect-openconnect/Makefile +++ b/security/globalprotect-openconnect/Makefile @@ -1,7 +1,7 @@ PORTNAME= globalprotect-openconnect DISTVERSIONPREFIX= v DISTVERSION= 1.4.9 -CATEGORIES= security +CATEGORIES= security net-vpn MAINTAINER= jwb@FreeBSD.org COMMENT= OpenConnect GUI for GlobalProtect protocol diff --git a/security/headscale/Makefile b/security/headscale/Makefile index eaf411bd6749..7aefd84576cc 100644 --- a/security/headscale/Makefile +++ b/security/headscale/Makefile @@ -2,7 +2,7 @@ PORTNAME= headscale PORTVERSION= 0.16.4 PORTREVISION= 4 DISTVERSIONPREFIX= v -CATEGORIES= security +CATEGORIES= security net-vpn MAINTAINER= m.muenz@gmail.com COMMENT= Mesh VPN that makes it easy to connect your devices diff --git a/security/py-vpn-slice/Makefile b/security/py-vpn-slice/Makefile index 758c56e4daed..b7d304c593f2 100644 --- a/security/py-vpn-slice/Makefile +++ b/security/py-vpn-slice/Makefile @@ -1,6 +1,6 @@ PORTNAME= vpn-slice DISTVERSION= 0.15 -CATEGORIES= security python +CATEGORIES= security python net-vpn MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |