Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Nov 2016 21:26:02 +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: r426758 - in head: . graphics/tiff graphics/tiff/files
Message-ID:  <201611212126.uALLQ2Bx062977@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Mon Nov 21 21:26:02 2016
New Revision: 426758
URL: https://svnweb.freebsd.org/changeset/ports/426758

Log:
  Update to 4.0.7
  The following tools are removed from this release: bmp2tiff, gif2tiff,
  ras2tiff, rgb2ycbcr and thumbnail.

Deleted:
  head/graphics/tiff/files/patch-CVE-2015-8665_8683
  head/graphics/tiff/files/patch-libtiff_tif__luv.c
  head/graphics/tiff/files/patch-libtiff_tif__next.c
  head/graphics/tiff/files/patch-libtiff_tif__pixarlog.c
  head/graphics/tiff/files/patch-tools_gif2tiff.c
Modified:
  head/UPDATING
  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-descr
  head/graphics/tiff/pkg-plist

Modified: head/UPDATING
==============================================================================
--- head/UPDATING	Mon Nov 21 21:13:28 2016	(r426757)
+++ head/UPDATING	Mon Nov 21 21:26:02 2016	(r426758)
@@ -5,7 +5,14 @@ they are unavoidable.
 You should get into the habit of checking this file for changes each time
 you update your ports collection, before attempting any port upgrades.
 
-20161116
+20161121:
+  AFFECTS: Users of graphics/tiff
+  AUTHOR: antoine@FreeBSD.org
+
+  The tiff port was updated to 4.0.7.
+  The following tools are removed from this release: bmp2tiff, gif2tiff, ras2tiff, rgb2ycbcr and thumbnail.
+
+20161116:
   AFFECTS: Users of sysutils/bareos-*
   AUTHOR: rand@iteris.com
 

Modified: head/graphics/tiff/Makefile
==============================================================================
--- head/graphics/tiff/Makefile	Mon Nov 21 21:13:28 2016	(r426757)
+++ head/graphics/tiff/Makefile	Mon Nov 21 21:26:02 2016	(r426758)
@@ -2,11 +2,9 @@
 # $FreeBSD$
 
 PORTNAME=	tiff
-PORTVERSION=	4.0.6
-PORTREVISION=	2
+PORTVERSION=	4.0.7
 CATEGORIES=	graphics
-MASTER_SITES=	ftp://ftp.remotesensing.org/pub/libtiff/ \
-		http://download.osgeo.org/libtiff/
+MASTER_SITES=	http://download.osgeo.org/libtiff/
 
 MAINTAINER=	portmgr@FreeBSD.org
 COMMENT=	Tools and library routines for working with TIFF images

Modified: head/graphics/tiff/distinfo
==============================================================================
--- head/graphics/tiff/distinfo	Mon Nov 21 21:13:28 2016	(r426757)
+++ head/graphics/tiff/distinfo	Mon Nov 21 21:26:02 2016	(r426758)
@@ -1,2 +1,3 @@
-SHA256 (tiff-4.0.6.tar.gz) = 4d57a50907b510e3049a4bba0d7888930fdfc16ce49f1bf693e5b6247370d68c
-SIZE (tiff-4.0.6.tar.gz) = 2192991
+TIMESTAMP = 1479629608
+SHA256 (tiff-4.0.7.tar.gz) = 9f43a2cfb9589e5cecaa66e16bf87f814c945f22df7ba600d63aac4632c4f019
+SIZE (tiff-4.0.7.tar.gz) = 2076392

Modified: head/graphics/tiff/files/patch-Makefile.in
==============================================================================
--- head/graphics/tiff/files/patch-Makefile.in	Mon Nov 21 21:13:28 2016	(r426757)
+++ head/graphics/tiff/files/patch-Makefile.in	Mon Nov 21 21:26:02 2016	(r426758)
@@ -1,6 +1,6 @@
---- Makefile.in.orig	2015-09-12 19:48:44 UTC
+--- Makefile.in.orig	2016-11-19 17:40:20 UTC
 +++ Makefile.in
-@@ -494,19 +494,6 @@ distclean-libtool:
+@@ -495,19 +495,6 @@ distclean-libtool:
  	-rm -f libtool config.lt
  install-dist_docDATA: $(dist_doc_DATA)
  	@$(NORMAL_INSTALL)

Modified: head/graphics/tiff/files/patch-tiffcrop.1
==============================================================================
--- head/graphics/tiff/files/patch-tiffcrop.1	Mon Nov 21 21:13:28 2016	(r426757)
+++ head/graphics/tiff/files/patch-tiffcrop.1	Mon Nov 21 21:26:02 2016	(r426758)
@@ -1,4 +1,4 @@
---- man/tiffcrop.1.orig	2010-12-14 01:45:44 UTC
+--- man/tiffcrop.1.orig	2016-09-25 20:05:52 UTC
 +++ man/tiffcrop.1
 @@ -496,7 +496,6 @@ the portrait or landscape option. The pa
  the image. It breaks each original image into a series of smaller images

Modified: head/graphics/tiff/pkg-descr
==============================================================================
--- head/graphics/tiff/pkg-descr	Mon Nov 21 21:13:28 2016	(r426757)
+++ head/graphics/tiff/pkg-descr	Mon Nov 21 21:26:02 2016	(r426758)
@@ -14,6 +14,4 @@ for some of the more esoteric portions o
 Unless NOPORTDOCS is defined, the html documentations is also
 installed locally in /usr/local/share/doc/tiff.
 
