Received: from mail.netbsd.org (mail.NetBSD.org [199.233.217.200]) (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 EBE8B7ABC1 for ; Mon, 18 Jan 2016 13:54:14 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 9BADD85E93; Mon, 18 Jan 2016 13:54:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 29A9785E66 for ; Mon, 18 Jan 2016 13:54:14 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 38zjrqj-rCU1 for ; Mon, 18 Jan 2016 13:54:13 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id BE01B85E57 for ; Mon, 18 Jan 2016 13:54:13 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B4D84FBB5; Mon, 18 Jan 2016 13:54:13 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Mon, 18 Jan 2016 13:54:13 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/devel/p5-Pod-Usage To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20160118135413.B4D84FBB5@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wen Date: Mon Jan 18 13:54:13 UTC 2016 Modified Files: pkgsrc/devel/p5-Pod-Usage: Makefile distinfo Log Message: Update to 1.68 Update DEPENDS Upstream changes: 1.68 (marekr) - CPAN#102529: License declaration mismatch unified the license for Pod-Usage to "as Perl itself", and corrected authors - CPAN#109830: Tests fail added prerequisite for Pod::Text 4.00 to avoid running tests with outdated Pod::Text - CPAN#110443: [PATCH] fix -perldoc option in pod2usage() method added missing '-' - CPAN#110446: [feature request] -perldocopt for supplying perldoc options added this option; split of string on whitespace is not optimal, but should do the job 1.67 (marekr) - added options -perlcmd and -perldoc to allow for non-standard installations of perl and the perldoc script. Thanks to Markus Jansen for the patch To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/p5-Pod-Usage/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/p5-Pod-Usage/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.