From owner-svn-ports-head@FreeBSD.ORG Sat Dec 6 21:37:13 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CB9F5EE0; Sat, 6 Dec 2014 21:37:13 +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 9DA953CF; Sat, 6 Dec 2014 21:37:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sB6LbDb2050586; Sat, 6 Dec 2014 21:37:13 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sB6LbCWu050583; Sat, 6 Dec 2014 21:37:12 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201412062137.sB6LbCWu050583@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Sat, 6 Dec 2014 21:37:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r374157 - in head: graphics/ampasACES-container graphics/ampasCTL mail/hashcash 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, 06 Dec 2014 21:37:13 -0000 Author: feld Date: Sat Dec 6 21:37:12 2014 New Revision: 374157 URL: https://svnweb.freebsd.org/changeset/ports/374157 QAT: https://qat.redports.org/buildarchive/r374157/ Log: LICENSE_PERMS did not include all permissions for the custom license Submitted by: antoine Modified: head/graphics/ampasACES-container/Makefile head/graphics/ampasCTL/Makefile head/mail/hashcash/Makefile Modified: head/graphics/ampasACES-container/Makefile ============================================================================== --- head/graphics/ampasACES-container/Makefile Sat Dec 6 21:19:38 2014 (r374156) +++ head/graphics/ampasACES-container/Makefile Sat Dec 6 21:37:12 2014 (r374157) @@ -11,7 +11,7 @@ COMMENT= ACES Container Reference Implem LICENSE= AMPAS LICENSE_NAME= AMPAS LICENSE_FILE= ${WRKSRC}/LICENSE -LICENSE_PERMS= dist-mirror pkg-mirror auto-accept +LICENSE_PERMS= auto-accept dist-mirror dist-sell pkg-mirror pkg-sell USE_GITHUB= yes GH_ACCOUNT= ampas Modified: head/graphics/ampasCTL/Makefile ============================================================================== --- head/graphics/ampasCTL/Makefile Sat Dec 6 21:19:38 2014 (r374156) +++ head/graphics/ampasCTL/Makefile Sat Dec 6 21:37:12 2014 (r374157) @@ -12,7 +12,7 @@ COMMENT= Color Transformation Language i LICENSE= AMPAS LICENSE_NAME= AMPAS LICENSE_FILE= ${WRKSRC}/LICENSE -LICENSE_PERMS= dist-mirror pkg-mirror auto-accept +LICENSE_PERMS= auto-accept dist-mirror dist-sell pkg-mirror pkg-sell LIB_DEPENDS= libImath.so:${PORTSDIR}/graphics/ilmbase \ libIlmImf.so:${PORTSDIR}/graphics/OpenEXR \ Modified: head/mail/hashcash/Makefile ============================================================================== --- head/mail/hashcash/Makefile Sat Dec 6 21:19:38 2014 (r374156) +++ head/mail/hashcash/Makefile Sat Dec 6 21:37:12 2014 (r374157) @@ -12,7 +12,7 @@ COMMENT= Anti-spam / denial of service c LICENSE= CPL LICENSE_NAME= CPL LICENSE_TEXT= http://www.cypherspace.org/CPL/ -LICENSE_PERMS= dist-mirror pkg-mirror auto-accept +LICENSE_PERMS= auto-accept dist-mirror dist-sell pkg-mirror pkg-sell USES= tar:tgz