svn commit: r390087 - in head/graphics/ufraw: . files
Rodrigo Osorio
rodrigo at FreeBSD.org
Thu Jun 18 23:31:55 UTC 2015
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
More information about the svn-ports-head
mailing list