aboutsummaryrefslogtreecommitdiff
path: root/lang/parrot
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-10-10 07:07:13 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-10-10 07:07:13 +0000
commitba5293ffc70b145800067a6e96f1125ec976868d (patch)
tree8c060b880c750c9f9659700bbe9104217e8f3d23 /lang/parrot
parent2b861df6d35569ac5319e58c07d2b2b324535034 (diff)
downloadports-ba5293ffc70b145800067a6e96f1125ec976868d.tar.gz
ports-ba5293ffc70b145800067a6e96f1125ec976868d.zip
Notes
Diffstat (limited to 'lang/parrot')
-rw-r--r--lang/parrot/Makefile.common2
-rw-r--r--lang/parrot/distinfo6
-rw-r--r--lang/parrot/pkg-plist10
3 files changed, 11 insertions, 7 deletions
diff --git a/lang/parrot/Makefile.common b/lang/parrot/Makefile.common
index 57d68c65379d..ec677bb1ae7b 100644
--- a/lang/parrot/Makefile.common
+++ b/lang/parrot/Makefile.common
@@ -1,4 +1,4 @@
# $FreeBSD$
-PARROT_VERSION= 2.7.0
+PARROT_VERSION= 2.8.0
diff --git a/lang/parrot/distinfo b/lang/parrot/distinfo
index 0b5f15508684..dd11ab1e65bb 100644
--- a/lang/parrot/distinfo
+++ b/lang/parrot/distinfo
@@ -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
diff --git a/lang/parrot/pkg-plist b/lang/parrot/pkg-plist
index a20229fa3b81..3b917ae7b532 100644
--- a/lang/parrot/pkg-plist
+++ b/lang/parrot/pkg-plist
@@ -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