diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-03-14 23:20:45 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-03-14 23:20:45 +0800 |
commit | 382646bff8707cd7b4dac2db909e8b1857c0a0d6 (patch) | |
tree | 368737e966bf69844f66575f5eba347359c5cdd1 /graphics/dcraw | |
parent | bdb49c8864aef6283ddaea204a0370c9e813031d (diff) | |
download | freebsd-ports-gnome-382646bff8707cd7b4dac2db909e8b1857c0a0d6.tar.gz freebsd-ports-gnome-382646bff8707cd7b4dac2db909e8b1857c0a0d6.tar.zst freebsd-ports-gnome-382646bff8707cd7b4dac2db909e8b1857c0a0d6.zip |
- Update to 9.20
- Use USES=tar:xz
Changes: http://people.FreeBSD.org/~sunpoet/dcraw-9.20.diff
Diffstat (limited to 'graphics/dcraw')
-rw-r--r-- | graphics/dcraw/Makefile | 8 | ||||
-rw-r--r-- | graphics/dcraw/distinfo | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/graphics/dcraw/Makefile b/graphics/dcraw/Makefile index 229d1f3f4e5a..2de31d97e211 100644 --- a/graphics/dcraw/Makefile +++ b/graphics/dcraw/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dcraw -PORTVERSION= 9.19 +PORTVERSION= 9.20 CATEGORIES= graphics MASTER_SITES= LOCAL/sunpoet @@ -11,11 +11,11 @@ COMMENT= Decoder for RAW files from digital cameras LIB_DEPENDS= libjasper.so:${PORTSDIR}/graphics/jasper \ libjpeg.so:${PORTSDIR}/graphics/jpeg \ - liblcms.so:${PORTSDIR}/graphics/lcms + liblcms2.so:${PORTSDIR}/graphics/lcms2 CFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/jasper -LDFLAGS+= -L${LOCALBASE}/lib -lm -ljasper -ljpeg -llcms -USE_XZ= yes +LDFLAGS+= -L${LOCALBASE}/lib -lm -ljasper -ljpeg -llcms2 +USES= tar:xz PLIST_FILES= bin/${PORTNAME} \ man/man1/${PORTNAME}.1.gz diff --git a/graphics/dcraw/distinfo b/graphics/dcraw/distinfo index 5624749e5e13..bc5687a360dc 100644 --- a/graphics/dcraw/distinfo +++ b/graphics/dcraw/distinfo @@ -1,2 +1,2 @@ -SHA256 (dcraw-9.19.tar.xz) = f72997cc0f428717b5c8bcbb3a0524887cbf13f5c53be23856182008112b6a03 -SIZE (dcraw-9.19.tar.xz) = 78204 +SHA256 (dcraw-9.20.tar.xz) = 1857d10505bbc9aebdd18aae29d30d8b11f6fed922d29b7c8f271b29eb789430 +SIZE (dcraw-9.20.tar.xz) = 79112 |