git: df6ec5e29e8e - main - graphics/tiff: update to 4.3.0

Antoine Brodin antoine at FreeBSD.org
Sun Apr 25 17:58:36 UTC 2021


The branch main has been updated by antoine:

URL: https://cgit.FreeBSD.org/ports/commit/?id=df6ec5e29e8ee95974540e84dadf5359d2540569

commit df6ec5e29e8ee95974540e84dadf5359d2540569
Author:     Antoine Brodin <antoine at FreeBSD.org>
AuthorDate: 2021-04-25 17:58:19 +0000
Commit:     Antoine Brodin <antoine at FreeBSD.org>
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 <rhwang at bigpanda.com>, Mikhail Teterin <mi at aldan.algebra.com>, Jun-ichiro itojun Itoh <itojun at itojun.org>
 
 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


More information about the dev-commits-ports-main mailing list