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/PLIST | |
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/PLIST')
-rw-r--r-- | lang/parrot/PLIST | 4 |
1 files changed, 2 insertions, 2 deletions
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 |