Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Aug 2014 09:25:30 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r365718 - head/devel/ocfpcsc
Message-ID:  <201408230925.s7N9PUWU001294@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Sat Aug 23 09:25:30 2014
New Revision: 365718
URL: http://svnweb.freebsd.org/changeset/ports/365718
QAT: https://qat.redports.org/buildarchive/r365718/

Log:
  devel/ocfpcsc: Expand license permissions
  
  The license added to the PR was unnecessarily restrictive and caused
  the builders to no longer package the binaries.  I looked at the IBM
  licence provided in files and did not see any restriction on packaging
  object files.  I alerted the maintainer about this twice, and wg@ told
  me to Just Fix It.
  
  PR:		191419
  Approved by:	maintainer timeout (Just Fix It)

Modified:
  head/devel/ocfpcsc/Makefile

Modified: head/devel/ocfpcsc/Makefile
==============================================================================
--- head/devel/ocfpcsc/Makefile	Sat Aug 23 08:58:23 2014	(r365717)
+++ head/devel/ocfpcsc/Makefile	Sat Aug 23 09:25:30 2014	(r365718)
@@ -14,7 +14,7 @@ COMMENT=	Open Card Framework to PC/SC br
 LICENSE=	IBMOCF
 LICENSE_NAME=	IBM OpenCard Framework
 LICENSE_FILE=	${FILESDIR}/IBMOCF
-LICENSE_PERMS=	dist-sell pkg-sell
+LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 
 LIB_DEPENDS=	libpcsclite.so:${PORTSDIR}/devel/pcsc-lite
 



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