aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2021-04-25 17:58:19 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2021-04-25 17:58:19 +0000
commitdf6ec5e29e8ee95974540e84dadf5359d2540569 (patch)
treed2c39d5ec01d5c8ee15509ca51779f4d07aa5194
parent28164db7c511fe640cb2adf1dff10362897cf304 (diff)
downloadports-df6ec5e29e8ee95974540e84dadf5359d2540569.tar.gz
ports-df6ec5e29e8ee95974540e84dadf5359d2540569.zip
graphics/tiff: update to 4.3.0
-rw-r--r--comms/hylafax/files/patch-configure2
-rw-r--r--graphics/tiff/Makefile2
-rw-r--r--graphics/tiff/distinfo6
-rw-r--r--graphics/tiff/files/patch-Makefile.in4
-rw-r--r--graphics/tiff/files/patch-tiffcrop.12
-rw-r--r--graphics/tiff/pkg-plist5
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@bigpanda.com>, Mikhail Teterin <mi@aldan.algebra.com>, Jun-ichiro itojun Itoh <itojun@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