From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 13 09:10:10 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 26BD410656EC for ; Fri, 13 Aug 2010 09:10:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4E4748FC19 for ; Fri, 13 Aug 2010 09:10:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o7D9A8Be047054 for ; Fri, 13 Aug 2010 09:10:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o7D9A8oL047053; Fri, 13 Aug 2010 09:10:08 GMT (envelope-from gnats) Resent-Date: Fri, 13 Aug 2010 09:10:08 GMT Resent-Message-Id: <201008130910.o7D9A8oL047053@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, dirk.meyer@dinoex.sub.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A871B1065673 for ; Fri, 13 Aug 2010 09:03:54 +0000 (UTC) (envelope-from dm@home3.dinoex.sub.de) Received: from uucp.dinoex.sub.de (uucp.dinoex.sub.de [194.45.71.2]) by mx1.freebsd.org (Postfix) with ESMTP id 2414A8FC19 for ; Fri, 13 Aug 2010 09:03:53 +0000 (UTC) Received: from home3.dinoex.sub.de (home3.dinoex.sub.de [194.45.71.20]) by uucp.dinoex.sub.de (8.14.4/8.14.2) with ESMTP id o7D937OW053274 for ; Fri, 13 Aug 2010 11:03:23 +0200 (CEST) (envelope-from dm@home3.dinoex.sub.de) Received: (from dm@localhost) by home3.dinoex.sub.de (8.14.4/8.14.4/Submit) id o7D936XL052131; Fri, 13 Aug 2010 11:03:06 +0200 (CEST) (envelope-from dm) Message-Id: <201008130903.o7D936XL052131@home3.dinoex.sub.de> Date: Fri, 13 Aug 2010 11:03:06 +0200 (CEST) From: dirk.meyer@dinoex.sub.org To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/149611: update graphics/tiff to 4.0.0, exp-run needed X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dirk.meyer@dinoex.sub.org List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Aug 2010 09:10:10 -0000 >Number: 149611 >Category: ports >Synopsis: update graphics/tiff to 4.0.0, exp-run needed >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Aug 13 09:10:07 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Dirk Meyer >Release: FreeBSD 8.1-RELEASE >Organization: privat >Environment: >Description: New funtion in tiff are needed. The tiff 4.0.0 (beta6) provide them. Testing old apps with new libtiff shows no conflicts, so I assume wwe do not need ito bump the shared lib. >How-To-Repeat: >Fix: Update tiff to 4.0.0 Please test this patch on the cluster. Index: Makefile =================================================================== RCS file: /home/pcvs/ports/graphics/tiff/Makefile,v retrieving revision 1.76 diff -u -r1.76 Makefile --- Makefile 16 Jun 2010 09:32:43 -0000 1.76 +++ Makefile 13 Aug 2010 09:01:21 -0000 @@ -8,7 +8,8 @@ # PORTNAME= tiff -PORTVERSION= 3.9.4 +PORTVERSION= 4.0.0 +DISTVERSION= 4.0.0beta6 CATEGORIES= graphics MASTER_SITES= ftp://ftp.remotesensing.org/pub/libtiff/ \ http://dl1.maptools.org/dl/libtiff/ @@ -19,6 +20,9 @@ LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \ jbig.1:${PORTSDIR}/graphics/jbigkit +LICENSE= BSD +LICENSE_FILE= ${WRKSRC}/COPYRIGHT + USE_LDCONFIG= yes USE_AUTOTOOLS= libtool:22 CONFIGURE_ARGS+= --with-jpeg-include-dir=${LOCALBASE}/include \ @@ -36,8 +40,8 @@ MAN1= bmp2tiff.1 tiff2pdf.1 fax2ps.1 fax2tiff.1 gif2tiff.1 pal2rgb.1 \ ppm2tiff.1 ras2tiff.1 raw2tiff.1 rgb2ycbcr.1 sgi2tiff.1 \ thumbnail.1 tiff2bw.1 tiff2ps.1 tiff2rgba.1 tiffcmp.1 tiffcp.1 \ - tiffdither.1 tiffdump.1 tiffgt.1 tiffinfo.1 tiffmedian.1 \ - tiffset.1 tiffsplit.1 tiffsv.1 tiffcrop.1 + tiffcrop.1 tiffdither.1 tiffdump.1 tiffgt.1 tiffinfo.1 tiffmedian.1 \ + tiffset.1 tiffsplit.1 tiffsv.1 MAN3= TIFFClose.3tiff TIFFDataWidth.3tiff TIFFError.3tiff TIFFFlush.3tiff \ TIFFGetField.3tiff TIFFOpen.3tiff TIFFPrintDirectory.3tiff \ TIFFRGBAImage.3tiff TIFFReadDirectory.3tiff \ Index: distinfo =================================================================== RCS file: /home/pcvs/ports/graphics/tiff/distinfo,v retrieving revision 1.29 diff -u -r1.29 distinfo --- distinfo 16 Jun 2010 09:32:43 -0000 1.29 +++ distinfo 13 Aug 2010 09:01:21 -0000 @@ -1,3 +1,3 @@ -MD5 (tiff-3.9.4.tar.gz) = 2006c1bdd12644dbf02956955175afd6 -SHA256 (tiff-3.9.4.tar.gz) = 67b76d075fb74f7cb32e7e4b217701674755fe6cee0f463b259a753fce691da6 -SIZE (tiff-3.9.4.tar.gz) = 1436968 +MD5 (tiff-4.0.0beta6.tar.gz) = 6a1e51841a5a5062cc381e34a48122a0 +SHA256 (tiff-4.0.0beta6.tar.gz) = de016175742bcdd0cd6f326dd2e7bbc7154437d7bb09976ad4789016065061e6 +SIZE (tiff-4.0.0beta6.tar.gz) = 1968829 Index: pkg-plist =================================================================== RCS file: /home/pcvs/ports/graphics/tiff/pkg-plist,v retrieving revision 1.31 diff -u -r1.31 pkg-plist --- pkg-plist 6 Nov 2009 19:57:51 -0000 1.31 +++ pkg-plist 13 Aug 2010 09:01:21 -0000 @@ -164,6 +164,7 @@ %%PORTDOCS%%%%DOCSDIR%%/v3.9.0beta.html %%PORTDOCS%%%%DOCSDIR%%/v3.9.1.html %%PORTDOCS%%%%DOCSDIR%%/v3.9.2.html +%%PORTDOCS%%%%DOCSDIR%%/v4.0.0.html %%PORTDOCS%%@dirrm %%DOCSDIR%%/man %%PORTDOCS%%@dirrm %%DOCSDIR%%/images %%PORTDOCS%%@dirrm %%DOCSDIR%% >Release-Note: >Audit-Trail: >Unformatted: