Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Aug 2019 03:26:09 +0000 (UTC)
From:      Koichiro Iwao <meta@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r508887 - in head: Mk Mk/Scripts net/mlvpn net/ocserv net/poptop net/pptpclient net/py-sshuttle net/wireguard net/wireguard-go security/fiked security/govpn security/ike-scan security/n...
Message-ID:  <201908140326.x7E3Q9t7047511@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: meta
Date: Wed Aug 14 03:26:09 2019
New Revision: 508887
URL: https://svnweb.freebsd.org/changeset/ports/508887

Log:
  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

Modified:
  head/Mk/Scripts/desktop-categories.sh
  head/Mk/bsd.port.mk
  head/net/mlvpn/Makefile
  head/net/ocserv/Makefile
  head/net/poptop/Makefile
  head/net/pptpclient/Makefile
  head/net/py-sshuttle/Makefile
  head/net/wireguard-go/Makefile
  head/net/wireguard/Makefile
  head/security/fiked/Makefile
  head/security/govpn/Makefile
  head/security/ike-scan/Makefile
  head/security/n2n/Makefile
  head/security/openconnect-gui/Makefile
  head/security/openconnect/Makefile
  head/security/openfortivpn/Makefile
  head/security/openvpn-admin/Makefile
  head/security/openvpn-auth-ldap/Makefile
  head/security/openvpn-auth-radius/Makefile
  head/security/openvpn-auth-script/Makefile
  head/security/openvpn-devel/Makefile
  head/security/openvpn/Makefile
  head/security/softether-devel/Makefile
  head/security/softether/Makefile
  head/security/softether5/Makefile
  head/security/strongswan/Makefile
  head/security/tinc-devel/Makefile
  head/security/tinc/Makefile
  head/security/vpnc/Makefile
  head/sysutils/vpnc-scripts/Makefile

Modified: head/Mk/Scripts/desktop-categories.sh
==============================================================================
--- head/Mk/Scripts/desktop-categories.sh	Wed Aug 14 03:18:15 2019	(r508886)
+++ head/Mk/Scripts/desktop-categories.sh	Wed Aug 14 03:26:09 2019	(r508887)
@@ -55,6 +55,7 @@ for native_category in ${dp_CATEGORIES}; do
 		net-im)		c="Network InstantMessaging"		;;
 		net-mgmt)	c="Network"				;;
 		net-p2p)	c="Network P2P"				;;
+		net-vpn)	c="Network VPN"				;;
 		news)		c="Network News"			;;
 		palm)		c="Office PDA"				;;
 		parallel)	c="ParallelComputing"			;;

Modified: head/Mk/bsd.port.mk
==============================================================================
--- head/Mk/bsd.port.mk	Wed Aug 14 03:18:15 2019	(r508886)
+++ head/Mk/bsd.port.mk	Wed Aug 14 03:26:09 2019	(r508887)
@@ -2533,7 +2533,7 @@ VALID_CATEGORIES+= accessibility afterstep arabic arch
 	deskutils devel docs dns editors elisp emulators enlightenment finance french ftp \
 	games geography german gnome gnustep graphics hamradio haskell hebrew hungarian \
 	ipv6 irc japanese java kde ${_KDE_CATEGORIES_SUPPORTED} kld korean lang linux lisp \
-	mail mate math mbone misc multimedia net net-im net-mgmt net-p2p news \
+	mail mate math mbone misc multimedia net net-im net-mgmt net-p2p net-vpn news \
 	palm parallel pear perl5 plan9 polish portuguese ports-mgmt \
 	print python ruby rubygems russian \
 	scheme science security shells spanish sysutils \

Modified: head/net/mlvpn/Makefile
==============================================================================
--- head/net/mlvpn/Makefile	Wed Aug 14 03:18:15 2019	(r508886)
+++ head/net/mlvpn/Makefile	Wed Aug 14 03:26:09 2019	(r508887)
@@ -3,7 +3,7 @@
 PORTNAME=	mlvpn
 PORTVERSION=	2.3.1
 PORTREVISION=	2
-CATEGORIES=	net
+CATEGORIES=	net net-vpn
 
 MAINTAINER=	olivier@FreeBSD.org
 COMMENT=	Multi-link VPN

