From owner-svn-ports-head@freebsd.org Wed Dec 30 16:38:46 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 78A264C8689; Wed, 30 Dec 2020 16:38:46 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4D5cRp2rkRz3s3H; Wed, 30 Dec 2020 16:38:46 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 50B1A20EF8; Wed, 30 Dec 2020 16:38:46 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0BUGcksF054936; Wed, 30 Dec 2020 16:38:46 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0BUGcjeh054928; Wed, 30 Dec 2020 16:38:45 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <202012301638.0BUGcjeh054928@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Wed, 30 Dec 2020 16:38:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r559672 - in head: comms/hylafax/files graphics/tiff graphics/tiff/files X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: in head: comms/hylafax/files graphics/tiff graphics/tiff/files X-SVN-Commit-Revision: 559672 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Dec 2020 16:38:46 -0000 Author: antoine Date: Wed Dec 30 16:38:44 2020 New Revision: 559672 URL: https://svnweb.freebsd.org/changeset/ports/559672 Log: Update graphics/tiff to 4.2.0 Modified: head/comms/hylafax/files/patch-configure head/graphics/tiff/Makefile head/graphics/tiff/distinfo head/graphics/tiff/files/patch-Makefile.in head/graphics/tiff/files/patch-tiffcrop.1 head/graphics/tiff/pkg-plist Modified: head/comms/hylafax/files/patch-configure ============================================================================== --- head/comms/hylafax/files/patch-configure Wed Dec 30 16:27:33 2020 (r559671) +++ head/comms/hylafax/files/patch-configure Wed Dec 30 16:38:44 2020 (r559672) @@ -173,7 +173,7 @@ tiff_bytecount_t="uint32" ;; - 4.[0]) tiff_runlen_t="uint32" -+ 4.[01]) tiff_runlen_t="uint32" ++ 4.[012]) tiff_runlen_t="uint32" tiff_offset_t="uint64" tiff_bytecount_t="uint64" echo '#define TIFFHeader TIFFHeaderClassic' Modified: head/graphics/tiff/Makefile ============================================================================== --- head/graphics/tiff/Makefile Wed Dec 30 16:27:33 2020 (r559671) +++ head/graphics/tiff/Makefile Wed Dec 30 16:38:44 2020 (r559672) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tiff -PORTVERSION= 4.1.0 +PORTVERSION= 4.2.0 CATEGORIES= graphics MASTER_SITES= https://download.osgeo.org/libtiff/ Modified: head/graphics/tiff/distinfo ============================================================================== --- head/graphics/tiff/distinfo Wed Dec 30 16:27:33 2020 (r559671) +++ head/graphics/tiff/distinfo Wed Dec 30 16:38:44 2020 (r559672) @@ -1,3 +1,3 @@ -TIMESTAMP = 1572853967 -SHA256 (tiff-4.1.0.tar.gz) = 5d29f32517dadb6dbcd1255ea5bbc93a2b54b94fbf83653b4d65c7d6775b8634 -SIZE (tiff-4.1.0.tar.gz) = 2421581 +TIMESTAMP = 1609060720 +SHA256 (tiff-4.2.0.tar.gz) = eb0484e568ead8fa23b513e9b0041df7e327f4ee2d22db5a533929dfc19633cb +SIZE (tiff-4.2.0.tar.gz) = 2809373 Modified: head/graphics/tiff/files/patch-Makefile.in ============================================================================== --- head/graphics/tiff/files/patch-Makefile.in Wed Dec 30 16:27:33 2020 (r559671) +++ head/graphics/tiff/files/patch-Makefile.in Wed Dec 30 16:38:44 2020 (r559672) @@ -1,4 +1,4 @@ ---- Makefile.in.orig 2018-11-10 15:24:13 UTC +--- Makefile.in.orig 2020-12-19 17:48:16 UTC +++ Makefile.in @@ -492,19 +492,6 @@ distclean-libtool: -rm -f libtool config.lt Modified: head/graphics/tiff/files/patch-tiffcrop.1 ============================================================================== --- head/graphics/tiff/files/patch-tiffcrop.1 Wed Dec 30 16:27:33 2020 (r559671) +++ head/graphics/tiff/files/patch-tiffcrop.1 Wed Dec 30 16:38:44 2020 (r559672) @@ -1,6 +1,6 @@ ---- man/tiffcrop.1.orig 2017-12-02 15:21:49 UTC +--- man/tiffcrop.1.orig 2020-04-04 13:17:42 UTC +++ man/tiffcrop.1 -@@ -495,7 +495,6 @@ the portrait or landscape option. The pa +@@ -499,7 +499,6 @@ the portrait or landscape option. The paper size optio the image. It breaks each original image into a series of smaller images that will fit on the target paper size at the specified resolution. .fi Modified: head/graphics/tiff/pkg-plist ============================================================================== --- head/graphics/tiff/pkg-plist Wed Dec 30 16:27:33 2020 (r559671) +++ head/graphics/tiff/pkg-plist Wed Dec 30 16:38:44 2020 (r559672) @@ -24,11 +24,11 @@ include/tiffvers.h lib/libtiff.a lib/libtiff.so lib/libtiff.so.5 -lib/libtiff.so.5.5.0 +lib/libtiff.so.5.6.0 lib/libtiffxx.a lib/libtiffxx.so lib/libtiffxx.so.5 -lib/libtiffxx.so.5.5.0 +lib/libtiffxx.so.5.6.0 libdata/pkgconfig/libtiff-4.pc man/man1/fax2ps.1.gz man/man1/fax2tiff.1.gz @@ -291,3 +291,4 @@ man/man3/libtiff.3tiff.gz %%PORTDOCS%%%%DOCSDIR%%/v4.0.8.html %%PORTDOCS%%%%DOCSDIR%%/v4.0.9.html %%PORTDOCS%%%%DOCSDIR%%/v4.1.0.html +%%PORTDOCS%%%%DOCSDIR%%/v4.2.0.html