svn commit: r365718 - head/devel/ocfpcsc

John Marino marino at FreeBSD.org
Sat Aug 23 09:25:31 UTC 2014


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
 


More information about the svn-ports-all mailing list