Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Sep 2019 05:17:39 +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: r512307 - head/security/softether
Message-ID:  <201909190517.x8J5HdF7078914@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: meta
Date: Thu Sep 19 05:17:39 2019
New Revision: 512307
URL: https://svnweb.freebsd.org/changeset/ports/512307

Log:
  security/softether: Change LICENSE to Apache License 2.0
  
  forgotten at r494160. Also re-add MAKE_JOBS_UNSAFE=yes removed at
  r483774 because it turned out not to be able to build pararelly.
  
  http://beefy18.nyi.freebsd.org/data/head-amd64-default/p512305_s352495/logs/softether-4.29.9680_3.log
  
  Reported by:	pkg-fallout

Modified:
  head/security/softether/Makefile

Modified: head/security/softether/Makefile
==============================================================================
--- head/security/softether/Makefile	Thu Sep 19 05:16:52 2019	(r512306)
+++ head/security/softether/Makefile	Thu Sep 19 05:17:39 2019	(r512307)
@@ -2,7 +2,7 @@
 
 PORTNAME=	softether
 DISTVERSION=	4.29-9680
-PORTREVISION=	3
+PORTREVISION=	4
 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
@@ -10,7 +10,7 @@ DISTNAME=	${PORTNAME}-src-v${DISTVERSION}-rtm
 MAINTAINER=	meta@FreeBSD.org
 COMMENT=	SoftEther VPN 4 (RTM version)
 
-LICENSE=	GPLv2
+LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 ONLY_FOR_ARCHS=	amd64 i386
@@ -35,6 +35,7 @@ OPTIONS_DEFINE=	DOCS UNLOCK
 UNLOCK_DESC=	Unlock regional lockout (JP and CN)
 UNLOCK_EXTRA_PATCHES=	${FILESDIR}/extra-patch-unrestrict-enterprise-functions
 
+MAKE_JOBS_UNSAFE=	yes
 CONFLICTS_INSTALL=	softether-devel-4.* softether5
 PORTDOCS=	AUTHORS.TXT ChangeLog LICENSE README THIRD_PARTY.TXT WARNING.TXT
 



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