diff options
author | antoine <antoine@FreeBSD.org> | 2017-05-23 02:53:04 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2017-05-23 02:53:04 +0800 |
commit | 8db9557ee1743c6af9ebb79a20cbce8d391c3b6f (patch) | |
tree | 4c47931aff0e6b26bdd1b6e91cc30cab9dcdf93f /graphics | |
parent | 03007cb2f0f62c924a3c9ba07cfaeeb434d39f37 (diff) | |
download | freebsd-ports-gnome-8db9557ee1743c6af9ebb79a20cbce8d391c3b6f.tar.gz freebsd-ports-gnome-8db9557ee1743c6af9ebb79a20cbce8d391c3b6f.tar.zst freebsd-ports-gnome-8db9557ee1743c6af9ebb79a20cbce8d391c3b6f.zip |
Update to 4.0.8
PR: 219458, 216259
Submitted by: Vidar Karlsen
MFH: 2017Q2
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/tiff/Makefile | 3 | ||||
-rw-r--r-- | graphics/tiff/distinfo | 6 | ||||
-rw-r--r-- | graphics/tiff/files/patch-Makefile.in | 2 | ||||
-rw-r--r-- | graphics/tiff/pkg-plist | 9 |
4 files changed, 8 insertions, 12 deletions
diff --git a/graphics/tiff/Makefile b/graphics/tiff/Makefile index b8c25d4eac7b..50f544f25be8 100644 --- a/graphics/tiff/Makefile +++ b/graphics/tiff/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= tiff -PORTVERSION= 4.0.7 -PORTREVISION= 1 +PORTVERSION= 4.0.8 CATEGORIES= graphics MASTER_SITES= http://download.osgeo.org/libtiff/ diff --git a/graphics/tiff/distinfo b/graphics/tiff/distinfo index f6f7ae62f407..3061c9bf38dc 100644 --- a/graphics/tiff/distinfo +++ b/graphics/tiff/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1479629608 -SHA256 (tiff-4.0.7.tar.gz) = 9f43a2cfb9589e5cecaa66e16bf87f814c945f22df7ba600d63aac4632c4f019 -SIZE (tiff-4.0.7.tar.gz) = 2076392 +TIMESTAMP = 1495471154 +SHA256 (tiff-4.0.8.tar.gz) = 59d7a5a8ccd92059913f246877db95a2918e6c04fb9d43fd74e5c3390dac2910 +SIZE (tiff-4.0.8.tar.gz) = 2065574 diff --git a/graphics/tiff/files/patch-Makefile.in b/graphics/tiff/files/patch-Makefile.in index 3f2f7de6e5fa..4d2d6ff8ac71 100644 --- a/graphics/tiff/files/patch-Makefile.in +++ b/graphics/tiff/files/patch-Makefile.in @@ -1,4 +1,4 @@ ---- Makefile.in.orig 2016-11-19 17:40:20 UTC +--- Makefile.in.orig 2017-05-21 18:49:35 UTC +++ Makefile.in @@ -495,19 +495,6 @@ distclean-libtool: -rm -f libtool config.lt diff --git a/graphics/tiff/pkg-plist b/graphics/tiff/pkg-plist index a7a2502cd07a..f9022a393e0f 100644 --- a/graphics/tiff/pkg-plist +++ b/graphics/tiff/pkg-plist @@ -24,19 +24,17 @@ include/tiffvers.h lib/libtiff.a lib/libtiff.so lib/libtiff.so.5 -lib/libtiff.so.5.2.5 +lib/libtiff.so.5.2.6 lib/libtiffxx.a lib/libtiffxx.so lib/libtiffxx.so.5 -lib/libtiffxx.so.5.2.5 +lib/libtiffxx.so.5.2.6 libdata/pkgconfig/libtiff-4.pc man/man1/fax2ps.1.gz man/man1/fax2tiff.1.gz man/man1/pal2rgb.1.gz man/man1/ppm2tiff.1.gz man/man1/raw2tiff.1.gz -man/man1/rgb2ycbcr.1.gz -man/man1/thumbnail.1.gz man/man1/tiff2bw.1.gz man/man1/tiff2pdf.1.gz man/man1/tiff2ps.1.gz @@ -228,8 +226,6 @@ man/man3/libtiff.3tiff.gz %%PORTDOCS%%%%DOCSDIR%%/man/pal2rgb.1.html %%PORTDOCS%%%%DOCSDIR%%/man/ppm2tiff.1.html %%PORTDOCS%%%%DOCSDIR%%/man/raw2tiff.1.html -%%PORTDOCS%%%%DOCSDIR%%/man/rgb2ycbcr.1.html -%%PORTDOCS%%%%DOCSDIR%%/man/thumbnail.1.html %%PORTDOCS%%%%DOCSDIR%%/man/tiff2bw.1.html %%PORTDOCS%%%%DOCSDIR%%/man/tiff2pdf.1.html %%PORTDOCS%%%%DOCSDIR%%/man/tiff2ps.1.html @@ -291,3 +287,4 @@ man/man3/libtiff.3tiff.gz %%PORTDOCS%%%%DOCSDIR%%/v4.0.5.html %%PORTDOCS%%%%DOCSDIR%%/v4.0.6.html %%PORTDOCS%%%%DOCSDIR%%/v4.0.7.html +%%PORTDOCS%%%%DOCSDIR%%/v4.0.8.html |