From owner-svn-ports-all@freebsd.org Sun Nov 19 20:42:00 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BF064DBE1BD; Sun, 19 Nov 2017 20:42:00 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7130C637A8; Sun, 19 Nov 2017 20:42:00 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vAJKfxRD050277; Sun, 19 Nov 2017 20:41:59 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vAJKfxcS050274; Sun, 19 Nov 2017 20:41:59 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201711192041.vAJKfxcS050274@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 19 Nov 2017 20:41:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r454499 - head/graphics/tiff X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: head/graphics/tiff X-SVN-Commit-Revision: 454499 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Nov 2017 20:42:00 -0000 Author: antoine Date: Sun Nov 19 20:41:59 2017 New Revision: 454499 URL: https://svnweb.freebsd.org/changeset/ports/454499 Log: Update to 4.0.9 MFC after: 3 days MFH: 2017Q4 Modified: head/graphics/tiff/Makefile head/graphics/tiff/distinfo head/graphics/tiff/pkg-plist Modified: head/graphics/tiff/Makefile ============================================================================== --- head/graphics/tiff/Makefile Sun Nov 19 19:07:44 2017 (r454498) +++ head/graphics/tiff/Makefile Sun Nov 19 20:41:59 2017 (r454499) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tiff -PORTVERSION= 4.0.8 +PORTVERSION= 4.0.9 CATEGORIES= graphics MASTER_SITES= http://download.osgeo.org/libtiff/ Modified: head/graphics/tiff/distinfo ============================================================================== --- head/graphics/tiff/distinfo Sun Nov 19 19:07:44 2017 (r454498) +++ head/graphics/tiff/distinfo Sun Nov 19 20:41:59 2017 (r454499) @@ -1,3 +1,3 @@ -TIMESTAMP = 1495471154 -SHA256 (tiff-4.0.8.tar.gz) = 59d7a5a8ccd92059913f246877db95a2918e6c04fb9d43fd74e5c3390dac2910 -SIZE (tiff-4.0.8.tar.gz) = 2065574 +TIMESTAMP = 1511092936 +SHA256 (tiff-4.0.9.tar.gz) = 6e7bdeec2c310734e734d19aae3a71ebe37a4d842e0e23dbb1b8921c0026cfcd +SIZE (tiff-4.0.9.tar.gz) = 2305681 Modified: head/graphics/tiff/pkg-plist ============================================================================== --- head/graphics/tiff/pkg-plist Sun Nov 19 19:07:44 2017 (r454498) +++ head/graphics/tiff/pkg-plist Sun Nov 19 20:41:59 2017 (r454499) @@ -24,11 +24,11 @@ include/tiffvers.h lib/libtiff.a lib/libtiff.so lib/libtiff.so.5 -lib/libtiff.so.5.2.6 +lib/libtiff.so.5.3.0 lib/libtiffxx.a lib/libtiffxx.so lib/libtiffxx.so.5 -lib/libtiffxx.so.5.2.6 +lib/libtiffxx.so.5.3.0 libdata/pkgconfig/libtiff-4.pc man/man1/fax2ps.1.gz man/man1/fax2tiff.1.gz @@ -288,3 +288,4 @@ man/man3/libtiff.3tiff.gz %%PORTDOCS%%%%DOCSDIR%%/v4.0.6.html %%PORTDOCS%%%%DOCSDIR%%/v4.0.7.html %%PORTDOCS%%%%DOCSDIR%%/v4.0.8.html +%%PORTDOCS%%%%DOCSDIR%%/v4.0.9.html