diff options
author | Koichiro Iwao <meta@FreeBSD.org> | 2019-08-14 11:26:09 +0800 |
---|---|---|
committer | Koichiro Iwao <meta@FreeBSD.org> | 2019-08-14 11:26:09 +0800 |
commit | 222e095f2a98156ce6f8f061acbe63ac9306a9b1 (patch) | |
tree | 03e0541dbd8613da504c623b3522cd1a5aa7467f /sysutils | |
parent | 3c12a89ea7fc83824f8245d57eb20825efb591eb (diff) | |
download | freebsd-ports-gnome-222e095f2a98156ce6f8f061acbe63ac9306a9b1.tar.gz freebsd-ports-gnome-222e095f2a98156ce6f8f061acbe63ac9306a9b1.tar.zst freebsd-ports-gnome-222e095f2a98156ce6f8f061acbe63ac9306a9b1.zip |
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
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/vpnc-scripts/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/vpnc-scripts/Makefile b/sysutils/vpnc-scripts/Makefile index 277b095f918c..bd110bcf4680 100644 --- a/sysutils/vpnc-scripts/Makefile +++ b/sysutils/vpnc-scripts/Makefile @@ -3,7 +3,7 @@ PORTNAME= vpnc-scripts PORTVERSION= 20190611 -CATEGORIES= sysutils +CATEGORIES= sysutils net-vpn MASTER_SITES= ftp://ftp.infradead.org/pub/${PORTNAME}/ \ ZI |