svn commit: r512307 - head/security/softether
Koichiro Iwao
meta at FreeBSD.org
Thu Sep 19 05:17:40 UTC 2019
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 at 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
More information about the svn-ports-head
mailing list