diff options
author | he <he@pkgsrc.org> | 2012-07-25 11:41:19 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2012-07-25 11:41:19 +0000 |
commit | f39cadb4022c238652c166a36c4fd76cd5d2bb31 (patch) | |
tree | 6eedab669cb760cc31158dd8a55eb09bc1579000 /lang/parrot/Makefile | |
parent | b79c9e0c920f4ba73bf01bbc6aa8f861c40aad63 (diff) | |
download | pkgsrc-f39cadb4022c238652c166a36c4fd76cd5d2bb31.tar.gz |
Update parrot to version 4.4.0.
Pkgsrc changes -- minor adaptation to installed files.
Upstream changes:
- Core
+ Most internal calls to libc exit(x) have been replaced with
Parrot_x_* API calls or PARROT_FORCE_EXIT
- Documentation
+ 'pdd31_hll.pod' made stable in 'docs/pdds/'.
+ Updated main 'README' to 'README.pod'
+ Updated various dependencies, e.g., 'lib/Parrot/Distribution.pm'.
+ Updated all 'README' files to 'README.pod' files.
+ Added 'README.pod' files to top-level directories.
- Tests
+ Update various tests to pull from new 'README.pod'
+ Updated 't/tools/install/02-install_files.t' to pull from new
'README.pod'
- Community
- Platforms
- Tools
+ pbc_merge has been fixed to deduplicate constant strings and
merge annotations segments
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 5d945b6be25..235729c4b2f 100644 --- a/lang/parrot/Makefile +++ b/lang/parrot/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.60 2012/07/07 10:46:52 he Exp $ +# $NetBSD: Makefile,v 1.61 2012/07/25 11:41:19 he Exp $ # -VERSION= 4.3.0 -RTYPE= stable +VERSION= 4.4.0 +RTYPE= devel DISTNAME= parrot-${VERSION} CATEGORIES= lang MASTER_SITES= ftp://ftp.parrot.org/pub/parrot/releases/${RTYPE}/${VERSION}/ |