Date: Sun, 29 Jan 2006 00:56:17 -0800 (PST) From: infofarmer@gmail.com To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/92495: update graphics/dcraw to 8.03 Message-ID: <43dc8331.3557479d.18f2.5e7a@mx.gmail.com> Resent-Message-ID: <200601290930.k0T9U36h094999@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 92495 >Category: ports >Synopsis: update graphics/dcraw to 8.03 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Jan 29 09:30:02 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Andrew Pantyukhin >Release: FreeBSD 6.0-STABLE i386 >Organization: >Environment: System: FreeBSD sat64.net17 6.0-STABLE FreeBSD 6.0-STABLE #4: Fri Jan 20 02:24:10 MSK 2006 sat@sat64.net17:/usr/obj/usr/src/sys/SATCUR32 i386 >Description: Update to 8.03 Patch has been adopted by the author >How-To-Repeat: >Fix: --- dcraw.diff begins here --- diff -urN /usr/ports/graphics/dcraw/Makefile dcraw/Makefile --- /usr/ports/graphics/dcraw/Makefile Mon Jan 23 18:26:09 2006 +++ dcraw/Makefile Sun Jan 29 11:48:55 2006 @@ -6,10 +6,11 @@ # PORTNAME= dcraw -PORTVERSION= 8.00 +PORTVERSION= 8.03 CATEGORIES= graphics -MASTER_SITES= http://bsd.gubkin.ru/myports/ \ - http://www.piwebs.com/distfiles/${PORTNAME}/ +MASTER_SITES= http://proxy.gubkin.ru/myports/ \ + http://www.piwebs.com/distfiles/${PORTNAME}/ \ + http://bsd.gubkin.ru/myports/ MAINTAINER= avleeuwen@piwebs.com COMMENT= Decoder for RAW files from digital cameras diff -urN /usr/ports/graphics/dcraw/distinfo dcraw/distinfo --- /usr/ports/graphics/dcraw/distinfo Mon Jan 23 18:26:09 2006 +++ dcraw/distinfo Sun Jan 29 11:49:06 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.03.tar.bz2) = a4c9f77b02c7e46fc5555bb70443c218 +SHA256 (dcraw-8.03.tar.bz2) = 3ec0fe5cd8bb4325b27f924320ecf459e625f8da5886ba4cc257195391c11c4d +SIZE (dcraw-8.03.tar.bz2) = 50147 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); --- dcraw.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?43dc8331.3557479d.18f2.5e7a>