Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 May 2014 13:02:58 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r353291 - head/graphics/openjpeg
Message-ID:  <201405081302.s48D2waN007348@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu May  8 13:02:58 2014
New Revision: 353291
URL: http://svnweb.freebsd.org/changeset/ports/353291
QAT: https://qat.redports.org/buildarchive/r353291/

Log:
  - Clarify LICENSE
  - Minor style nits

Modified:
  head/graphics/openjpeg/Makefile

Modified: head/graphics/openjpeg/Makefile
==============================================================================
--- head/graphics/openjpeg/Makefile	Thu May  8 12:18:25 2014	(r353290)
+++ head/graphics/openjpeg/Makefile	Thu May  8 13:02:58 2014	(r353291)
@@ -5,21 +5,20 @@ PORTNAME=	openjpeg
 PORTVERSION=	1.5.0
 PORTREVISION=	2
 CATEGORIES=	graphics
-MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
+MASTER_SITES=	GOOGLE_CODE
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Open-source JPEG 2000 codec
 
-LICENSE=	BSD
-LICENSE_FILE=	${WRKSRC}/LICENSE
+LICENSE=	BSD2CLAUSE
 
 LIB_DEPENDS=	libtiff.so:${PORTSDIR}/graphics/tiff \
 		libpng15.so:${PORTSDIR}/graphics/png \
 		liblcms2.so:${PORTSDIR}/graphics/lcms2
 
+USES=		cmake dos2unix
 DOS2UNIX_FILES=	libopenjpeg/opj_malloc.h
 GNU_CONFIGURE=	yes
-USES=		cmake dos2unix
 USE_LDCONFIG=	yes
 
 .include <bsd.port.mk>



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