Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Dec 2020 16:38:45 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
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
Message-ID:  <202012301638.0BUGcjeh054928@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012301638.0BUGcjeh054928>