svn commit: r323427 - in head/x11-fonts: gentium-basic gentium-plus liberation-fonts-ttf
Baptiste Daroussin
bapt at FreeBSD.org
Mon Jul 22 06:44:11 UTC 2013
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
More information about the svn-ports-head
mailing list