Index: head/graphics/dcraw/files/patch-dcraw.c =================================================================== --- head/graphics/dcraw/files/patch-dcraw.c (revision 156709) +++ head/graphics/dcraw/files/patch-dcraw.c (nonexistent) @@ -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); Property changes on: head/graphics/dcraw/files/patch-dcraw.c ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.3 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/graphics/dcraw/Makefile =================================================================== --- head/graphics/dcraw/Makefile (revision 156709) +++ head/graphics/dcraw/Makefile (revision 156710) @@ -1,29 +1,29 @@ # New ports collection makefile for: dcraw # Date created: 14 February 2004 # Whom: Arjan van Leeuwen # # $FreeBSD$ # PORTNAME= dcraw -PORTVERSION= 8.00 +PORTVERSION= 8.05 CATEGORIES= graphics MASTER_SITES= http://bsd.gubkin.ru/myports/ \ http://www.piwebs.com/distfiles/${PORTNAME}/ -MAINTAINER= avleeuwen@piwebs.com +MAINTAINER= infofarmer@gmail.com COMMENT= Decoder for RAW files from digital cameras LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ lcms.1:${PORTSDIR}/graphics/lcms USE_BZIP2= yes MAN1= dcraw.1 PLIST_FILES= bin/dcraw do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/dcraw ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/dcraw.1 ${PREFIX}/man/man1 + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/${MAN1} ${PREFIX}/man/man1 .include Property changes on: head/graphics/dcraw/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property Index: head/graphics/dcraw/distinfo =================================================================== --- head/graphics/dcraw/distinfo (revision 156709) +++ head/graphics/dcraw/distinfo (revision 156710) @@ -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 Property changes on: head/graphics/dcraw/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property