-LICENSE: Permission to use, copy, modify, distribute, and sell for any purpose
-
-WWW: http://www.remotesensing.org/libtiff/
+WWW: http://www.simplesystems.org/libtiff/

Modified: head/graphics/tiff/pkg-plist
==============================================================================
--- head/graphics/tiff/pkg-plist	Mon Nov 21 21:13:28 2016	(r426757)
+++ head/graphics/tiff/pkg-plist	Mon Nov 21 21:26:02 2016	(r426758)
@@ -1,13 +1,8 @@
-bin/bmp2tiff
 bin/fax2ps
 bin/fax2tiff
-bin/gif2tiff
 bin/pal2rgb
 bin/ppm2tiff
-bin/ras2tiff
 bin/raw2tiff
-bin/rgb2ycbcr
-bin/thumbnail
 bin/tiff2bw
 bin/tiff2pdf
 bin/tiff2ps
@@ -30,22 +25,18 @@ lib/libtiff.a
 lib/libtiff.so
 lib/libtiff.so.4
 lib/libtiff.so.5
-lib/libtiff.so.5.2.4
+lib/libtiff.so.5.2.5
 lib/libtiffxx.a
 lib/libtiffxx.so
 lib/libtiffxx.so.5
-lib/libtiffxx.so.5.2.4
+lib/libtiffxx.so.5.2.5
 libdata/pkgconfig/libtiff-4.pc
-man/man1/bmp2tiff.1.gz
 man/man1/fax2ps.1.gz
 man/man1/fax2tiff.1.gz
-man/man1/gif2tiff.1.gz
 man/man1/pal2rgb.1.gz
 man/man1/ppm2tiff.1.gz
-man/man1/ras2tiff.1.gz
 man/man1/raw2tiff.1.gz
 man/man1/rgb2ycbcr.1.gz
-man/man1/sgi2tiff.1.gz
 man/man1/thumbnail.1.gz
 man/man1/tiff2bw.1.gz
 man/man1/tiff2pdf.1.gz
@@ -60,7 +51,6 @@ man/man1/tiffinfo.1.gz
 man/man1/tiffmedian.1.gz
 man/man1/tiffset.1.gz
 man/man1/tiffsplit.1.gz
-man/man1/tiffsv.1.gz
 man/man3/TIFFCheckTile.3tiff.gz
 man/man3/TIFFClientOpen.3tiff.gz
 man/man3/TIFFClose.3tiff.gz
@@ -232,18 +222,14 @@ man/man3/libtiff.3tiff.gz
 %%PORTDOCS%%%%DOCSDIR%%/man/TIFFstrip.3tiff.html
 %%PORTDOCS%%%%DOCSDIR%%/man/TIFFswab.3tiff.html
 %%PORTDOCS%%%%DOCSDIR%%/man/TIFFtile.3tiff.html
-%%PORTDOCS%%%%DOCSDIR%%/man/bmp2tiff.1.html
 %%PORTDOCS%%%%DOCSDIR%%/man/fax2ps.1.html
 %%PORTDOCS%%%%DOCSDIR%%/man/fax2tiff.1.html
-%%PORTDOCS%%%%DOCSDIR%%/man/gif2tiff.1.html
 %%PORTDOCS%%%%DOCSDIR%%/man/index.html
 %%PORTDOCS%%%%DOCSDIR%%/man/libtiff.3tiff.html
 %%PORTDOCS%%%%DOCSDIR%%/man/pal2rgb.1.html
 %%PORTDOCS%%%%DOCSDIR%%/man/ppm2tiff.1.html
-%%PORTDOCS%%%%DOCSDIR%%/man/ras2tiff.1.html
 %%PORTDOCS%%%%DOCSDIR%%/man/raw2tiff.1.html
 %%PORTDOCS%%%%DOCSDIR%%/man/rgb2ycbcr.1.html
-%%PORTDOCS%%%%DOCSDIR%%/man/sgi2tiff.1.html
 %%PORTDOCS%%%%DOCSDIR%%/man/thumbnail.1.html
 %%PORTDOCS%%%%DOCSDIR%%/man/tiff2bw.1.html
 %%PORTDOCS%%%%DOCSDIR%%/man/tiff2pdf.1.html
@@ -259,7 +245,6 @@ man/man3/libtiff.3tiff.gz
 %%PORTDOCS%%%%DOCSDIR%%/man/tiffmedian.1.html
 %%PORTDOCS%%%%DOCSDIR%%/man/tiffset.1.html
 %%PORTDOCS%%%%DOCSDIR%%/man/tiffsplit.1.html
-%%PORTDOCS%%%%DOCSDIR%%/man/tiffsv.1.html
 %%PORTDOCS%%%%DOCSDIR%%/misc.html
 %%PORTDOCS%%%%DOCSDIR%%/support.html
 %%PORTDOCS%%%%DOCSDIR%%/tools.html
@@ -306,3 +291,4 @@ man/man3/libtiff.3tiff.gz
 %%PORTDOCS%%%%DOCSDIR%%/v4.0.4beta.html
 %%PORTDOCS%%%%DOCSDIR%%/v4.0.5.html
 %%PORTDOCS%%%%DOCSDIR%%/v4.0.6.html
+%%PORTDOCS%%%%DOCSDIR%%/v4.0.7.html



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