net/softethervpn: rename to security/softether-devel
PR: 217732 Submitted by: pi Approved by: hrs (maintainer timeout)
This commit is contained in:
parent
fead0aae6e
commit
53ef28a782
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=439785
11 changed files with 5 additions and 3 deletions
|
@ -1290,7 +1290,6 @@
|
|||
SUBDIR += socketpipe
|
||||
SUBDIR += socketw
|
||||
SUBDIR += sofia-sip
|
||||
SUBDIR += softethervpn
|
||||
SUBDIR += spideroak
|
||||
SUBDIR += splatd
|
||||
SUBDIR += spoofer
|
||||
|
|
|
@ -1122,6 +1122,7 @@
|
|||
SUBDIR += snortsam
|
||||
SUBDIR += snortsnarf
|
||||
SUBDIR += softether
|
||||
SUBDIR += softether-devel
|
||||
SUBDIR += softhsm
|
||||
SUBDIR += softhsm2
|
||||
SUBDIR += spass
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= softethervpn
|
||||
PORTNAME= softether-devel
|
||||
PORTVERSION= 4.21.9613
|
||||
CATEGORIES= net
|
||||
CATEGORIES= security
|
||||
|
||||
MAINTAINER= hrs@FreeBSD.org
|
||||
COMMENT= Cross-platform Multi-protocol VPN Software
|
||||
|
@ -10,6 +10,8 @@ COMMENT= Cross-platform Multi-protocol VPN Software
|
|||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
CONFLICTS_INSTALL= softether
|
||||
|
||||
USES= dos2unix gmake iconv localbase readline ssl
|
||||
DOS2UNIX_FILES= src/Mayaqua/Network.c
|
||||
USE_GITHUB= yes
|
Loading…
Reference in a new issue