Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 7038C7A494 for ; Mon, 2 May 2016 05:18:49 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id D4D4485F60; Mon, 2 May 2016 05:18:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 63B8385E81 for ; Mon, 2 May 2016 05:18:48 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id VMRqAz45szNa for ; Mon, 2 May 2016 05:18:48 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 107B784CE7 for ; Mon, 2 May 2016 05:18:48 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0B588FBBA; Mon, 2 May 2016 05:18:48 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Mon, 2 May 2016 05:18:48 +0000 From: "Richard PALO" Subject: CVS commit: pkgsrc/sysutils/findutils To: pkgsrc-changes@NetBSD.org Reply-To: richard@netbsd.org X-Mailer: log_accum Message-Id: <20160502051848.0B588FBBA@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: richard Date: Mon May 2 05:18:47 UTC 2016 Modified Files: pkgsrc/sysutils/findutils: Makefile PLIST Log Message: pkg_admin check (an bmake check) notice that the target of the symlink $LOCALBASE/gnu/bin/oldfind and its manpage is missing. Indeed, oldfind was obsoleted in findutils 4.4.2. PLIST and symlink generation is updated to reflect this. bump PKGREVISION to pick up the change. To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 pkgsrc/sysutils/findutils/Makefile cvs rdiff -u -r1.13 -r1.14 pkgsrc/sysutils/findutils/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.