diff options
author | he <he@pkgsrc.org> | 2012-03-09 14:06:31 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2012-03-09 14:06:31 +0000 |
commit | d9f9b6e8dea8c793e4abc0cfb2b728199da4b8bf (patch) | |
tree | b88e8161e89af29783a37a1f061e9b9334068bff | |
parent | 5b896872e50b32ac15a14926f79263275a3f6ad9 (diff) | |
download | pkgsrc-d9f9b6e8dea8c793e4abc0cfb2b728199da4b8bf.tar.gz |
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
-rw-r--r-- | lang/parrot/Makefile | 6 | ||||
-rw-r--r-- | lang/parrot/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/lang/parrot/Makefile b/lang/parrot/Makefile index b8e15aa2aa5..f0cb9be55de 100644 --- a/lang/parrot/Makefile +++ b/lang/parrot/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.56 2012/03/09 10:02:21 he Exp $ +# $NetBSD: Makefile,v 1.57 2012/03/09 14:06:31 he Exp $ # -VERSION= 4.0.0 -RTYPE= stable +VERSION= 4.1.0 +RTYPE= devel DISTNAME= parrot-${VERSION} CATEGORIES= lang MASTER_SITES= ftp://ftp.parrot.org/pub/parrot/releases/${RTYPE}/${VERSION}/ diff --git a/lang/parrot/distinfo b/lang/parrot/distinfo index 543e09297ee..2b5f0425884 100644 --- a/lang/parrot/distinfo +++ b/lang/parrot/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.46 2012/03/09 10:02:21 he Exp $ +$NetBSD: distinfo,v 1.47 2012/03/09 14:06:31 he Exp $ -SHA1 (parrot-4.0.0.tar.gz) = f33c253a75f83207c4f303e1df9b65aff0d331d3 -RMD160 (parrot-4.0.0.tar.gz) = 99a8c8a6daec6aa49ee460dc993647ccc56e84ff -Size (parrot-4.0.0.tar.gz) = 4506816 bytes +SHA1 (parrot-4.1.0.tar.gz) = db81bab5a6f33ae82447ecbe9a5bd8e4700e4709 +RMD160 (parrot-4.1.0.tar.gz) = 55effebbb0d7fa5a138d678c8823ed13cc69a992 +Size (parrot-4.1.0.tar.gz) = 4504334 bytes SHA1 (patch-ad) = a972d48a879e541f6894f2eeb82a70b1756437d9 SHA1 (patch-ak) = 19d7dfff43bb08ba046040771e45b95774e024b7 |