diff options
author | Koichiro Iwao <meta@FreeBSD.org> | 2019-08-14 03:26:09 +0000 |
---|---|---|
committer | Koichiro Iwao <meta@FreeBSD.org> | 2019-08-14 03:26:09 +0000 |
commit | 222e095f2a98156ce6f8f061acbe63ac9306a9b1 (patch) | |
tree | 03e0541dbd8613da504c623b3522cd1a5aa7467f /security/softether/Makefile | |
parent | 3c12a89ea7fc83824f8245d57eb20825efb591eb (diff) |
Implement new virtual category: net-vpn for VPN related ports
based on discussion at ports@ [1]. As VPN softwares are put in different
physical category net and security. This is a little bit confusing. Let's
give them new virtual category net-vpn.
[1] https://lists.freebsd.org/pipermail/freebsd-ports/2019-April/115915.html
PR: 239395
Submitted by: myself
Approved by: portmgr (mat)
Differential Revision: https://reviews.freebsd.org/D21174
Notes
Notes:
svn path=/head/; revision=508887
Diffstat (limited to 'security/softether/Makefile')
-rw-r--r-- | security/softether/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/softether/Makefile b/security/softether/Makefile index 01976529cc57..e830ba0ed189 100644 --- a/security/softether/Makefile +++ b/security/softether/Makefile @@ -3,7 +3,7 @@ PORTNAME= softether DISTVERSION= 4.29-9680 PORTREVISION= 2 -CATEGORIES= security +CATEGORIES= security net-vpn MASTER_SITES= https://www.softether-download.com/files/softether/v${DISTVERSION}-rtm-2019.02.28-tree/Source_Code/ DISTNAME= ${PORTNAME}-src-v${DISTVERSION}-rtm |