Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Jul 2013 06:44:10 +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: r323427 - in head/x11-fonts: gentium-basic gentium-plus liberation-fonts-ttf
Message-ID:  <201307220644.r6M6iAQ5053149@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon Jul 22 06:44:10 2013
New Revision: 323427
URL: http://svnweb.freebsd.org/changeset/ports/323427

Log:
  Fix usage of the license framework, so that packaging can happen and the ports not be considered as restricted
  
  Reported by:	pkg-fallout

Modified:
  head/x11-fonts/gentium-basic/Makefile
  head/x11-fonts/gentium-plus/Makefile
  head/x11-fonts/liberation-fonts-ttf/Makefile

Modified: head/x11-fonts/gentium-basic/Makefile
==============================================================================
--- head/x11-fonts/gentium-basic/Makefile	Mon Jul 22 00:41:45 2013	(r323426)
+++ head/x11-fonts/gentium-basic/Makefile	Mon Jul 22 06:44:10 2013	(r323427)
@@ -13,7 +13,7 @@ COMMENT=	Gentium Basic and Gentium Book 
 LICENSE=	OFL
 LICENSE_NAME=	SIL Open Font License (OFL)
 LICENSE_FILE=	${WRKSRC}/OFL.txt
-LICENSE_PERMS=	auto-accept
+LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 
 USE_TGZ=	yes
 XORG_CAT=	font

Modified: head/x11-fonts/gentium-plus/Makefile
==============================================================================
--- head/x11-fonts/gentium-plus/Makefile	Mon Jul 22 00:41:45 2013	(r323426)
+++ head/x11-fonts/gentium-plus/Makefile	Mon Jul 22 06:44:10 2013	(r323427)
@@ -12,7 +12,7 @@ COMMENT=	Gentium Plus TrueType font coll
 LICENSE=	OFL
 LICENSE_NAME=	SIL Open Font License (OFL)
 LICENSE_FILE=	${WRKSRC}/OFL.txt
-LICENSE_PERMS=	auto-accept
+LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 
 USE_ZIP=	yes
 XORG_CAT=	font

Modified: head/x11-fonts/liberation-fonts-ttf/Makefile
==============================================================================
--- head/x11-fonts/liberation-fonts-ttf/Makefile	Mon Jul 22 00:41:45 2013	(r323426)
+++ head/x11-fonts/liberation-fonts-ttf/Makefile	Mon Jul 22 06:44:10 2013	(r323427)
@@ -15,7 +15,7 @@ COMMENT=	Liberation fonts from Red Hat t
 LICENSE=	OFL
 LICENSE_NAME=	SIL Open Font License (OFL)
 LICENSE_FILE=	${WRKSRC}/LICENSE
-LICENSE_PERMS=	auto-accept
+LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 
 BUILD_DEPENDS=	mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale	\
 		mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir



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