Modified: head/net/ocserv/Makefile
==============================================================================
--- head/net/ocserv/Makefile	Wed Aug 14 03:18:15 2019	(r508886)
+++ head/net/ocserv/Makefile	Wed Aug 14 03:26:09 2019	(r508887)
@@ -4,7 +4,7 @@
 PORTNAME=	ocserv
 PORTVERSION=	0.12.4
 PORTREVISION=	1
-CATEGORIES=	net security
+CATEGORIES=	net net-vpn security
 MASTER_SITES=	ftp://ftp.infradead.org/pub/ocserv/
 
 MAINTAINER=	cpm@FreeBSD.org

Modified: head/net/poptop/Makefile
==============================================================================
--- head/net/poptop/Makefile	Wed Aug 14 03:18:15 2019	(r508886)
+++ head/net/poptop/Makefile	Wed Aug 14 03:26:09 2019	(r508887)
@@ -4,7 +4,7 @@
 PORTNAME=	poptop
 PORTVERSION=	1.4.0
 PORTREVISION=	1
-CATEGORIES=	net
+CATEGORIES=	net net-vpn
 MASTER_SITES=	SF/${PORTNAME}/pptpd/pptpd-${PORTVERSION} \
 		SAMBA/ppp:pppd
 DISTFILES=	pptpd-${PORTVERSION}${EXTRACT_SUFX} \

Modified: head/net/pptpclient/Makefile
==============================================================================
--- head/net/pptpclient/Makefile	Wed Aug 14 03:18:15 2019	(r508886)
+++ head/net/pptpclient/Makefile	Wed Aug 14 03:26:09 2019	(r508887)
@@ -3,7 +3,7 @@
 
 PORTNAME=	pptpclient
 DISTVERSION=	1.10.0
-CATEGORIES=	net
+CATEGORIES=	net net-vpn
 MASTER_SITES=	SF/${PORTNAME}/pptp/pptp-${PORTVERSION}
 DISTNAME=	pptp-${PORTVERSION}
 

Modified: head/net/py-sshuttle/Makefile
==============================================================================
--- head/net/py-sshuttle/Makefile	Wed Aug 14 03:18:15 2019	(r508886)
+++ head/net/py-sshuttle/Makefile	Wed Aug 14 03:26:09 2019	(r508887)
@@ -3,7 +3,7 @@
 
 PORTNAME=	sshuttle
 PORTVERSION=	0.78.5
-CATEGORIES=	net python
+CATEGORIES=	net python net-vpn
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 

Modified: head/net/wireguard-go/Makefile
==============================================================================
--- head/net/wireguard-go/Makefile	Wed Aug 14 03:18:15 2019	(r508886)
+++ head/net/wireguard-go/Makefile	Wed Aug 14 03:26:09 2019	(r508887)
@@ -2,7 +2,7 @@
 
 PORTNAME=	wireguard-go
 PORTVERSION=	0.0.20190805
-CATEGORIES=	net
+CATEGORIES=	net net-vpn
 MASTER_SITES=	https://git.zx2c4.com/wireguard-go/snapshot/
 DISTFILES=	${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}
 

Modified: head/net/wireguard/Makefile
==============================================================================
--- head/net/wireguard/Makefile	Wed Aug 14 03:18:15 2019	(r508886)
+++ head/net/wireguard/Makefile	Wed Aug 14 03:26:09 2019	(r508887)
@@ -2,7 +2,7 @@
 
 PORTNAME=	wireguard
 PORTVERSION=	0.0.20190702
-CATEGORIES=	net
+CATEGORIES=	net net-vpn
 MASTER_SITES=	https://git.zx2c4.com/WireGuard/snapshot/
 DISTNAME=	WireGuard-${PORTVERSION}
 

Modified: head/security/fiked/Makefile
==============================================================================
--- head/security/fiked/Makefile	Wed Aug 14 03:18:15 2019	(r508886)
+++ head/security/fiked/Makefile	Wed Aug 14 03:26:09 2019	(r508887)
@@ -4,7 +4,7 @@
 PORTNAME=	fiked
 PORTVERSION=	0.0.5
 PORTREVISION=	7
-CATEGORIES=	security
+CATEGORIES=	security net-vpn
 MASTER_SITES=	https://mirror.roe.ch/rel/fiked/
 
 MAINTAINER=	ports@FreeBSD.org

