diff options
author | pi <pi@FreeBSD.org> | 2014-07-17 05:29:45 +0000 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2014-07-17 05:29:45 +0000 |
commit | 6fa17c2d81d383b3a5ce4e41c7eec93cdf98d687 (patch) | |
tree | 6a1b732d8c55bc08e9ea42f56b6d155c803bef68 | |
parent | 7e1e14ed28933334a3c675df854d7eed6338ce21 (diff) | |
download | FreeBSD-ports-6fa17c2d81d383b3a5ce4e41c7eec93cdf98d687.zip FreeBSD-ports-6fa17c2d81d383b3a5ce4e41c7eec93cdf98d687.tar.gz |
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)
-rw-r--r-- | misc/findutils/Makefile | 2 | ||||
-rw-r--r-- | misc/findutils/distinfo | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/misc/findutils/Makefile b/misc/findutils/Makefile index 2c703dd..d466755 100644 --- a/misc/findutils/Makefile +++ b/misc/findutils/Makefile @@ -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 diff --git a/misc/findutils/distinfo b/misc/findutils/distinfo index 88ce1d7..5d79d59 100644 --- a/misc/findutils/distinfo +++ b/misc/findutils/distinfo @@ -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 |