svn commit: r311952 - head/graphics/openjpeg

Pawel Pekala pawel at FreeBSD.org
Fri Feb 8 21:30:22 UTC 2013


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


More information about the svn-ports-head mailing list