svn commit: r450931 - head/devel/rapidjson

Antoine Brodin antoine at FreeBSD.org
Fri Sep 29 19:23:14 UTC 2017


Author: antoine
Date: Fri Sep 29 19:23:13 2017
New Revision: 450931
URL: https://svnweb.freebsd.org/changeset/ports/450931

Log:
  Canonicalize LICENSE_PERMS
  
  With hat:	portmgr

Modified:
  head/devel/rapidjson/Makefile

Modified: head/devel/rapidjson/Makefile
==============================================================================
--- head/devel/rapidjson/Makefile	Fri Sep 29 19:17:27 2017	(r450930)
+++ head/devel/rapidjson/Makefile	Fri Sep 29 19:23:13 2017	(r450931)
@@ -13,7 +13,7 @@ COMMENT=	Fast JSON parser/generator for C++ with both 
 LICENSE=	unknown
 LICENSE_NAME=	RapidJSON
 LICENSE_FILE=	${WRKSRC}/license.txt
-LICENSE_PERMS=	${_LICENSE_PERMS_DEFAULT}
+LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 
 BROKEN_aarch64=		does not build: c++: error: the clang compiler does not support -march=native
 BROKEN_armv6=		does not build: c++: error: the clang compiler does not support -march=native


More information about the svn-ports-head mailing list