From owner-svn-ports-head@freebsd.org Sun Nov 10 21:57:35 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5E2D51AB6E8; Sun, 10 Nov 2019 21:57:35 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47B7Cg1Yjzz4RKh; Sun, 10 Nov 2019 21:57:35 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 14B625889; Sun, 10 Nov 2019 21:57:35 +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 xAALvYWm004272; Sun, 10 Nov 2019 21:57:34 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xAALvYkm004270; Sun, 10 Nov 2019 21:57:34 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201911102157.xAALvYkm004270@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 10 Nov 2019 21:57:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r517231 - in head/graphics/tiff: . files X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: in head/graphics/tiff: . files X-SVN-Commit-Revision: 517231 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Nov 2019 21:57:35 -0000 Author: antoine Date: Sun Nov 10 21:57:34 2019 New Revision: 517231 URL: https://svnweb.freebsd.org/changeset/ports/517231 Log: Update graphics/tiff to 4.1.0 Deleted: head/graphics/tiff/files/patch-tools_tiff2ps.c 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 10 21:47:28 2019 (r517230) +++ head/graphics/tiff/Makefile Sun Nov 10 21:57:34 2019 (r517231) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= tiff -PORTVERSION= 4.0.10 -PORTREVISION= 1 +PORTVERSION= 4.1.0 CATEGORIES= graphics MASTER_SITES= https://download.osgeo.org/libtiff/ Modified: head/graphics/tiff/distinfo ============================================================================== --- head/graphics/tiff/distinfo Sun Nov 10 21:47:28 2019 (r517230) +++ head/graphics/tiff/distinfo Sun Nov 10 21:57:34 2019 (r517231) @@ -1,3 +1,3 @@ -TIMESTAMP = 1541970522 -SHA256 (tiff-4.0.10.tar.gz) = 2c52d11ccaf767457db0c46795d9c7d1a8d8f76f68b0b800a3dfe45786b996e4 -SIZE (tiff-4.0.10.tar.gz) = 2402867 +TIMESTAMP = 1572853967 +SHA256 (tiff-4.1.0.tar.gz) = 5d29f32517dadb6dbcd1255ea5bbc93a2b54b94fbf83653b4d65c7d6775b8634 +SIZE (tiff-4.1.0.tar.gz) = 2421581 Modified: head/graphics/tiff/pkg-plist ============================================================================== --- head/graphics/tiff/pkg-plist Sun Nov 10 21:47:28 2019 (r517230) +++ head/graphics/tiff/pkg-plist Sun Nov 10 21:57:34 2019 (r517231) @@ -24,11 +24,11 @@ include/tiffvers.h lib/libtiff.a lib/libtiff.so lib/libtiff.so.5 -lib/libtiff.so.5.4.0 +lib/libtiff.so.5.5.0 lib/libtiffxx.a lib/libtiffxx.so lib/libtiffxx.so.5 -lib/libtiffxx.so.5.4.0 +lib/libtiffxx.so.5.5.0 libdata/pkgconfig/libtiff-4.pc man/man1/fax2ps.1.gz man/man1/fax2tiff.1.gz @@ -290,3 +290,4 @@ man/man3/libtiff.3tiff.gz %%PORTDOCS%%%%DOCSDIR%%/v4.0.7.html %%PORTDOCS%%%%DOCSDIR%%/v4.0.8.html %%PORTDOCS%%%%DOCSDIR%%/v4.0.9.html +%%PORTDOCS%%%%DOCSDIR%%/v4.1.0.html