From owner-svn-ports-all@FreeBSD.ORG Tue Dec 2 22:21:13 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 086227D; Tue, 2 Dec 2014 22:21:13 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 E928BC5E; Tue, 2 Dec 2014 22:21:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sB2MLCGx080427; Tue, 2 Dec 2014 22:21:12 GMT (envelope-from dinoex@FreeBSD.org) Received: (from dinoex@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sB2MLCLm080426; Tue, 2 Dec 2014 22:21:12 GMT (envelope-from dinoex@FreeBSD.org) Message-Id: <201412022221.sB2MLCLm080426@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: dinoex set sender to dinoex@FreeBSD.org using -f From: Dirk Meyer Date: Tue, 2 Dec 2014 22:21:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r373789 - head/graphics/tiff/files X-SVN-Group: ports-head 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.18-1 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: Tue, 02 Dec 2014 22:21:13 -0000 Author: dinoex Date: Tue Dec 2 22:21:12 2014 New Revision: 373789 URL: https://svnweb.freebsd.org/changeset/ports/373789 QAT: https://qat.redports.org/buildarchive/r373789/ Log: - cleanup after r373197 Added: head/graphics/tiff/files/patch-tiffcrop.1 - copied unchanged from r373754, head/graphics/tiff/files/patch-man_tiffcrop.1 Deleted: head/graphics/tiff/files/patch-man_tiffcrop.1 Copied: head/graphics/tiff/files/patch-tiffcrop.1 (from r373754, head/graphics/tiff/files/patch-man_tiffcrop.1) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/tiff/files/patch-tiffcrop.1 Tue Dec 2 22:21:12 2014 (r373789, copy of r373754, head/graphics/tiff/files/patch-man_tiffcrop.1) @@ -0,0 +1,10 @@ +--- man/tiffcrop.1.orig 2010-12-14 01:45:44 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 + that will fit on the target paper size at the specified resolution. + .fi +-.RE + .PP + Extract two regions 2048 pixels wide by 2048 pixels high from each page of + a multi\-page input file and write each region to a separate output file.