From e067c31c9b47113aeb953cbc736853c5ac9cf507 Mon Sep 17 00:00:00 2001 From: fbrosson Date: Sat, 1 Oct 2016 06:55:46 +0000 Subject: [PATCH] pngcrush: bump to 1.8.7. --- .../{pngcrush-1.8.6.patchset => pngcrush-1.8.7.patchset} | 6 +++--- .../{pngcrush-1.8.6.recipe => pngcrush-1.8.7.recipe} | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) rename media-gfx/pngcrush/patches/{pngcrush-1.8.6.patchset => pngcrush-1.8.7.patchset} (87%) rename media-gfx/pngcrush/{pngcrush-1.8.6.recipe => pngcrush-1.8.7.recipe} (93%) diff --git a/media-gfx/pngcrush/patches/pngcrush-1.8.6.patchset b/media-gfx/pngcrush/patches/pngcrush-1.8.7.patchset similarity index 87% rename from media-gfx/pngcrush/patches/pngcrush-1.8.6.patchset rename to media-gfx/pngcrush/patches/pngcrush-1.8.7.patchset index 74b95f4f2..5b04b6b07 100644 --- a/media-gfx/pngcrush/patches/pngcrush-1.8.6.patchset +++ b/media-gfx/pngcrush/patches/pngcrush-1.8.7.patchset @@ -5,10 +5,10 @@ Subject: haiku patch diff --git a/pngcrush.c b/pngcrush.c -index 6e4211a..7058e8a 100644 +index 47dae7f..3510e2a 100644 --- a/pngcrush.c +++ b/pngcrush.c -@@ -6964,6 +6964,8 @@ defined(PNG_READ_STRIP_16_TO_8_SUPPORTED) +@@ -6982,6 +6982,8 @@ defined(PNG_READ_STRIP_16_TO_8_SUPPORTED) png_uint_32 zbuf_size; png_uint_32 required_window; int channels = 0; @@ -17,7 +17,7 @@ index 6e4211a..7058e8a 100644 png_set_compression_strategy(write_ptr, z_strategy); png_set_compression_mem_level(write_ptr, -@@ -6985,8 +6987,6 @@ defined(PNG_READ_STRIP_16_TO_8_SUPPORTED) +@@ -7003,8 +7005,6 @@ defined(PNG_READ_STRIP_16_TO_8_SUPPORTED) * a png_uint_32, by limiting the width and height used * to 15 bits. */ diff --git a/media-gfx/pngcrush/pngcrush-1.8.6.recipe b/media-gfx/pngcrush/pngcrush-1.8.7.recipe similarity index 93% rename from media-gfx/pngcrush/pngcrush-1.8.6.recipe rename to media-gfx/pngcrush/pngcrush-1.8.7.recipe index c690447b8..4d28b8513 100644 --- a/media-gfx/pngcrush/pngcrush-1.8.6.recipe +++ b/media-gfx/pngcrush/pngcrush-1.8.7.recipe @@ -11,7 +11,7 @@ COPYRIGHT="1998-2002, 2006-2016 Glenn Randers-Pehrson LICENSE="LibPNG" REVISION="1" SOURCE_URI="http://downloads.sf.net/pmt/pngcrush-$portVersion-nolib.tar.xz" -CHECKSUM_SHA256="14e5975c856d732d1661397e292fa2c2f42a5d39070025f57ce03d77b6e0a3df" +CHECKSUM_SHA256="f0cfc0d6f4df67106a184600f891b164875b6be7173111c87bec48a509fac60b" SOURCE_DIR="pngcrush-$portVersion-nolib" PATCHES="pngcrush-$portVersion.patchset"