Modified: head/security/govpn/Makefile
==============================================================================
--- head/security/govpn/Makefile	Wed Aug 14 03:18:15 2019	(r508886)
+++ head/security/govpn/Makefile	Wed Aug 14 03:26:09 2019	(r508887)
@@ -4,7 +4,7 @@
 PORTNAME=	govpn
 DISTVERSION=	7.5
 PORTREVISION=	1
-CATEGORIES=	security
+CATEGORIES=	security net-vpn
 MASTER_SITES=	http://www.govpn.info/download/
 
 MAINTAINER=	stargrave@stargrave.org

Modified: head/security/ike-scan/Makefile
==============================================================================
--- head/security/ike-scan/Makefile	Wed Aug 14 03:18:15 2019	(r508886)
+++ head/security/ike-scan/Makefile	Wed Aug 14 03:26:09 2019	(r508887)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ike-scan
 PORTVERSION=	1.9
-CATEGORIES=	security
+CATEGORIES=	security net-vpn
 MASTER_SITES=	http://www.nta-monitor.com/tools/ike-scan/download/
 
 MAINTAINER=	ports@FreeBSD.org

Modified: head/security/n2n/Makefile
==============================================================================
--- head/security/n2n/Makefile	Wed Aug 14 03:18:15 2019	(r508886)
+++ head/security/n2n/Makefile	Wed Aug 14 03:26:09 2019	(r508887)
@@ -3,7 +3,7 @@
 
 PORTNAME=	n2n
 PORTVERSION=	2.4
-CATEGORIES=	security net
+CATEGORIES=	security net net-vpn
 
 MAINTAINER=	farrokhi@FreeBSD.org
 COMMENT=	Layer Two Peer-to-peer VPN

Modified: head/security/openconnect-gui/Makefile
==============================================================================
--- head/security/openconnect-gui/Makefile	Wed Aug 14 03:18:15 2019	(r508886)
+++ head/security/openconnect-gui/Makefile	Wed Aug 14 03:26:09 2019	(r508887)
@@ -5,7 +5,7 @@ PORTNAME=	openconnect-gui
 PORTVERSION=	1.4.1
 DISTVERSIONPREFIX=v
 PORTREVISION=	3
-CATEGORIES=	security
+CATEGORIES=	security net-vpn
 
 MAINTAINER=	pkubaj@anongoth.pl
 COMMENT=	Graphical OpenConnect client

Modified: head/security/openconnect/Makefile
==============================================================================
--- head/security/openconnect/Makefile	Wed Aug 14 03:18:15 2019	(r508886)
+++ head/security/openconnect/Makefile	Wed Aug 14 03:26:09 2019	(r508887)
@@ -3,7 +3,7 @@
 
 PORTNAME=	openconnect
 PORTVERSION=	8.03
-CATEGORIES=	security
+CATEGORIES=	security net-vpn
 MASTER_SITES=	ftp://ftp.infradead.org/pub/openconnect/ \
 		ZI
 

Modified: head/security/openfortivpn/Makefile
==============================================================================
--- head/security/openfortivpn/Makefile	Wed Aug 14 03:18:15 2019	(r508886)
+++ head/security/openfortivpn/Makefile	Wed Aug 14 03:26:09 2019	(r508887)
@@ -3,7 +3,7 @@
 PORTNAME=	openfortivpn
 PORTVERSION=	1.10.0
 DISTVERSIONPREFIX=v
-CATEGORIES=	security
+CATEGORIES=	security net-vpn
 
 MAINTAINER=	lifanov@FreeBSD.org
 COMMENT=	Client for PPP+SSL VPN tunnel services

Modified: head/security/openvpn-admin/Makefile
==============================================================================
--- head/security/openvpn-admin/Makefile	Wed Aug 14 03:18:15 2019	(r508886)
+++ head/security/openvpn-admin/Makefile	Wed Aug 14 03:26:09 2019	(r508887)
@@ -5,7 +5,7 @@ PORTNAME=	openvpn-admin
 PORTVERSION=	1.9.4
 DISTVERSIONSUFFIX=	-2
 PORTREVISION=	6
