Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (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 01BDDA5674 for ; Sun, 26 Jul 2015 22:04:15 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 97CCA14A1A1; Sun, 26 Jul 2015 22:04:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D816B14A153 for ; Sun, 26 Jul 2015 22:04:13 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id BAO--4LBNvoI for ; Sun, 26 Jul 2015 22:04:13 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 702DB14A13A for ; Sun, 26 Jul 2015 22:04:13 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 645C998; Sun, 26 Jul 2015 22:04:13 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sun, 26 Jul 2015 22:04:13 +0000 From: "Soren Jacobsen" Subject: CVS commit: pkgsrc/shells/zsh To: pkgsrc-changes@NetBSD.org Reply-To: snj@netbsd.org X-Mailer: log_accum Message-Id: <20150726220413.645C998@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: snj Date: Sun Jul 26 22:04:13 UTC 2015 Modified Files: pkgsrc/shells/zsh: Makefile distinfo Added Files: pkgsrc/shells/zsh/patches: patch-Completion_Unix_Command__du patch-Completion_Unix_Command__sort Log Message: Fix a couple new-to-5.0.8 issues with command completion. - non-GNU du wouldn't complete filenames (taken from upstream) - sort completion threw a syntax error on NetBSD (reported upstream) Bump PKGREVISION to 1. To generate a diff of this commit: cvs rdiff -u -r1.69 -r1.70 pkgsrc/shells/zsh/Makefile cvs rdiff -u -r1.52 -r1.53 pkgsrc/shells/zsh/distinfo cvs rdiff -u -r0 -r1.1 \ pkgsrc/shells/zsh/patches/patch-Completion_Unix_Command__du \ pkgsrc/shells/zsh/patches/patch-Completion_Unix_Command__sort Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.