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 3570BA5864 for ; Wed, 31 Dec 2014 14:55:18 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id A979014A137; Wed, 31 Dec 2014 14:55:17 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 05BF814A136 for ; Wed, 31 Dec 2014 14:55:15 +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 6bkpSsfiqDwl for ; Wed, 31 Dec 2014 14:55:14 +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 70D3314A135 for ; Wed, 31 Dec 2014 14:55:14 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 603D398; Wed, 31 Dec 2014 14:55:14 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Wed, 31 Dec 2014 14:55:14 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/p5-Term-ReadLine To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20141231145514.603D398@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wiz Date: Wed Dec 31 14:55:14 UTC 2014 Modified Files: pkgsrc/devel/p5-Term-ReadLine: Makefile distinfo Log Message: Update to 1.25: 1.25 2014-12-13 - fix to call rl_initialize() after I/O stream setting. [rt.cpan.org #96569] - t/readline.t: comment-out stty-command calls. - t/history.t, t/readline.t: print out the corresponding section names in the manuals of the libraries. - eg/perlsh: use 'IO' instead of 'FILEHANDLE' which Perl 5.20 warns. [rt.cpan.org #100883] - Fix copyright notices to use the year of first publication. To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 pkgsrc/devel/p5-Term-ReadLine/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/p5-Term-ReadLine/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.