From owner-svn-ports-head@FreeBSD.ORG Thu Jul 17 05:29:46 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 025AFB5A; Thu, 17 Jul 2014 05:29:46 +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 CCAA82C52; Thu, 17 Jul 2014 05:29:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6H5TjOr046043; Thu, 17 Jul 2014 05:29:45 GMT (envelope-from pi@svn.freebsd.org) Received: (from pi@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6H5TjwD046041; Thu, 17 Jul 2014 05:29:45 GMT (envelope-from pi@svn.freebsd.org) Message-Id: <201407170529.s6H5TjwD046041@svn.freebsd.org> From: Kurt Jaeger Date: Thu, 17 Jul 2014 05:29:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r362119 - head/misc/findutils X-SVN-Group: ports-head 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.18 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: Thu, 17 Jul 2014 05:29:46 -0000 Author: pi Date: Thu Jul 17 05:29:45 2014 New Revision: 362119 URL: http://svnweb.freebsd.org/changeset/ports/362119 QAT: https://qat.redports.org/buildarchive/r362119/ Log: misc/findutils: 4.5.12 -> 4.5.13 #40339: Fix leaked directory handle when listing mounted file systems. #40094: The xargs --help output has a small number of cosmetic improvements. #39197: Small fix to find's manual page to remove an unwanted backslash, which made the troff incompatible with Eric Raymond's doclifter software. #39162: -printf reads beyond arguments terminated by \ #35753: Check the success/failure of material I/O operations where these are important to the use of the output (i.e. check the output for "find -ok" but not debugging output). #31005: The find manual page and Texinfo manual now more clearly state that -exec ... + always returns true. ** Translations Updated translations: Estonian, Polish, Ukranian. PR: 191904 Submitted by: aehlig@linta.de (maintainer) Modified: head/misc/findutils/Makefile head/misc/findutils/distinfo Modified: head/misc/findutils/Makefile ============================================================================== --- head/misc/findutils/Makefile Thu Jul 17 04:03:21 2014 (r362118) +++ head/misc/findutils/Makefile Thu Jul 17 05:29:45 2014 (r362119) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= findutils -PORTVERSION= 4.5.12 +PORTVERSION= 4.5.13 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_GNU_ALPHA} MASTER_SITE_SUBDIR= findutils Modified: head/misc/findutils/distinfo ============================================================================== --- head/misc/findutils/distinfo Thu Jul 17 04:03:21 2014 (r362118) +++ head/misc/findutils/distinfo Thu Jul 17 05:29:45 2014 (r362119) @@ -1,4 +1,4 @@ -SHA256 (findutils-4.5.12.tar.gz) = df859eebad68c216204363f163c0e4200208ce7348f3658564a120e32e4f63de -SIZE (findutils-4.5.12.tar.gz) = 3236073 -SHA256 (findutils-4.5.12.tar.gz.sig) = 987a5a35dc97ac8141319b4306f20d483f346ceb7e25c92fd0a244e727a764d3 -SIZE (findutils-4.5.12.tar.gz.sig) = 152 +SHA256 (findutils-4.5.13.tar.gz) = 89f50868d0ae1f8b9329304414b1a71bd9241a4696e43f6c7fc767930d11d971 +SIZE (findutils-4.5.13.tar.gz) = 3536770 +SHA256 (findutils-4.5.13.tar.gz.sig) = 597e2a3273e912067082a1bfbcd9ad68d9328a3d3a895f37e6a74e5e2bb7586d +SIZE (findutils-4.5.13.tar.gz.sig) = 152