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 | |
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')
-rw-r--r-- | lang/parrot/Makefile | 6 | ||||
-rw-r--r-- | lang/parrot/PLIST | 4 | ||||
-rw-r--r-- | lang/parrot/distinfo | 8 |
3 files changed, 9 insertions, 9 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}/ diff --git a/lang/parrot/PLIST b/lang/parrot/PLIST index acc621aee73..63aa0d8e399 100644 --- a/lang/parrot/PLIST +++ b/lang/parrot/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.30 2012/03/08 10:11:23 he Exp $ +@comment $NetBSD: PLIST,v 1.31 2012/07/25 11:41:19 he Exp $ bin/ops2c bin/parrot bin/parrot-nqp @@ -548,7 +548,7 @@ share/doc/parrot/${PKGVERSION}/DONORS.pod share/doc/parrot/${PKGVERSION}/LICENSE share/doc/parrot/${PKGVERSION}/PBC_COMPAT share/doc/parrot/${PKGVERSION}/PLATFORMS -share/doc/parrot/${PKGVERSION}/README +share/doc/parrot/${PKGVERSION}/README.pod share/doc/parrot/${PKGVERSION}/README_cygwin.pod share/doc/parrot/${PKGVERSION}/README_win32.pod share/doc/parrot/${PKGVERSION}/RESPONSIBLE_PARTIES diff --git a/lang/parrot/distinfo b/lang/parrot/distinfo index 064cb6a5643..cc78cd3ce34 100644 --- a/lang/parrot/distinfo +++ b/lang/parrot/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.49 2012/07/07 10:46:52 he Exp $ +$NetBSD: distinfo,v 1.50 2012/07/25 11:41:19 he Exp $ -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 (parrot-4.4.0.tar.gz) = 1e33f789497a2326fff21b59ebba82a79ceda881 +RMD160 (parrot-4.4.0.tar.gz) = 9ad28348fb27e7bc234b8e0badc298963a3ec82a +Size (parrot-4.4.0.tar.gz) = 4528095 bytes SHA1 (patch-ad) = a972d48a879e541f6894f2eeb82a70b1756437d9 |