diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2011-04-11 07:23:44 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2011-04-11 07:23:44 +0000 |
commit | b6c8e4e88d6b34dbfbb53a4ae9f059b462a5b0c7 (patch) | |
tree | a9e39b6e2d9b4eaea5b8542d70bb7ab5d271bd41 | |
parent | - Update to 6.02.2 (diff) |
- Update to 3.15.0
Release 3.15.0 mainly add support for thumbnail loading / saving, as well as
better support for JPEG, Exif, TIFF, TARGA, ICO, PSD, BMP formats.
The library has been updated with the new libjpeg (8c), libtiff (3.9.4),
libpng (1.4.5), OpenJPEG (1.4.0) and libraw (0.13-Beta3) libraries.
PR: 156303
Submitted by: Pedro Giffuni <giffunip@tutopia.com>
Notes
Notes:
svn path=/head/; revision=272511
-rw-r--r-- | graphics/freeimage/Makefile | 2 | ||||
-rw-r--r-- | graphics/freeimage/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/graphics/freeimage/Makefile b/graphics/freeimage/Makefile index 0491aa8673da..1ed4eea0f384 100644 --- a/graphics/freeimage/Makefile +++ b/graphics/freeimage/Makefile @@ -6,7 +6,7 @@ # PORTNAME= freeimage -PORTVERSION= 3.14.1 +PORTVERSION= 3.15.0 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/Source%20Distribution/${PORTVERSION} DISTNAME= FreeImage${PORTVERSION:S/.//g} diff --git a/graphics/freeimage/distinfo b/graphics/freeimage/distinfo index 42d5ddc76592..493a38cb8526 100644 --- a/graphics/freeimage/distinfo +++ b/graphics/freeimage/distinfo @@ -1,2 +1,2 @@ -SHA256 (FreeImage3141.zip) = d5c5b5ea96897f4b81e79a37b1149a12bb396039002f22d32f9f98f6b96cff65 -SIZE (FreeImage3141.zip) = 10865165 +SHA256 (FreeImage3150.zip) = 7674a7f9c506ddaf5f337cca33d2360819ca9063cc8a7d16961c372d0c923e36 +SIZE (FreeImage3150.zip) = 4952649 |