svn commit: r328060 - in head/sysutils: exfat-utils fusefs-exfat

Gavin Atkinson gavin at FreeBSD.org
Mon Sep 23 21:36:31 UTC 2013


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 at 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 at 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
 


More information about the svn-ports-all mailing list