Sat Jul 7 10:46:52 2012 UTC ()
Update lang/parrot to 4.3.0.

Pkgsrc changes:
 * Remove patch-ak, as the fix is now adopted upstream.

Upstream changes:
 - Core
    + Winxed snapshot updated to 1.7.0
    + Add type introspection to lexical variables.
    + New 'tools/release/parrot_github_release.pl' script to automate
      updates to the 'parrot.github.com' and 'parrot-docsx' repositories.
    + Numerous casting and consting fixes thanks to GCC 4.8.
 - Documentation
    + Updated 'docs/projects/release_manager_guide.pod'
    + Updated 'docs/projects/release_parrot_github_guide.pod'
    + Improved function documentation.
 - Tests
 - Community
 - Platforms
    + Fixed alignment issues on ia64, sparc and mipsel.
    + Fixed a platform-specific issue with dlclose().


(he)
diff -r1.59 -r1.60 pkgsrc/lang/parrot/Makefile
diff -r1.48 -r1.49 pkgsrc/lang/parrot/distinfo
diff -r1.4 -r0 pkgsrc/lang/parrot/patches/patch-ak

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

--- pkgsrc/lang/parrot/Makefile 2012/07/03 13:29:25 1.59
+++ pkgsrc/lang/parrot/Makefile 2012/07/07 10:46:52 1.60
@@ -1,18 +1,18 @@ @@ -1,18 +1,18 @@
1# $NetBSD: Makefile,v 1.59 2012/07/03 13:29:25 he Exp $ 1# $NetBSD: Makefile,v 1.60 2012/07/07 10:46:52 he Exp $
2# 2#
3 3
4VERSION= 4.2.0 4VERSION= 4.3.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.48 -r1.49 pkgsrc/lang/parrot/distinfo (expand / switch to unified diff)

--- pkgsrc/lang/parrot/distinfo 2012/07/03 13:29:25 1.48
+++ pkgsrc/lang/parrot/distinfo 2012/07/07 10:46:52 1.49
@@ -1,7 +1,6 @@ @@ -1,7 +1,6 @@
1$NetBSD: distinfo,v 1.48 2012/07/03 13:29:25 he Exp $ 1$NetBSD: distinfo,v 1.49 2012/07/07 10:46:52 he Exp $
2 2
3SHA1 (parrot-4.2.0.tar.gz) = a67783bf3eb9de92302c47cb5ffabfa95a255353 3SHA1 (parrot-4.3.0.tar.gz) = 6df35372f08f4cd50c8090253eea66faf5622abc
4RMD160 (parrot-4.2.0.tar.gz) = 99756d73fcb6866133fcdc39bc8dda83e0057174 4RMD160 (parrot-4.3.0.tar.gz) = 27beab3045f96105da0087edc865a4ccabf5bc65
5Size (parrot-4.2.0.tar.gz) = 4514090 bytes 5Size (parrot-4.3.0.tar.gz) = 4521527 bytes
6SHA1 (patch-ad) = a972d48a879e541f6894f2eeb82a70b1756437d9 6SHA1 (patch-ad) = a972d48a879e541f6894f2eeb82a70b1756437d9
7SHA1 (patch-ak) = 19d7dfff43bb08ba046040771e45b95774e024b7 

File Deleted: pkgsrc/lang/parrot/patches/Attic/patch-ak