Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id 4385363B85F for ; Wed, 15 Aug 2012 11:01:44 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 19CD014A21C; Wed, 15 Aug 2012 11:01:44 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 47C7C14A219 for ; Wed, 15 Aug 2012 11:01:42 +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 FHW59s77eONm for ; Wed, 15 Aug 2012 11:01:41 +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 C3B2914A217 for ; Wed, 15 Aug 2012 11:01:41 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 95C92175DD; Wed, 15 Aug 2012 11:01:41 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Wed, 15 Aug 2012 11:01:40 +0000 From: "Havard Eidnes" Subject: CVS commit: pkgsrc/lang/parrot To: pkgsrc-changes@NetBSD.org Reply-To: he@netbsd.org X-Mailer: log_accum Message-Id: <20120815110141.95C92175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: he Date: Wed Aug 15 11:01:40 UTC 2012 Modified Files: pkgsrc/lang/parrot: Makefile distinfo Log Message: Update lang/parrot to version 4.6.0. Upstream changes: - Core + Added init_pmc method to PackFileView. - Documentation + Added source lines from 'docs/index/book.json' to 'index.json' to make display of 'Parrot Developer's Guide: PIR (draft)' display more like the other books, e.g., 'PCT Book'. + Removed 'docs/index/book.json' as unnecessary. - Build + Improve on 'sudo make install' permission errors by using File::Copy::cp. To generate a diff of this commit: cvs rdiff -u -r1.62 -r1.63 pkgsrc/lang/parrot/Makefile cvs rdiff -u -r1.51 -r1.52 pkgsrc/lang/parrot/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.