-CATEGORIES=	security gnome
+CATEGORIES=	security gnome net-vpn
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/release-${PORTVERSION}
 
 MAINTAINER=	egypcio@FreeBSD.org

Modified: head/security/openvpn-auth-ldap/Makefile
==============================================================================
--- head/security/openvpn-auth-ldap/Makefile	Wed Aug 14 03:18:15 2019	(r508886)
+++ head/security/openvpn-auth-ldap/Makefile	Wed Aug 14 03:26:09 2019	(r508887)
@@ -4,7 +4,7 @@
 PORTNAME=	openvpn-auth-ldap
 PORTVERSION=	2.0.4.0.s1379
 PORTREVISION=	3
-CATEGORIES=	security
+CATEGORIES=	security net-vpn
 MASTER_SITES=	LOCAL/mandree # figure out proper GitHub commit and use that.
 # https://github.com/threerings/openvpn-auth-ldap/
 DISTNAME=	auth-ldap-${PORTVERSION}

Modified: head/security/openvpn-auth-radius/Makefile
==============================================================================
--- head/security/openvpn-auth-radius/Makefile	Wed Aug 14 03:18:15 2019	(r508886)
+++ head/security/openvpn-auth-radius/Makefile	Wed Aug 14 03:26:09 2019	(r508887)
@@ -4,7 +4,7 @@
 PORTNAME=	openvpn-auth-radius
 PORTVERSION=	2.1
 PORTREVISION=	4
-CATEGORIES=	security
+CATEGORIES=	security net-vpn
 MASTER_SITES=	http://www.nongnu.org/radiusplugin/ \
 		http://svn-cache.ipcopaddons.org/
 DISTNAME=	radiusplugin_v${PORTVERSION}

Modified: head/security/openvpn-auth-script/Makefile
==============================================================================
--- head/security/openvpn-auth-script/Makefile	Wed Aug 14 03:18:15 2019	(r508886)
+++ head/security/openvpn-auth-script/Makefile	Wed Aug 14 03:26:09 2019	(r508887)
@@ -2,7 +2,7 @@
 
 PORTNAME=	openvpn-auth-script
 DISTVERSION=	1.0.0.3
-CATEGORIES=	security net
+CATEGORIES=	security net net-vpn
 
 MAINTAINER=	pdemon@gmail.com
 COMMENT=	Generic script-based deferred auth plugin for OpenVPN

Modified: head/security/openvpn-devel/Makefile
==============================================================================
--- head/security/openvpn-devel/Makefile	Wed Aug 14 03:18:15 2019	(r508886)
+++ head/security/openvpn-devel/Makefile	Wed Aug 14 03:26:09 2019	(r508887)
@@ -3,7 +3,7 @@
 
 PORTNAME=		openvpn
 DISTVERSION=		201907
-CATEGORIES=		security net
+CATEGORIES=		security net net-vpn
 MASTER_SITES=		https://secure-computing.net/files/openvpn/ \
 			ftp://ftp2.secure-computing.net/pub/FreeBSD/openvpn-devel/
 PKGNAMESUFFIX=		-devel

Modified: head/security/openvpn/Makefile
==============================================================================
--- head/security/openvpn/Makefile	Wed Aug 14 03:18:15 2019	(r508886)
+++ head/security/openvpn/Makefile	Wed Aug 14 03:26:09 2019	(r508887)
@@ -4,7 +4,7 @@
 PORTNAME=		openvpn
 DISTVERSION=		2.4.7
 PORTREVISION?=		0
-CATEGORIES=		security net
+CATEGORIES=		security net net-vpn
 MASTER_SITES=		https://swupdate.openvpn.org/community/releases/ \
 			https://build.openvpn.net/downloads/releases/
 

Modified: head/security/softether-devel/Makefile
==============================================================================
--- head/security/softether-devel/Makefile	Wed Aug 14 03:18:15 2019	(r508886)
+++ head/security/softether-devel/Makefile	Wed Aug 14 03:26:09 2019	(r508887)
@@ -3,7 +3,7 @@
 PORTNAME=	softether
 DISTVERSION=	4.30-9700-beta
 #PORTREVISION=	0
