svn commit: r356791 - head/lang/ocaml

Baptiste Daroussin bapt at FreeBSD.org
Fri Jun 6 14:37:26 UTC 2014


Author: bapt
Date: Fri Jun  6 14:37:25 2014
New Revision: 356791
URL: http://svnweb.freebsd.org/changeset/ports/356791
QAT: https://qat.redports.org/buildarchive/r356791/

Log:
  Fix license perms to allow package distribution
  
  Reported by:	theraven

Modified:
  head/lang/ocaml/Makefile

Modified: head/lang/ocaml/Makefile
==============================================================================
--- head/lang/ocaml/Makefile	Fri Jun  6 14:31:28 2014	(r356790)
+++ head/lang/ocaml/Makefile	Fri Jun  6 14:37:25 2014	(r356791)
@@ -20,7 +20,7 @@ LICENSE=		QPL10 LGPL20
 LICENSE_COMB=		multi
 LICENSE_NAME_QPL10=	Q Public License, Version 1.0
 LICENSE_FILE_QPL10=	${WRKSRC}/LICENSE
-LICENSE_PERMS_QPL10=	auto-accept
+LICENSE_PERMS_QPL10=	auto-accept dist-mirror dist-sell pkg-mirror pkg-sell
 
 USES=		gmake tar:bzip2
 REINPLACE_ARGS=	-i ""


More information about the svn-ports-head mailing list