Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Dec 2014 21:19:38 +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: r374156 - in head/graphics: ampasACES-container ampasCTL
Message-ID:  <201412062119.sB6LJcsw040916@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412062119.sB6LJcsw040916>