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 | 6a93df188e54d40b609414901a29cdb363a57872 (patch) | |
tree | b88e8161e89af29783a37a1f061e9b9334068bff /lang/parrot/Makefile | |
parent | 6e1cb7d67266c3d71cfb7e485874c2f5291aa3c7 (diff) | |
download | pkgsrc-6a93df188e54d40b609414901a29cdb363a57872.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
Diffstat (limited to 'lang/parrot/Makefile')
-rw-r--r-- | lang/parrot/Makefile | 6 |
1 files changed, 3 insertions, 3 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}/ |