From owner-svn-ports-head@FreeBSD.ORG Mon Sep 23 21:36:31 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 30EF04D1; Mon, 23 Sep 2013 21:36:31 +0000 (UTC) (envelope-from gavin@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1E67E2BA5; Mon, 23 Sep 2013 21:36:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8NLaUTS084175; Mon, 23 Sep 2013 21:36:30 GMT (envelope-from gavin@svn.freebsd.org) Received: (from gavin@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8NLaUu9084173; Mon, 23 Sep 2013 21:36:30 GMT (envelope-from gavin@svn.freebsd.org) Message-Id: <201309232136.r8NLaUu9084173@svn.freebsd.org> From: Gavin Atkinson Date: Mon, 23 Sep 2013 21:36:30 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Sep 2013 21:36:31 -0000 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