Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Sep 2013 21:36:30 +0000 (UTC)
From:      Gavin Atkinson <gavin@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r328060 - in head/sysutils: exfat-utils fusefs-exfat
Message-ID:  <201309232136.r8NLaUu9084173@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gavin (src,doc committer)
Date: Mon Sep 23 21:36:30 2013
New Revision: 328060
URL: http://svnweb.freebsd.org/changeset/ports/328060

Log:
  We should not distribute exFAT related packages due to licensing issues.
  
  Reviewed by:	tabthorpe
  Approved by:	portmgr (bapt), core

Modified:
  head/sysutils/exfat-utils/Makefile
  head/sysutils/fusefs-exfat/Makefile

Modified: head/sysutils/exfat-utils/Makefile
==============================================================================
--- head/sysutils/exfat-utils/Makefile	Mon Sep 23 21:36:09 2013	(r328059)
+++ head/sysutils/exfat-utils/Makefile	Mon Sep 23 21:36:30 2013	(r328060)
@@ -9,7 +9,11 @@ MASTER_SITES=	GOOGLE_CODE
 MAINTAINER=	samm@os2.kiev.ua
 COMMENT=	Utilities to create, check, label and dump exFAT filesystem
 
-LICENSE=	GPLv2
+LICENSE=	Microsoft-exFAT
+LICENSE_NAME=	Microsoft exFAT License
+LICENSE_TEXT=	Requires license from Microsoft, please see \
+		http://www.microsoft.com/en-us/legal/intellectualproperty/IPLicensing/Programs/exFATFileSystem.aspx
+LICENSE_PERMS=	no-dist-mirror no-dist-sell no-pkg-mirror no-pkg-sell
 
 LIB_DEPENDS=	ublio:${PORTSDIR}/devel/libublio
 

Modified: head/sysutils/fusefs-exfat/Makefile
==============================================================================
--- head/sysutils/fusefs-exfat/Makefile	Mon Sep 23 21:36:09 2013	(r328059)
+++ head/sysutils/fusefs-exfat/Makefile	Mon Sep 23 21:36:30 2013	(r328060)
@@ -11,7 +11,11 @@ DISTNAME=	fuse-${PORTNAME}-${PORTVERSION
 MAINTAINER=	samm@os2.kiev.ua
 COMMENT=	Full-featured exFAT FS implementation as a FUSE module
 
-LICENSE=	GPLv2
+LICENSE=	Microsoft-exFAT
+LICENSE_NAME=	Microsoft exFAT License
+LICENSE_TEXT=	Requires license from Microsoft, please see \
+		http://www.microsoft.com/en-us/legal/intellectualproperty/IPLicensing/Programs/exFATFileSystem.aspx
+LICENSE_PERMS=	no-dist-mirror no-dist-sell no-pkg-mirror no-pkg-sell
 
 LIB_DEPENDS=	ublio:${PORTSDIR}/devel/libublio
 



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