Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Jun 2014 14:37:26 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r356791 - head/lang/ocaml
Message-ID:  <201406061437.s56EbQNl067883@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 ""



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