From owner-svn-ports-all@FreeBSD.ORG Fri Mar 14 15:20:46 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 984E8BC1; Fri, 14 Mar 2014 15:20:46 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 85B14844; Fri, 14 Mar 2014 15:20:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2EFKkgv047116; Fri, 14 Mar 2014 15:20:46 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2EFKkSS047114; Fri, 14 Mar 2014 15:20:46 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201403141520.s2EFKkSS047114@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 14 Mar 2014 15:20:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r348255 - head/graphics/dcraw X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2014 15:20:46 -0000 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