diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-10-15 01:57:38 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-10-15 01:57:38 +0000 |
commit | f37b25492c6461abc18fa49e300917106102c29f (patch) | |
tree | 527ceef22406affef6927e064e32b24925e71008 /graphics/dcraw | |
parent | 8047563112a03f1181757b88199787f4c742d8c7 (diff) | |
download | ports-f37b25492c6461abc18fa49e300917106102c29f.tar.gz ports-f37b25492c6461abc18fa49e300917106102c29f.zip |
Notes
Diffstat (limited to 'graphics/dcraw')
-rw-r--r-- | graphics/dcraw/Makefile | 6 | ||||
-rw-r--r-- | graphics/dcraw/distinfo | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/graphics/dcraw/Makefile b/graphics/dcraw/Makefile index 1852f47736e4..bb70220a3d84 100644 --- a/graphics/dcraw/Makefile +++ b/graphics/dcraw/Makefile @@ -6,15 +6,17 @@ # PORTNAME= dcraw -PORTVERSION= 1.236 +PORTVERSION= 1.289 CATEGORIES= graphics -MASTER_SITES= http://people.fruitsalad.org/avleeuwen/distfiles/${PORTNAME}/ +MASTER_SITES= http://www.piwebs.com/distfiles/${PORTNAME}/ MAINTAINER= avleeuwen@piwebs.com COMMENT= Decoder for RAW files from digital cameras LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg +USE_BZIP2= yes + MAN1= dcraw.1 PLIST_FILES= bin/dcraw diff --git a/graphics/dcraw/distinfo b/graphics/dcraw/distinfo index 592e259a7a3a..01f4dc1e8609 100644 --- a/graphics/dcraw/distinfo +++ b/graphics/dcraw/distinfo @@ -1,2 +1,2 @@ -MD5 (dcraw-1.236.tar.gz) = 99310416277de103621f22031e656c8e -SIZE (dcraw-1.236.tar.gz) = 34660 +MD5 (dcraw-1.289.tar.bz2) = 35dcf9520fd39f09d502e376cc8eb4a3 +SIZE (dcraw-1.289.tar.bz2) = 46865 |