diff options
author | lofi <lofi@FreeBSD.org> | 2004-04-13 20:29:54 +0000 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2004-04-13 20:29:54 +0000 |
commit | c0248387fe3b0ce233033c1a2fe40126bda92ad4 (patch) | |
tree | 6cb30b89f8a07e67244b090919f5bb31fd8ba6a1 | |
parent | 188385f71bbb98a09aa82a4d1c8437aac317cadd (diff) | |
download | FreeBSD-ports-c0248387fe3b0ce233033c1a2fe40126bda92ad4.zip FreeBSD-ports-c0248387fe3b0ce233033c1a2fe40126bda92ad4.tar.gz |
This patch updates the graphics/dcraw port to the dcraw
version with CVS revision 1.181. This version fixes some
problems with newer cameras, like the Nikon D70.
Reported by: Wayne Pascoe (wayne@penguinpowered.org)
PR: ports/65503
Submitted by: Arjan van Leeuwen <avleeuwen@piwebs.com>
-rw-r--r-- | graphics/dcraw/Makefile | 6 | ||||
-rw-r--r-- | graphics/dcraw/distinfo | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/graphics/dcraw/Makefile b/graphics/dcraw/Makefile index dd6b37f..f792361 100644 --- a/graphics/dcraw/Makefile +++ b/graphics/dcraw/Makefile @@ -6,18 +6,22 @@ # PORTNAME= dcraw -PORTVERSION= 1.166 +PORTVERSION= 1.181 CATEGORIES= graphics MASTER_SITES= http://people.fruitsalad.org/avleeuwen/distfiles/${PORTNAME}/ MAINTAINER= avleeuwen@piwebs.com COMMENT= Decoder for RAW files from digital cameras +LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg + +MAN1= dcraw.1 PLIST_FILES= bin/dcraw .include <bsd.port.pre.mk> do-install:: ${INSTALL_PROGRAM} ${WRKSRC}/dcraw ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/dcraw.1 ${PREFIX}/man/man1 .include <bsd.port.post.mk> diff --git a/graphics/dcraw/distinfo b/graphics/dcraw/distinfo index 269bafd..3e65fae 100644 --- a/graphics/dcraw/distinfo +++ b/graphics/dcraw/distinfo @@ -1,2 +1,2 @@ -MD5 (dcraw-1.166.tar.gz) = 370ffb53fa113410171d4f72e93a3acc -SIZE (dcraw-1.166.tar.gz) = 40578 +MD5 (dcraw-1.181.tar.gz) = e5fd849be000c09ab76c77970f9009cd +SIZE (dcraw-1.181.tar.gz) = 29860 |