Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Oct 2017 06:39:41 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r451493 - head/math/miracl
Message-ID:  <201710080639.v986dfKm017327@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Oct  8 06:39:40 2017
New Revision: 451493
URL: https://svnweb.freebsd.org/changeset/ports/451493

Log:
  Defining both LICENSE_FILE_COMMERCIAL and LICENSE_TEXT_COMMERCIAL is not
  allowed
  
  Reported by:	pkg-fallout

Modified:
  head/math/miracl/Makefile

Modified: head/math/miracl/Makefile
==============================================================================
--- head/math/miracl/Makefile	Sun Oct  8 06:22:53 2017	(r451492)
+++ head/math/miracl/Makefile	Sun Oct  8 06:39:40 2017	(r451493)
@@ -14,12 +14,12 @@ COMMENT=	Multiprecision Integer and Rational Arithmeti
 
 LICENSE=	AGPLv3 COMMERCIAL
 LICENSE_COMB=	dual
-LICENSE_NAME_COMMERCIAL=	Commericial use license to not be bound by AGPLv3
+LICENSE_NAME_COMMERCIAL=	Commercial use license to not be bound by AGPLv3
 LICENSE_TEXT_COMMERCIAL=	License available from CertiVox for commercial use and
 LICENSE_TEXT_COMMERCIAL+=	to not be bound by the terms of the AGPLv3. Visit
 LICENSE_TEXT_COMMERCIAL+=	http://certivox.com/index.php/solutions/miracl-crypto-sdk/
 LICENSE_TEXT_COMMERCIAL+=	for more details.
-LICENSE_FILE=			${FILESDIR}/LICENSE
+#LICENSE_FILE=			${FILESDIR}/LICENSE
 LICENSE_PERMS_COMMERCIAL=	dist-mirror dist-sell pkg-mirror pkg-sell no-auto-accept
 
 ONLY_FOR_ARCHS=	i386 amd64



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