From owner-svn-ports-head@FreeBSD.ORG Sat Aug 23 09:25:31 2014 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 ESMTPS id 2A6399E8; Sat, 23 Aug 2014 09:25:31 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 166F2319C; Sat, 23 Aug 2014 09:25:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s7N9PUEp001296; Sat, 23 Aug 2014 09:25:30 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s7N9PUWU001294; Sat, 23 Aug 2014 09:25:30 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201408230925.s7N9PUWU001294@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sat, 23 Aug 2014 09:25:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r365718 - head/devel/ocfpcsc 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.18-1 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: Sat, 23 Aug 2014 09:25:31 -0000 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