Wed Aug 15 11:01:40 2012 UTC ()
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.


(he)
diff -r1.62 -r1.63 pkgsrc/lang/parrot/Makefile
diff -r1.51 -r1.52 pkgsrc/lang/parrot/distinfo

cvs diff -r1.62 -r1.63 pkgsrc/lang/parrot/Makefile (expand / switch to unified diff)

--- pkgsrc/lang/parrot/Makefile 2012/07/31 08:16:06 1.62
+++ pkgsrc/lang/parrot/Makefile 2012/08/15 11:01:39 1.63
@@ -1,18 +1,18 @@ @@ -1,18 +1,18 @@
1# $NetBSD: Makefile,v 1.62 2012/07/31 08:16:06 he Exp $ 1# $NetBSD: Makefile,v 1.63 2012/08/15 11:01:39 he Exp $
2# 2#
3 3
4VERSION= 4.5.0 4VERSION= 4.6.0
5RTYPE= devel 5RTYPE= stable
6DISTNAME= parrot-${VERSION} 6DISTNAME= parrot-${VERSION}
7CATEGORIES= lang 7CATEGORIES= lang
8MASTER_SITES= ftp://ftp.parrot.org/pub/parrot/releases/${RTYPE}/${VERSION}/ 8MASTER_SITES= ftp://ftp.parrot.org/pub/parrot/releases/${RTYPE}/${VERSION}/
9 9
10MAINTAINER= he@NetBSD.org 10MAINTAINER= he@NetBSD.org
11HOMEPAGE= http://www.parrotcode.org/ 11HOMEPAGE= http://www.parrotcode.org/
12COMMENT= Virtual machine made to run Perl 6 and other languages 12COMMENT= Virtual machine made to run Perl 6 and other languages
13LICENSE= artistic-2.0 13LICENSE= artistic-2.0
14 14
15PKG_DESTDIR_SUPPORT= user-destdir 15PKG_DESTDIR_SUPPORT= user-destdir
16USE_LANGUAGES= c c++ 16USE_LANGUAGES= c c++
17USE_TOOLS+= perl 17USE_TOOLS+= perl
18PTHREAD_OPTS+= require 18PTHREAD_OPTS+= require

cvs diff -r1.51 -r1.52 pkgsrc/lang/parrot/distinfo (expand / switch to unified diff)

--- pkgsrc/lang/parrot/distinfo 2012/07/31 08:16:07 1.51
+++ pkgsrc/lang/parrot/distinfo 2012/08/15 11:01:40 1.52
@@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
1$NetBSD: distinfo,v 1.51 2012/07/31 08:16:07 he Exp $ 1$NetBSD: distinfo,v 1.52 2012/08/15 11:01:40 he Exp $
2 2
3SHA1 (parrot-4.5.0.tar.gz) = 093f83475a78496c833cc8cd2eae85e6a0193108 3SHA1 (parrot-4.6.0.tar.gz) = b1fc84930d8974bd46d08e94b9c5850243e92e96
4RMD160 (parrot-4.5.0.tar.gz) = 1f6fb14e0eed3df8c6ca81bcfd7086547594812e 4RMD160 (parrot-4.6.0.tar.gz) = 4ead4268fcdd03d2fb2037b29e4dd3fb344e8e7c
5Size (parrot-4.5.0.tar.gz) = 4530120 bytes 5Size (parrot-4.6.0.tar.gz) = 4528994 bytes
6SHA1 (patch-ad) = a972d48a879e541f6894f2eeb82a70b1756437d9 6SHA1 (patch-ad) = a972d48a879e541f6894f2eeb82a70b1756437d9
7SHA1 (patch-ao) = 0676a88e3a30078fdbb5ed3aa885a50d10db9aff 7SHA1 (patch-ao) = 0676a88e3a30078fdbb5ed3aa885a50d10db9aff
8SHA1 (patch-ap) = 64088161dc8d5f4c40d9ffa7ffecfa2abc572a44 8SHA1 (patch-ap) = 64088161dc8d5f4c40d9ffa7ffecfa2abc572a44