graphics/tiff: update to 4.3.0
This commit is contained in:
parent
28164db7c5
commit
df6ec5e29e
@ -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'
|
||||
|
@ -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/
|
||||
|
||||
|
@ -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
|
||||
|
@ -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)
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user