Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Feb 2013 21:30:22 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r311952 - head/graphics/openjpeg
Message-ID:  <201302082130.r18LUMvW048942@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pawel
Date: Fri Feb  8 21:30:21 2013
New Revision: 311952
URL: http://svnweb.freebsd.org/changeset/ports/311952

Log:
  - Port links to graphics/lcms2 if available
  - Remove leading article from COMMENT
  - Replace tab with space in WWW: line, remove license info in pkg-descr

Modified:
  head/graphics/openjpeg/Makefile
  head/graphics/openjpeg/pkg-descr

Modified: head/graphics/openjpeg/Makefile
==============================================================================
--- head/graphics/openjpeg/Makefile	Fri Feb  8 20:14:49 2013	(r311951)
+++ head/graphics/openjpeg/Makefile	Fri Feb  8 21:30:21 2013	(r311952)
@@ -3,18 +3,19 @@
 
 PORTNAME=	openjpeg
 PORTVERSION=	1.5.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics
 MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
 
 MAINTAINER=	ports@FreeBSD.org
-COMMENT=	An open-source JPEG 2000 codec
+COMMENT=	Open-source JPEG 2000 codec
 
 LICENSE=	BSD
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 LIB_DEPENDS=	tiff:${PORTSDIR}/graphics/tiff \
-		png15:${PORTSDIR}/graphics/png
+		png15:${PORTSDIR}/graphics/png \
+		lcms2:${PORTSDIR}/graphics/lcms2
 
 GNU_CONFIGURE=	yes
 USE_CMAKE=	yes

Modified: head/graphics/openjpeg/pkg-descr
==============================================================================
--- head/graphics/openjpeg/pkg-descr	Fri Feb  8 20:14:49 2013	(r311951)
+++ head/graphics/openjpeg/pkg-descr	Fri Feb  8 21:30:21 2013	(r311952)
@@ -7,6 +7,4 @@ and MJ2 (Motion JPEG 2000) file formats,
 for the JPIP protocol, JPWL-tools for error-resilience, a Java-viewer
 for j2k-images, ...
 
-LICENSE: BSD
-
-WWW:	http://code.google.com/p/openjpeg/
+WWW: http://code.google.com/p/openjpeg/



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