From owner-svn-ports-head@freebsd.org Thu Sep 19 05:17:40 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2228DF6123; Thu, 19 Sep 2019 05:17:40 +0000 (UTC) (envelope-from meta@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46YlTw072wz4FXt; Thu, 19 Sep 2019 05:17:40 +0000 (UTC) (envelope-from meta@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DCD488746; Thu, 19 Sep 2019 05:17:39 +0000 (UTC) (envelope-from meta@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x8J5HdiK078915; Thu, 19 Sep 2019 05:17:39 GMT (envelope-from meta@FreeBSD.org) Received: (from meta@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x8J5HdF7078914; Thu, 19 Sep 2019 05:17:39 GMT (envelope-from meta@FreeBSD.org) Message-Id: <201909190517.x8J5HdF7078914@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: meta set sender to meta@FreeBSD.org using -f From: Koichiro Iwao Date: Thu, 19 Sep 2019 05:17:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r512307 - head/security/softether X-SVN-Group: ports-head X-SVN-Commit-Author: meta X-SVN-Commit-Paths: head/security/softether X-SVN-Commit-Revision: 512307 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Sep 2019 05:17:40 -0000 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