Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Mar 2014 15:20:46 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r348255 - head/graphics/dcraw
Message-ID:  <201403141520.s2EFKkSS047114@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Mar 14 15:20:45 2014
New Revision: 348255
URL: http://svnweb.freebsd.org/changeset/ports/348255
QAT: https://qat.redports.org/buildarchive/r348255/

Log:
  - Update to 9.20
  - Use USES=tar:xz
  
  Changes:	http://people.FreeBSD.org/~sunpoet/dcraw-9.20.diff

Modified:
  head/graphics/dcraw/Makefile
  head/graphics/dcraw/distinfo

Modified: head/graphics/dcraw/Makefile
==============================================================================
--- head/graphics/dcraw/Makefile	Fri Mar 14 15:20:36 2014	(r348254)
+++ head/graphics/dcraw/Makefile	Fri Mar 14 15:20:45 2014	(r348255)
@@ -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 digi
 
 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

Modified: head/graphics/dcraw/distinfo
==============================================================================
--- head/graphics/dcraw/distinfo	Fri Mar 14 15:20:36 2014	(r348254)
+++ head/graphics/dcraw/distinfo	Fri Mar 14 15:20:45 2014	(r348255)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403141520.s2EFKkSS047114>