diff -urN /usr/ports/graphics/dcraw/Makefile dcraw/Makefile --- /usr/ports/graphics/dcraw/Makefile Mon Jan 23 18:26:09 2006 +++ dcraw/Makefile Fri Feb 10 02:42:12 2006 @@ -6,7 +6,7 @@ # PORTNAME= dcraw -PORTVERSION= 8.00 +PORTVERSION= 8.05 CATEGORIES= graphics MASTER_SITES= http://bsd.gubkin.ru/myports/ \ http://www.piwebs.com/distfiles/${PORTNAME}/ diff -urN /usr/ports/graphics/dcraw/distinfo dcraw/distinfo --- /usr/ports/graphics/dcraw/distinfo Mon Jan 23 18:26:09 2006 +++ dcraw/distinfo Fri Feb 10 02:42:22 2006 @@ -1,3 +1,3 @@ -MD5 (dcraw-8.00.tar.bz2) = 098a49cfd59b46255c9f49a5558b82d2 -SHA256 (dcraw-8.00.tar.bz2) = 14ec041301fa6d11f80e1852b73c4994c7f4cd691d573ff094f3091910bd0ee6 -SIZE (dcraw-8.00.tar.bz2) = 49902 +MD5 (dcraw-8.05.tar.bz2) = 891a528ac366e9b17474f9b3410dfbcb +SHA256 (dcraw-8.05.tar.bz2) = 9a29238938114e8bbe604d53b2fff400b404dbe3557376b9714bac3da2b546f3 +SIZE (dcraw-8.05.tar.bz2) = 50434 diff -urN /usr/ports/graphics/dcraw/files/patch-dcraw.c dcraw/files/patch-dcraw.c --- /usr/ports/graphics/dcraw/files/patch-dcraw.c Mon Jan 23 18:26:09 2006 +++ dcraw/files/patch-dcraw.c Thu Jan 1 03:00:00 1970 @@ -1,13 +0,0 @@ ---- dcraw.c.orig Sat Jan 21 11:47:53 2006 -+++ dcraw.c Mon Jan 23 16:23:23 2006 -@@ -1140,8 +1140,9 @@ - void CLASS layer_thumb (FILE *tfp) - { - int i, c; -+ char *thumb; - colors = thumb_misc >> 5; -- char *thumb = malloc (thumb_length*colors); -+ thumb = malloc (thumb_length*colors); - merror (thumb, "layer_thumb()"); - fprintf (tfp, "P%d\n%d %d\n255\n", - 5 + (thumb_misc >> 6), thumb_width, thumb_height);