svn commit: r374156 - in head/graphics: ampasACES-container ampasCTL

Mark Felder feld at FreeBSD.org
Sat Dec 6 21:19:39 UTC 2014


Author: feld
Date: Sat Dec  6 21:19:38 2014
New Revision: 374156
URL: https://svnweb.freebsd.org/changeset/ports/374156
QAT: https://qat.redports.org/buildarchive/r374156/

Log:
  ampas ports have custom license, not BSD
  Modernize ampasCTL, appease portlint

Modified:
  head/graphics/ampasACES-container/Makefile
  head/graphics/ampasCTL/Makefile

Modified: head/graphics/ampasACES-container/Makefile
==============================================================================
--- head/graphics/ampasACES-container/Makefile	Sat Dec  6 21:16:24 2014	(r374155)
+++ head/graphics/ampasACES-container/Makefile	Sat Dec  6 21:19:38 2014	(r374156)
@@ -8,7 +8,10 @@ CATEGORIES=	graphics devel
 MAINTAINER=	nemysis at FreeBSD.org
 COMMENT=	ACES Container Reference Implementation
 
-LICENSE=	BSD
+LICENSE=	AMPAS
+LICENSE_NAME=	AMPAS
+LICENSE_FILE=	${WRKSRC}/LICENSE
+LICENSE_PERMS=	dist-mirror pkg-mirror auto-accept
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	ampas

Modified: head/graphics/ampasCTL/Makefile
==============================================================================
--- head/graphics/ampasCTL/Makefile	Sat Dec  6 21:16:24 2014	(r374155)
+++ head/graphics/ampasCTL/Makefile	Sat Dec  6 21:19:38 2014	(r374156)
@@ -9,15 +9,18 @@ CATEGORIES=	graphics devel
 MAINTAINER=	nemysis at FreeBSD.org
 COMMENT=	Color Transformation Language interpreter
 
-LICENSE=	BSD
-
-CONFLICTS=	openexr_ctl-1.[0-4].*
+LICENSE=	AMPAS
+LICENSE_NAME=	AMPAS
+LICENSE_FILE=	${WRKSRC}/LICENSE
+LICENSE_PERMS=	dist-mirror pkg-mirror auto-accept
 
 LIB_DEPENDS=	libImath.so:${PORTSDIR}/graphics/ilmbase \
 		libIlmImf.so:${PORTSDIR}/graphics/OpenEXR \
 		libtiff.so:${PORTSDIR}/graphics/tiff \
 		libAcesContainer.so:${PORTSDIR}/graphics/ampasACES-container
 
+CONFLICTS=	openexr_ctl-1.[0-4].*
+
 USE_GITHUB=	yes
 GH_ACCOUNT=	ampas
 GH_PROJECT=	CTL


More information about the svn-ports-head mailing list