From owner-dev-commits-ports-all@freebsd.org Sun Apr 25 17:58:36 2021 Return-Path: Delivered-To: dev-commits-ports-all@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 20A125E1E9B; Sun, 25 Apr 2021 17:58:36 +0000 (UTC) (envelope-from git@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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FSwkN0R7Vz3s87; Sun, 25 Apr 2021 17:58:36 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F1CA518547; Sun, 25 Apr 2021 17:58:35 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 13PHwZTx063144; Sun, 25 Apr 2021 17:58:35 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13PHwZfc063143; Sun, 25 Apr 2021 17:58:35 GMT (envelope-from git) Date: Sun, 25 Apr 2021 17:58:35 GMT Message-Id: <202104251758.13PHwZfc063143@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Antoine Brodin Subject: git: df6ec5e29e8e - main - graphics/tiff: update to 4.3.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: antoine X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: df6ec5e29e8ee95974540e84dadf5359d2540569 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Apr 2021 17:58:36 -0000 The branch main has been updated by antoine: URL: https://cgit.FreeBSD.org/ports/commit/?id=df6ec5e29e8ee95974540e84dadf5359d2540569 commit df6ec5e29e8ee95974540e84dadf5359d2540569 Author: Antoine Brodin AuthorDate: 2021-04-25 17:58:19 +0000 Commit: Antoine Brodin CommitDate: 2021-04-25 17:58:19 +0000 graphics/tiff: update to 4.3.0 --- comms/hylafax/files/patch-configure | 2 +- graphics/tiff/Makefile | 2 +- graphics/tiff/distinfo | 6 +++--- graphics/tiff/files/patch-Makefile.in | 4 ++-- graphics/tiff/files/patch-tiffcrop.1 | 2 +- graphics/tiff/pkg-plist | 5 +++-- 6 files changed, 11 insertions(+), 10 deletions(-) diff --git a/comms/hylafax/files/patch-configure b/comms/hylafax/files/patch-configure index a14308b23d06..255ade4a6a40 100644 --- a/comms/hylafax/files/patch-configure +++ b/comms/hylafax/files/patch-configure @@ -173,7 +173,7 @@ tiff_bytecount_t="uint32" ;; - 4.[0]) tiff_runlen_t="uint32" -+ 4.[012]) tiff_runlen_t="uint32" ++ 4.[0123]) tiff_runlen_t="uint32" tiff_offset_t="uint64" tiff_bytecount_t="uint64" echo '#define TIFFHeader TIFFHeaderClassic' diff --git a/graphics/tiff/Makefile b/graphics/tiff/Makefile index 9093f9966cdd..5d8c4412720e 100644 --- a/graphics/tiff/Makefile +++ b/graphics/tiff/Makefile @@ -1,7 +1,7 @@ # Created by: Richard Hwang , Mikhail Teterin , Jun-ichiro itojun Itoh PORTNAME= tiff -PORTVERSION= 4.2.0 +PORTVERSION= 4.3.0 CATEGORIES= graphics MASTER_SITES= https://download.osgeo.org/libtiff/ diff --git a/graphics/tiff/distinfo b/graphics/tiff/distinfo index 2501d5ed16a1..ce00da3334f7 100644 --- a/graphics/tiff/distinfo +++ b/graphics/tiff/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1609060720 -SHA256 (tiff-4.2.0.tar.gz) = eb0484e568ead8fa23b513e9b0041df7e327f4ee2d22db5a533929dfc19633cb -SIZE (tiff-4.2.0.tar.gz) = 2809373 +TIMESTAMP = 1619212569 +SHA256 (tiff-4.3.0.tar.gz) = 0e46e5acb087ce7d1ac53cf4f56a09b221537fc86dfc5daaad1c2e89e1b37ac8 +SIZE (tiff-4.3.0.tar.gz) = 2808254 diff --git a/graphics/tiff/files/patch-Makefile.in b/graphics/tiff/files/patch-Makefile.in index 12cb3ebcf75f..d5325e9a4fa7 100644 --- a/graphics/tiff/files/patch-Makefile.in +++ b/graphics/tiff/files/patch-Makefile.in @@ -1,6 +1,6 @@ ---- Makefile.in.orig 2020-12-19 17:48:16 UTC +--- Makefile.in.orig 2021-04-16 10:56:02 UTC +++ Makefile.in -@@ -492,19 +492,6 @@ distclean-libtool: +@@ -509,19 +509,6 @@ distclean-libtool: -rm -f libtool config.lt install-dist_docDATA: $(dist_doc_DATA) @$(NORMAL_INSTALL) diff --git a/graphics/tiff/files/patch-tiffcrop.1 b/graphics/tiff/files/patch-tiffcrop.1 index dd91e475529a..c06b5bc619d7 100644 --- a/graphics/tiff/files/patch-tiffcrop.1 +++ b/graphics/tiff/files/patch-tiffcrop.1 @@ -1,4 +1,4 @@ ---- man/tiffcrop.1.orig 2020-04-04 13:17:42 UTC +--- man/tiffcrop.1.orig 2021-03-05 13:01:43 UTC +++ man/tiffcrop.1 @@ -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 diff --git a/graphics/tiff/pkg-plist b/graphics/tiff/pkg-plist index f105eeb293da..3f0a450a7194 100644 --- a/graphics/tiff/pkg-plist +++ b/graphics/tiff/pkg-plist @@ -24,11 +24,11 @@ include/tiffvers.h lib/libtiff.a lib/libtiff.so lib/libtiff.so.5 -lib/libtiff.so.5.6.0 +lib/libtiff.so.5.7.0 lib/libtiffxx.a lib/libtiffxx.so lib/libtiffxx.so.5 -lib/libtiffxx.so.5.6.0 +lib/libtiffxx.so.5.7.0 libdata/pkgconfig/libtiff-4.pc man/man1/fax2ps.1.gz man/man1/fax2tiff.1.gz @@ -292,3 +292,4 @@ man/man3/libtiff.3tiff.gz %%PORTDOCS%%%%DOCSDIR%%/v4.0.9.html %%PORTDOCS%%%%DOCSDIR%%/v4.1.0.html %%PORTDOCS%%%%DOCSDIR%%/v4.2.0.html +%%PORTDOCS%%%%DOCSDIR%%/v4.3.0.html