svn commit: r353291 - head/graphics/openjpeg

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu May 8 13:02:59 UTC 2014


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


More information about the svn-ports-all mailing list