Date: Sun, 30 Apr 2017 04:01:09 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439785 - in head: net net/softethervpn security security/softether-devel Message-ID: <201704300401.v3U419VC042298@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pi Date: Sun Apr 30 04:01:09 2017 New Revision: 439785 URL: https://svnweb.freebsd.org/changeset/ports/439785 Log: net/softethervpn: rename to security/softether-devel PR: 217732 Submitted by: pi Approved by: hrs (maintainer timeout) Added: head/security/softether-devel/ - copied from r439784, head/net/softethervpn/ Deleted: head/net/softethervpn/ Modified: head/net/Makefile head/security/Makefile head/security/softether-devel/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Sun Apr 30 03:22:11 2017 (r439784) +++ head/net/Makefile Sun Apr 30 04:01:09 2017 (r439785) @@ -1290,7 +1290,6 @@ SUBDIR += socketpipe SUBDIR += socketw SUBDIR += sofia-sip - SUBDIR += softethervpn SUBDIR += spideroak SUBDIR += splatd SUBDIR += spoofer Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Sun Apr 30 03:22:11 2017 (r439784) +++ head/security/Makefile Sun Apr 30 04:01:09 2017 (r439785) @@ -1122,6 +1122,7 @@ SUBDIR += snortsam SUBDIR += snortsnarf SUBDIR += softether + SUBDIR += softether-devel SUBDIR += softhsm SUBDIR += softhsm2 SUBDIR += spass Modified: head/security/softether-devel/Makefile ============================================================================== --- head/net/softethervpn/Makefile Sun Apr 30 03:22:11 2017 (r439784) +++ head/security/softether-devel/Makefile Sun Apr 30 04:01:09 2017 (r439785) @@ -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 V 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704300401.v3U419VC042298>