svn commit: r374157 - in head: graphics/ampasACES-container graphics/ampasCTL mail/hashcash
Mark Felder
feld at FreeBSD.org
Sat Dec 6 21:37:13 UTC 2014
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
More information about the svn-ports-all
mailing list