Date: Fri, 06 Jan 2006 16:36:50 -0800 (PST) From: infofarmer@gmail.com To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/91432: update graphics/dcraw to 7.94 Message-ID: <43bf0d22.6b414fd2.6be7.43dd@mx.gmail.com> Resent-Message-ID: <200601070040.k070e3Xv034290@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 91432 >Category: ports >Synopsis: update graphics/dcraw to 7.94 >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: Sat Jan 07 00:40:03 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 #2: Sat Dec 31 02:36:56 MSK 2005 sat@sat64.net17:/usr/obj/usr/src/sys/SATCUR32 i386 >Description: o Update to 7.94 o Switch to the usual versioning o Add SHA256 >How-To-Repeat: >Fix: --- dcraw.diff begins here --- diff -urN /usr/ports/graphics/dcraw/Makefile dcraw/Makefile --- /usr/ports/graphics/dcraw/Makefile Sat Oct 15 05:57:38 2005 +++ dcraw/Makefile Sat Jan 7 03:33:12 2006 @@ -6,9 +6,10 @@ # PORTNAME= dcraw -PORTVERSION= 1.289 +PORTVERSION= 7.94 CATEGORIES= graphics -MASTER_SITES= http://www.piwebs.com/distfiles/${PORTNAME}/ +MASTER_SITES= http://bsd.gubkin.ru/myports/ \ + http://www.piwebs.com/distfiles/${PORTNAME}/ MAINTAINER= avleeuwen@piwebs.com COMMENT= Decoder for RAW files from digital cameras @@ -20,10 +21,8 @@ MAN1= dcraw.1 PLIST_FILES= bin/dcraw -.include <bsd.port.pre.mk> - -do-install:: +do-install: ${INSTALL_PROGRAM} ${WRKSRC}/dcraw ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/dcraw.1 ${PREFIX}/man/man1 -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff -urN /usr/ports/graphics/dcraw/distinfo dcraw/distinfo --- /usr/ports/graphics/dcraw/distinfo Sat Oct 15 05:57:38 2005 +++ dcraw/distinfo Sat Jan 7 03:32:43 2006 @@ -1,2 +1,3 @@ -MD5 (dcraw-1.289.tar.bz2) = 35dcf9520fd39f09d502e376cc8eb4a3 -SIZE (dcraw-1.289.tar.bz2) = 46865 +MD5 (dcraw-7.94.tar.bz2) = dc3d42a707a6efeff1d52c0b31d0537b +SHA256 (dcraw-7.94.tar.bz2) = 1a0743d3494225df6a32aa870fd36ecd57f053b27483807bce10ccdea06c0f76 +SIZE (dcraw-7.94.tar.bz2) = 48241 --- 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?43bf0d22.6b414fd2.6be7.43dd>