svn commit: r521300 - head/graphics/jasper

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Dec 29 12:53:02 UTC 2019


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 at 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


More information about the svn-ports-all mailing list