Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Dec 2019 12:53:02 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r521300 - head/graphics/jasper
Message-ID:  <201912291253.xBTCr2OL003049@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Dec 29 12:53:01 2019
New Revision: 521300
URL: https://svnweb.freebsd.org/changeset/ports/521300

Log:
  Fix LICENSE for 2.0.16 update

Modified:
  head/graphics/jasper/Makefile

Modified: head/graphics/jasper/Makefile
==============================================================================
--- head/graphics/jasper/Makefile	Sun Dec 29 12:52:56 2019	(r521299)
+++ head/graphics/jasper/Makefile	Sun Dec 29 12:53:01 2019	(r521300)
@@ -10,7 +10,10 @@ CATEGORIES=	graphics
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Implementation of the codec specified in the JPEG-2000 standard
 
-LICENSE=	MIT
+LICENSE=	JASPER
+LICENSE_NAME=	JasPer License Version 2.0
+LICENSE_FILE=	${WRKSRC}/LICENSE
+LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 
 OPTIONS_DEFINE=	OPENGL DOCS
 OPTIONS_DEFAULT=	OPENGL



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