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 context 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,8 +1,8 @@
-# $NetBSD: Makefile,v 1.59 2012/07/03 13:29:25 he Exp $
+# $NetBSD: Makefile,v 1.60 2012/07/07 10:46:52 he Exp $
 #
 
-VERSION=		4.2.0
-RTYPE=			devel
+VERSION=		4.3.0
+RTYPE=			stable
 DISTNAME=		parrot-${VERSION}
 CATEGORIES=		lang
 MASTER_SITES=		ftp://ftp.parrot.org/pub/parrot/releases/${RTYPE}/${VERSION}/

cvs diff -r1.48 -r1.49 pkgsrc/lang/parrot/distinfo (expand / switch to context 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 @@
-$NetBSD: distinfo,v 1.48 2012/07/03 13:29:25 he Exp $
+$NetBSD: distinfo,v 1.49 2012/07/07 10:46:52 he Exp $
 
-SHA1 (parrot-4.2.0.tar.gz) = a67783bf3eb9de92302c47cb5ffabfa95a255353
-RMD160 (parrot-4.2.0.tar.gz) = 99756d73fcb6866133fcdc39bc8dda83e0057174
-Size (parrot-4.2.0.tar.gz) = 4514090 bytes
+SHA1 (parrot-4.3.0.tar.gz) = 6df35372f08f4cd50c8090253eea66faf5622abc
+RMD160 (parrot-4.3.0.tar.gz) = 27beab3045f96105da0087edc865a4ccabf5bc65
+Size (parrot-4.3.0.tar.gz) = 4521527 bytes
 SHA1 (patch-ad) = a972d48a879e541f6894f2eeb82a70b1756437d9
-SHA1 (patch-ak) = 19d7dfff43bb08ba046040771e45b95774e024b7

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