Date: Sat, 6 Dec 2014 21:37:12 +0000 (UTC) From: Mark Felder <feld@FreeBSD.org> 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 Message-ID: <201412062137.sB6LbCWu050583@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412062137.sB6LbCWu050583>