Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 01BEF63CB12 for ; Fri, 11 Nov 2011 08:31:47 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id D2C3314A289; Fri, 11 Nov 2011 08:31:47 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7072014A27F for ; Fri, 11 Nov 2011 08:31:45 +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 jGFaATYm6XMi for ; Fri, 11 Nov 2011 08:31:44 +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 9A64414A27E for ; Fri, 11 Nov 2011 08:31:44 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 867D1175DD; Fri, 11 Nov 2011 08:31:44 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Fri, 11 Nov 2011 08:31:44 +0000 From: "Hiramatsu Yoshifumi" Subject: CVS commit: pkgsrc/net/p5-Net-Daemon To: pkgsrc-changes@NetBSD.org Reply-To: hiramatsu@netbsd.org X-Mailer: log_accum Message-Id: <20111111083144.867D1175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: hiramatsu Date: Fri Nov 11 08:31:44 UTC 2011 Modified Files: pkgsrc/net/p5-Net-Daemon: Makefile distinfo Log Message: Update p5-Net-Daemon to 0.48. Changes from previous: 2011-03-09 Malcolm Nooning (0.48) * t/forkm.t Patched perl Leon Timmermans http://rt.perl.org/rt3/Public/Bug/Display.html?id=83646 2011-03-01 Malcolm Nooning (0.47) * lib/Net/Daemon.pm Patched per bug 32887 "ithreads not detected due to a typo" 2011-02-22 Malcolm Nooning (0.46) * lib/Net/Daemon.pm Fixed "Subroutine import redefined" problem that perl 5.8.8 CPAN testers was getting. It was due to more than one "require threads" being run. * distribution. Bumped up the version number first. 2011-02-18 Malcolm Nooning (0.45) * lib/Net/Daemon.pm Used "make dist" to create the uploaded * distribution. Bumped up the version number first. 2011-02-17 Malcolm Nooning (0.44) * lib/Net/Daemon.pm Added ServClose patch by Gaspar Chilingarov * t/thread.t Added patches by Daniel Macks and Joe McMahon, and added Test::More and skip_all for Windows < 5.10 2009-03-12 Joe McMahon (0.44) * Added necessary thread sharing to work with 5.10 threads model: regexp-threads, * Bumped minimum required perl to 5.10 for t/threads.t tests To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 pkgsrc/net/p5-Net-Daemon/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/net/p5-Net-Daemon/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.