-CATEGORIES=	security
+CATEGORIES=	security net-vpn
 MASTER_SITES=	https://www.softether-download.com/files/softether/v${DISTVERSION}-2019.07.13-tree/Source_Code/
 PKGNAMESUFFIX=	-devel
 DISTNAME=	${PORTNAME}-src-v${DISTVERSION}

Modified: head/security/softether/Makefile
==============================================================================
--- head/security/softether/Makefile	Wed Aug 14 03:18:15 2019	(r508886)
+++ head/security/softether/Makefile	Wed Aug 14 03:26:09 2019	(r508887)
@@ -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
 

Modified: head/security/softether5/Makefile
==============================================================================
--- head/security/softether5/Makefile	Wed Aug 14 03:18:15 2019	(r508886)
+++ head/security/softether5/Makefile	Wed Aug 14 03:26:09 2019	(r508887)
@@ -3,7 +3,7 @@
 PORTNAME=	softether
 DISTVERSION=	5.01.9671
 #PORTREVISION=	0
-CATEGORIES=	security
+CATEGORIES=	security net-vpn
 PKGNAMESUFFIX=	5
 
 MAINTAINER=	meta@FreeBSD.org

Modified: head/security/strongswan/Makefile
==============================================================================
--- head/security/strongswan/Makefile	Wed Aug 14 03:18:15 2019	(r508886)
+++ head/security/strongswan/Makefile	Wed Aug 14 03:26:09 2019	(r508887)
@@ -3,7 +3,7 @@
 
 PORTNAME=	strongswan
 PORTVERSION=	5.8.0
-CATEGORIES=	security
+CATEGORIES=	security net-vpn
 MASTER_SITES=	http://download.strongswan.org/ \
 		http://download2.strongswan.org/
 

Modified: head/security/tinc-devel/Makefile
==============================================================================
--- head/security/tinc-devel/Makefile	Wed Aug 14 03:18:15 2019	(r508886)
+++ head/security/tinc-devel/Makefile	Wed Aug 14 03:26:09 2019	(r508887)
@@ -3,7 +3,7 @@
 PORTNAME=	tinc
 PORTVERSION=	1.1pre17
 PORTREVISION=	3
-CATEGORIES=	security
+CATEGORIES=	security net-vpn
 MASTER_SITES=	https://www.tinc-vpn.org/packages/ \
 		http://www.tinc-vpn.org/packages/
 PKGNAMESUFFIX=	-devel

Modified: head/security/tinc/Makefile
==============================================================================
--- head/security/tinc/Makefile	Wed Aug 14 03:18:15 2019	(r508886)
+++ head/security/tinc/Makefile	Wed Aug 14 03:26:09 2019	(r508887)
@@ -4,7 +4,7 @@
 PORTNAME=	tinc
 PORTVERSION=	1.0.35
 PORTREVISION=	1
-CATEGORIES=	security
+CATEGORIES=	security net-vpn
 MASTER_SITES=	https://www.tinc-vpn.org/packages/ \
 		http://www.tinc-vpn.org/packages/
 

Modified: head/security/vpnc/Makefile
==============================================================================
--- head/security/vpnc/Makefile	Wed Aug 14 03:18:15 2019	(r508886)
+++ head/security/vpnc/Makefile	Wed Aug 14 03:26:09 2019	(r508887)
@@ -4,7 +4,7 @@
 PORTNAME=	vpnc
 PORTVERSION=	0.5.3
 PORTREVISION=	13
-CATEGORIES=	security
+CATEGORIES=	security net-vpn
 MASTER_SITES=	http://www.unix-ag.uni-kl.de/~massar/vpnc/ \
 		LOCAL/ehaupt
 

Modified: head/sysutils/vpnc-scripts/Makefile
==============================================================================
--- head/sysutils/vpnc-scripts/Makefile	Wed Aug 14 03:18:15 2019	(r508886)
+++ head/sysutils/vpnc-scripts/Makefile	Wed Aug 14 03:26:09 2019	(r508887)
@@ -3,7 +3,7 @@
 
 PORTNAME=	vpnc-scripts
 PORTVERSION=	20190611
-CATEGORIES=	sysutils
+CATEGORIES=	sysutils net-vpn
 MASTER_SITES=	ftp://ftp.infradead.org/pub/${PORTNAME}/ \
 		ZI
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908140326.x7E3Q9t7047511>