Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Jun 2015 23:31:54 +0000 (UTC)
From:      Rodrigo Osorio <rodrigo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r390087 - in head/graphics/ufraw: . files
Message-ID:  <201506182331.t5INVscr017560@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rodrigo
Date: Thu Jun 18 23:31:54 2015
New Revision: 390087
URL: https://svnweb.freebsd.org/changeset/ports/390087

Log:
  Update ufraw from 0.21 to 0.22
  Major changes :
  - Upstream fix for CVE-2015-3885
  - replace liblcms1 by liblcms2
  - lot of new cameras and bugfixes
  - better foveon support

Deleted:
  head/graphics/ufraw/files/
Modified:
  head/graphics/ufraw/Makefile
  head/graphics/ufraw/distinfo

Modified: head/graphics/ufraw/Makefile
==============================================================================
--- head/graphics/ufraw/Makefile	Thu Jun 18 23:01:25 2015	(r390086)
+++ head/graphics/ufraw/Makefile	Thu Jun 18 23:31:54 2015	(r390087)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	ufraw
-PORTVERSION=	0.21
+PORTVERSION=	0.22
 CATEGORIES=	graphics
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
 
@@ -14,7 +14,7 @@ LICENSE=	GPLv2
 LIB_DEPENDS=	libjpeg.so:${PORTSDIR}/graphics/jpeg \
 		libtiff.so:${PORTSDIR}/graphics/tiff \
 		libpng.so:${PORTSDIR}/graphics/png \
-		liblcms.so:${PORTSDIR}/graphics/lcms
+		liblcms2.so:${PORTSDIR}/graphics/lcms2
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-silent-rules --enable-extras

Modified: head/graphics/ufraw/distinfo
==============================================================================
--- head/graphics/ufraw/distinfo	Thu Jun 18 23:01:25 2015	(r390086)
+++ head/graphics/ufraw/distinfo	Thu Jun 18 23:31:54 2015	(r390087)
@@ -1,2 +1,2 @@
-SHA256 (ufraw-0.21.tar.gz) = 2a6a1bcc633bdc8e15615cf726befcd7f27ab00e7c2a518469a24e1a96964d87
-SIZE (ufraw-0.21.tar.gz) = 1016298
+SHA256 (ufraw-0.22.tar.gz) = f7abd28ce587db2a74b4c54149bd8a2523a7ddc09bedf4f923246ff0ae09a25e
+SIZE (ufraw-0.22.tar.gz) = 1103554



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