Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 4BFF6705DA for ; Sat, 27 Jul 2013 01:49:42 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id A3D4714A1C6; Sat, 27 Jul 2013 01:49:41 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id AC49914A1C5 for ; Sat, 27 Jul 2013 01:49:39 +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 wcyhsTywbxwP for ; Sat, 27 Jul 2013 01:49:39 +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 2B3B314A1C3 for ; Sat, 27 Jul 2013 01:49:39 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 245BD96; Sat, 27 Jul 2013 01:49:39 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sat, 27 Jul 2013 01:49:39 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/devel/p5-File-ChangeNotify To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20130727014939.245BD96@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wen Date: Sat Jul 27 01:49:39 UTC 2013 Modified Files: pkgsrc/devel/p5-File-ChangeNotify: Makefile distinfo Log Message: Update to 0.23 Upstream changes: 0.23 2013-01-26 - The new_events() watcher method blocked when using IO::Kqueue as the watcher backend. Reported and patched by Jun Kuriyama. 0.22 2012-04-13 - Remove unnecessary Perl 5.10 requirement. 0.21 2012-02-03 - The implementation of the exclude feature did not work properly in several cases. First, for the Inotify and KQueue watchers, when a new directory was created that should have been excluded, it was not. Second, it didn't work for files at all for these watchers. Reported by Jon Swartz. RT #73089. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/p5-File-ChangeNotify/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/p5-File-ChangeNotify/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.