From 4e0ce79819a14ec8627022d455637c43c6dbab20 Mon Sep 17 00:00:00 2001 From: pav Date: Sun, 8 Jan 2006 00:08:31 +0000 Subject: - Update to 7.94 PR: ports/91432 Submitted by: Andrew Pantyukhin Approved by: Arjan van Leeuwen (maintainer) --- graphics/dcraw/Makefile | 11 +++++------ graphics/dcraw/distinfo | 5 +++-- 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'graphics/dcraw') diff --git a/graphics/dcraw/Makefile b/graphics/dcraw/Makefile index bb70220a3d84..251801facc46 100644 --- a/graphics/dcraw/Makefile +++ b/graphics/dcraw/Makefile @@ -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 @@ USE_BZIP2= yes MAN1= dcraw.1 PLIST_FILES= bin/dcraw -.include - -do-install:: +do-install: ${INSTALL_PROGRAM} ${WRKSRC}/dcraw ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/dcraw.1 ${PREFIX}/man/man1 -.include +.include diff --git a/graphics/dcraw/distinfo b/graphics/dcraw/distinfo index 01f4dc1e8609..244ea051cbc3 100644 --- a/graphics/dcraw/distinfo +++ b/graphics/dcraw/distinfo @@ -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 -- cgit