1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

- Update to 2.8.0

PR:             ports/151105
Submitted by:   Aliaksandr Zahatski <zahatski@gmail.com>
With Hat:       perl@
This commit is contained in:
Philip M. Gollucci 2010-10-10 07:07:13 +00:00
parent 2b861df6d3
commit ba5293ffc7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=262747
3 changed files with 11 additions and 7 deletions

View File

@ -1,4 +1,4 @@
# $FreeBSD$
PARROT_VERSION= 2.7.0
PARROT_VERSION= 2.8.0

View File

@ -1,3 +1,3 @@
MD5 (parrot-2.7.0.tar.bz2) = 5e5f746cfc496a9dbd59fd8ac6a3f82b
SHA256 (parrot-2.7.0.tar.bz2) = 46296ad1a60c5933fc229ec64f638f2abb66de23bb9b01b3e7c7b248c2b32df0
SIZE (parrot-2.7.0.tar.bz2) = 3341745
MD5 (parrot-2.8.0.tar.bz2) = fdc171a024d6c17f05b1a406b86be859
SHA256 (parrot-2.8.0.tar.bz2) = 56391edc0914d17a698004fe68d4ad1c4a44141b79834efa69957df7dbde9082
SIZE (parrot-2.8.0.tar.bz2) = 3349020

View File

@ -17,7 +17,6 @@ include/parrot/%%PARROT_VER%%/parrot/atomic/sparc.h
include/parrot/%%PARROT_VER%%/parrot/caches.h
include/parrot/%%PARROT_VER%%/parrot/call.h
include/parrot/%%PARROT_VER%%/parrot/cclass.h
include/parrot/%%PARROT_VER%%/parrot/charset.h
include/parrot/%%PARROT_VER%%/parrot/compiler.h
include/parrot/%%PARROT_VER%%/parrot/config.h
include/parrot/%%PARROT_VER%%/parrot/context.h
@ -39,6 +38,7 @@ include/parrot/%%PARROT_VER%%/parrot/global_setup.h
include/parrot/%%PARROT_VER%%/parrot/has_header.h
include/parrot/%%PARROT_VER%%/parrot/hash.h
include/parrot/%%PARROT_VER%%/parrot/hll.h
include/parrot/%%PARROT_VER%%/parrot/imageio.h
include/parrot/%%PARROT_VER%%/parrot/imcc.h
include/parrot/%%PARROT_VER%%/parrot/interpreter.h
include/parrot/%%PARROT_VER%%/parrot/io.h
@ -118,9 +118,10 @@ include/parrot/%%PARROT_VER%%/pmc/pmc_handle.h
include/parrot/%%PARROT_VER%%/pmc/pmc_hash.h
include/parrot/%%PARROT_VER%%/pmc/pmc_hashiterator.h
include/parrot/%%PARROT_VER%%/pmc/pmc_hashiteratorkey.h
include/parrot/%%PARROT_VER%%/pmc/pmc_imageio.h
include/parrot/%%PARROT_VER%%/pmc/pmc_imageiofreeze.h
include/parrot/%%PARROT_VER%%/pmc/pmc_imageiosize.h
include/parrot/%%PARROT_VER%%/pmc/pmc_imageiostrings.h
include/parrot/%%PARROT_VER%%/pmc/pmc_imageiothaw.h
include/parrot/%%PARROT_VER%%/pmc/pmc_integer.h
include/parrot/%%PARROT_VER%%/pmc/pmc_iterator.h
include/parrot/%%PARROT_VER%%/pmc/pmc_key.h
@ -129,6 +130,7 @@ include/parrot/%%PARROT_VER%%/pmc/pmc_lexpad.h
include/parrot/%%PARROT_VER%%/pmc/pmc_managedstruct.h
include/parrot/%%PARROT_VER%%/pmc/pmc_multisub.h
include/parrot/%%PARROT_VER%%/pmc/pmc_namespace.h
include/parrot/%%PARROT_VER%%/pmc/pmc_nativepccmethod.h
include/parrot/%%PARROT_VER%%/pmc/pmc_nci.h
include/parrot/%%PARROT_VER%%/pmc/pmc_null.h
include/parrot/%%PARROT_VER%%/pmc/pmc_object.h
@ -580,9 +582,10 @@ src/parrot/%%PARROT_VER%%/pmc/handle.dump
src/parrot/%%PARROT_VER%%/pmc/hash.dump
src/parrot/%%PARROT_VER%%/pmc/hashiterator.dump
src/parrot/%%PARROT_VER%%/pmc/hashiteratorkey.dump
src/parrot/%%PARROT_VER%%/pmc/imageio.dump
src/parrot/%%PARROT_VER%%/pmc/imageiofreeze.dump
src/parrot/%%PARROT_VER%%/pmc/imageiosize.dump
src/parrot/%%PARROT_VER%%/pmc/imageiostrings.dump
src/parrot/%%PARROT_VER%%/pmc/imageiothaw.dump
src/parrot/%%PARROT_VER%%/pmc/integer.dump
src/parrot/%%PARROT_VER%%/pmc/iterator.dump
src/parrot/%%PARROT_VER%%/pmc/key.dump
@ -591,6 +594,7 @@ src/parrot/%%PARROT_VER%%/pmc/lexpad.dump
src/parrot/%%PARROT_VER%%/pmc/managedstruct.dump
src/parrot/%%PARROT_VER%%/pmc/multisub.dump
src/parrot/%%PARROT_VER%%/pmc/namespace.dump
src/parrot/%%PARROT_VER%%/pmc/nativepccmethod.dump
src/parrot/%%PARROT_VER%%/pmc/nci.dump
src/parrot/%%PARROT_VER%%/pmc/null.dump
src/parrot/%%PARROT_VER%%/pmc/object.dump