pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/tiff



Module Name:    pkgsrc
Committed By:   gdt
Date:           Tue Apr 20 13:12:54 UTC 2021

Modified Files:
        pkgsrc/graphics/tiff: Makefile PLIST distinfo
Removed Files:
        pkgsrc/graphics/tiff/patches: patch-configure

Log Message:
graphics/tiff: Update to 4.3.0

Upstream changes:

  tiff requires C99 and uses C99 types.  The previous tiff types are
  deprecated.

  new codec for LERC

  bugfixes

  pruning of things no longer in use

https://libtiff.gitlab.io/libtiff/v4.3.0.html


To generate a diff of this commit:
cvs rdiff -u -r1.148 -r1.149 pkgsrc/graphics/tiff/Makefile
cvs rdiff -u -r1.28 -r1.29 pkgsrc/graphics/tiff/PLIST
cvs rdiff -u -r1.96 -r1.97 pkgsrc/graphics/tiff/distinfo
cvs rdiff -u -r1.4 -r0 pkgsrc/graphics/tiff/patches/patch-configure

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/tiff/Makefile
diff -u pkgsrc/graphics/tiff/Makefile:1.148 pkgsrc/graphics/tiff/Makefile:1.149
--- pkgsrc/graphics/tiff/Makefile:1.148 Mon Jan  4 18:05:03 2021
+++ pkgsrc/graphics/tiff/Makefile       Tue Apr 20 13:12:54 2021
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.148 2021/01/04 18:05:03 wiz Exp $
+# $NetBSD: Makefile,v 1.149 2021/04/20 13:12:54 gdt Exp $
 
-DISTNAME=      tiff-4.2.0
+DISTNAME=      tiff-4.3.0
 CATEGORIES=    graphics
 MASTER_SITES=  https://download.osgeo.org/libtiff/
 
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+MAINTAINER=    gdt%NetBSD.org@localhost
 HOMEPAGE=      http://simplesystems.org/libtiff/
 COMMENT=       Library and tools for reading and writing TIFF data files
 LICENSE=       mit

Index: pkgsrc/graphics/tiff/PLIST
diff -u pkgsrc/graphics/tiff/PLIST:1.28 pkgsrc/graphics/tiff/PLIST:1.29
--- pkgsrc/graphics/tiff/PLIST:1.28     Mon Jan  4 18:05:03 2021
+++ pkgsrc/graphics/tiff/PLIST  Tue Apr 20 13:12:54 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.28 2021/01/04 18:05:03 wiz Exp $
+@comment $NetBSD: PLIST,v 1.29 2021/04/20 13:12:54 gdt Exp $
 bin/fax2ps
 bin/fax2tiff
 bin/pal2rgb
@@ -236,4 +236,5 @@ share/doc/tiff/html/v4.0.7.html
 share/doc/tiff/html/v4.0.8.html
 share/doc/tiff/html/v4.0.9.html
 share/doc/tiff/html/v4.1.0.html
+share/doc/tiff/html/v4.2.0.html
 share/doc/tiff/html/v${PKGVERSION}.html

Index: pkgsrc/graphics/tiff/distinfo
diff -u pkgsrc/graphics/tiff/distinfo:1.96 pkgsrc/graphics/tiff/distinfo:1.97
--- pkgsrc/graphics/tiff/distinfo:1.96  Mon Jan  4 18:05:03 2021
+++ pkgsrc/graphics/tiff/distinfo       Tue Apr 20 13:12:54 2021
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.96 2021/01/04 18:05:03 wiz Exp $
+$NetBSD: distinfo,v 1.97 2021/04/20 13:12:54 gdt Exp $
 
-SHA1 (tiff-4.2.0.tar.gz) = 400ff865beb34499633dd1095fe438995e6da707
-RMD160 (tiff-4.2.0.tar.gz) = ec0786653efa76fcd30c9c7274c1c246719821de
-SHA512 (tiff-4.2.0.tar.gz) = d7d42e6e6dbda9604c638f28e6cfa4705191a4e8ea276d18031d50dbab0931ac91141e57a2cf294124487f1a2e6dfcb9be62431c1b69de5acf4d0e632f3322e5
-Size (tiff-4.2.0.tar.gz) = 2809373 bytes
-SHA1 (patch-configure) = a0032133f06b6ac92bbf52349fabe83f74ea14a6
+SHA1 (tiff-4.3.0.tar.gz) = c03f6cb05b64ff496b3a5c733a0af6296aead051
+RMD160 (tiff-4.3.0.tar.gz) = 254477d12e79309cb82615eaad9946cc627a58f3
+SHA512 (tiff-4.3.0.tar.gz) = e04a4a6c542e58a174c1e9516af3908acf1d3d3e1096648c5514f4963f73e7af27387a76b0fbabe43cf867a18874088f963796a7cd6e45deb998692e3e235493
+Size (tiff-4.3.0.tar.gz) = 2808254 bytes



Home | Main Index | Thread Index | Old Index