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 18E68A6531 for ; Sun, 6 Sep 2015 13:12:15 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 8042314A31F; Sun, 6 Sep 2015 13:12:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C681E14A31B for ; Sun, 6 Sep 2015 13:12: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 lClvrWk3JQ8r for ; Sun, 6 Sep 2015 13:12: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 5982614A303 for ; Sun, 6 Sep 2015 13:12:13 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 4211498; Sun, 6 Sep 2015 13:12:13 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sun, 6 Sep 2015 13:12:13 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/devel/p5-Term-ReadLine To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20150906131213.4211498@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: mef Date: Sun Sep 6 13:12:13 UTC 2015 Modified Files: pkgsrc/devel/p5-Term-ReadLine: Makefile distinfo Log Message: Update to 1.27 -------------- 1.27 2015-09-06 - readline-7.0 support new function rl_callback_sigcleanup - improve POD documents - Gnu.xs: not to use obsoleted typedefs which were obsoleted by ReadLine 6.3 - fix a wrong fix on 1.21 to let completion_function do case insensitive match. [rt.cpan.org #72378] - fix rl_display_match_list to show the first entry of the array. The bug caused segmentation fault with readline-7.0. - some improvement of Makefile.PL: - add support homebrew on Mac OS X. [rt.cpan.org #104389] - print an error string when system() fails. - specify 'int' on 'main()'. - use -O when -D_FORTIFY_SOURCE is defined. To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 pkgsrc/devel/p5-Term-ReadLine/Makefile cvs rdiff -u -r1.16 -r1.17 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.