svn commit: r451493 - head/math/miracl
Antoine Brodin
antoine at FreeBSD.org
Sun Oct 8 06:39:43 UTC 2017
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
More information about the svn-ports-head
mailing list