Fri Mar 9 14:06:31 2012 UTC ()
Update parrot to version 4.1.0.

Upstream changes:

- Core
   + Shared libraries and installable binaries are now stripped if
     built with --optimize on Cygwin, which greatly reduces their
     size on disk
   + New experimental PCC-related ops added to core.
- Documentation
   + Revised 'docs/project/release_manager_guide.pod'
- Tests
   + Parrot now uses Travis CI http://travis-ci.org
   + Parrot Continuous Integration (CI) with Travis CI means
     every commit of Parrot is now compiled and tested on gcc,
     g++ and clang with various Configure.pl options.
   + CI Notifications are sent to parrot-dev, the #parrot
     IRC channel and Smolder
   + Cardinal and Rakudo spec tests also on Travis CI


(he)
diff -r1.56 -r1.57 pkgsrc/lang/parrot/Makefile
diff -r1.46 -r1.47 pkgsrc/lang/parrot/distinfo

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

--- pkgsrc/lang/parrot/Makefile 2012/03/09 10:02:21 1.56
+++ pkgsrc/lang/parrot/Makefile 2012/03/09 14:06:31 1.57
@@ -1,18 +1,18 @@ @@ -1,18 +1,18 @@
1# $NetBSD: Makefile,v 1.56 2012/03/09 10:02:21 he Exp $ 1# $NetBSD: Makefile,v 1.57 2012/03/09 14:06:31 he Exp $
2# 2#
3 3
4VERSION= 4.0.0 4VERSION= 4.1.0
5RTYPE= stable 5RTYPE= devel
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.46 -r1.47 pkgsrc/lang/parrot/distinfo (expand / switch to unified diff)

--- pkgsrc/lang/parrot/distinfo 2012/03/09 10:02:21 1.46
+++ pkgsrc/lang/parrot/distinfo 2012/03/09 14:06:31 1.47
@@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
1$NetBSD: distinfo,v 1.46 2012/03/09 10:02:21 he Exp $ 1$NetBSD: distinfo,v 1.47 2012/03/09 14:06:31 he Exp $
2 2
3SHA1 (parrot-4.0.0.tar.gz) = f33c253a75f83207c4f303e1df9b65aff0d331d3 3SHA1 (parrot-4.1.0.tar.gz) = db81bab5a6f33ae82447ecbe9a5bd8e4700e4709
4RMD160 (parrot-4.0.0.tar.gz) = 99a8c8a6daec6aa49ee460dc993647ccc56e84ff 4RMD160 (parrot-4.1.0.tar.gz) = 55effebbb0d7fa5a138d678c8823ed13cc69a992
5Size (parrot-4.0.0.tar.gz) = 4506816 bytes 5Size (parrot-4.1.0.tar.gz) = 4504334 bytes
6SHA1 (patch-ad) = a972d48a879e541f6894f2eeb82a70b1756437d9 6SHA1 (patch-ad) = a972d48a879e541f6894f2eeb82a70b1756437d9
7SHA1 (patch-ak) = 19d7dfff43bb08ba046040771e45b95774e024b7 7SHA1 (patch-ak) = 19d7dfff43bb08ba046040771e45b95774e024b7