diff options
author | skv <skv@FreeBSD.org> | 2010-11-04 22:10:55 +0800 |
---|---|---|
committer | skv <skv@FreeBSD.org> | 2010-11-04 22:10:55 +0800 |
commit | 49b2e8f0d27bc93d1a0b9ad93bd4ddee876591f2 (patch) | |
tree | ffeea42e6992f0c000f2b98eec56e69043565f32 /lang/parrot/pkg-plist | |
parent | 47050af9585cd9914318b8cb1ebf0e86afa86ee2 (diff) | |
download | freebsd-ports-graphics-49b2e8f0d27bc93d1a0b9ad93bd4ddee876591f2.tar.gz freebsd-ports-graphics-49b2e8f0d27bc93d1a0b9ad93bd4ddee876591f2.tar.zst freebsd-ports-graphics-49b2e8f0d27bc93d1a0b9ad93bd4ddee876591f2.zip |
Update to 2.9.1
Changes: http://www.parrot.org/news/parrot-2.9.1-released
http://www.parrot.org/news/2010/Parrot-2.9.0
PR: ports/151811
Submitted by: Aliaksandr Zahatski <zahatski@gmail.com>
Diffstat (limited to 'lang/parrot/pkg-plist')
-rw-r--r-- | lang/parrot/pkg-plist | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lang/parrot/pkg-plist b/lang/parrot/pkg-plist index 3b917ae7b53..4d9c0a70133 100644 --- a/lang/parrot/pkg-plist +++ b/lang/parrot/pkg-plist @@ -47,6 +47,7 @@ include/parrot/%%PARROT_VER%%/parrot/io_unix.h include/parrot/%%PARROT_VER%%/parrot/io_win32.h include/parrot/%%PARROT_VER%%/parrot/key.h include/parrot/%%PARROT_VER%%/parrot/library.h +include/parrot/%%PARROT_VER%%/parrot/list.h include/parrot/%%PARROT_VER%%/parrot/longopt.h include/parrot/%%PARROT_VER%%/parrot/memory.h include/parrot/%%PARROT_VER%%/parrot/misc.h @@ -144,8 +145,6 @@ include/parrot/%%PARROT_VER%%/pmc/pmc_packfileannotations.h include/parrot/%%PARROT_VER%%/pmc/pmc_packfileconstanttable.h include/parrot/%%PARROT_VER%%/pmc/pmc_packfiledebug.h include/parrot/%%PARROT_VER%%/pmc/pmc_packfiledirectory.h -include/parrot/%%PARROT_VER%%/pmc/pmc_packfilefixupentry.h -include/parrot/%%PARROT_VER%%/pmc/pmc_packfilefixuptable.h include/parrot/%%PARROT_VER%%/pmc/pmc_packfilerawsegment.h include/parrot/%%PARROT_VER%%/pmc/pmc_packfilesegment.h include/parrot/%%PARROT_VER%%/pmc/pmc_parrotinterpreter.h @@ -608,8 +607,6 @@ src/parrot/%%PARROT_VER%%/pmc/packfileannotations.dump src/parrot/%%PARROT_VER%%/pmc/packfileconstanttable.dump src/parrot/%%PARROT_VER%%/pmc/packfiledebug.dump src/parrot/%%PARROT_VER%%/pmc/packfiledirectory.dump -src/parrot/%%PARROT_VER%%/pmc/packfilefixupentry.dump -src/parrot/%%PARROT_VER%%/pmc/packfilefixuptable.dump src/parrot/%%PARROT_VER%%/pmc/packfilerawsegment.dump src/parrot/%%PARROT_VER%%/pmc/packfilesegment.dump src/parrot/%%PARROT_VER%%/pmc/parrotinterpreter.dump |