aboutsummaryrefslogtreecommitdiff
path: root/lang/parrot
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2011-04-30 16:15:21 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2011-04-30 16:15:21 +0000
commitbf4301973d21ce96e7142586fb6366387db76cf0 (patch)
treed31ba6bfd6f19a7afcfe7d122823fabc697dbc9f /lang/parrot
parentdf4b5f96d78b939368a43fdc0858e0cc7094d3c7 (diff)
downloadports-bf4301973d21ce96e7142586fb6366387db76cf0.tar.gz
ports-bf4301973d21ce96e7142586fb6366387db76cf0.zip
Notes
Diffstat (limited to 'lang/parrot')
-rw-r--r--lang/parrot/Makefile2
-rw-r--r--lang/parrot/Makefile.common2
-rw-r--r--lang/parrot/distinfo4
-rw-r--r--lang/parrot/pkg-plist11
4 files changed, 11 insertions, 8 deletions
diff --git a/lang/parrot/Makefile b/lang/parrot/Makefile
index d6fa35dc66a3..2c8c75ace9f1 100644
--- a/lang/parrot/Makefile
+++ b/lang/parrot/Makefile
@@ -8,7 +8,7 @@
PORTNAME= parrot
PORTVERSION= ${PARROT_VERSION}
CATEGORIES= lang
-MASTER_SITES= ftp://ftp.parrot.org/pub/parrot/releases/devel/${PORTVERSION}/
+MASTER_SITES= ftp://ftp.parrot.org/pub/parrot/releases/supported/${PORTVERSION}/
MAINTAINER= perl@FreeBSD.org
COMMENT= Parrot - virtual machine for dynamic languages
diff --git a/lang/parrot/Makefile.common b/lang/parrot/Makefile.common
index 593830785d0e..ebd31e8e46af 100644
--- a/lang/parrot/Makefile.common
+++ b/lang/parrot/Makefile.common
@@ -1,4 +1,4 @@
# $FreeBSD$
-PARROT_VERSION= 3.2.0
+PARROT_VERSION= 3.3.0
diff --git a/lang/parrot/distinfo b/lang/parrot/distinfo
index 6cf2acfc587c..7af58946630e 100644
--- a/lang/parrot/distinfo
+++ b/lang/parrot/distinfo
@@ -1,2 +1,2 @@
-SHA256 (parrot-3.2.0.tar.bz2) = 568b245ce41f9d8f73e306a47b179cc77c7016fe55bd7ae8c91b9e4bb3976884
-SIZE (parrot-3.2.0.tar.bz2) = 3249939
+SHA256 (parrot-3.3.0.tar.bz2) = 8f474d44a0137a3fd5296c019dbccc6ae64193ff12ce799babc362567115c1ad
+SIZE (parrot-3.3.0.tar.bz2) = 3251469
diff --git a/lang/parrot/pkg-plist b/lang/parrot/pkg-plist
index 8a3ac577209e..ab28ce122ebc 100644
--- a/lang/parrot/pkg-plist
+++ b/lang/parrot/pkg-plist
@@ -9,6 +9,9 @@ bin/pbc_disassemble
bin/pbc_dump
bin/pbc_merge
bin/pbc_to_exe
+include/parrot/%%PARROT_VER%%/imcc/api.h
+include/parrot/%%PARROT_VER%%/imcc/embed.h
+include/parrot/%%PARROT_VER%%/imcc/yyscanner.h
include/parrot/%%PARROT_VER%%/parrot/api.h
include/parrot/%%PARROT_VER%%/parrot/atomic.h
include/parrot/%%PARROT_VER%%/parrot/atomic/fallback.h
@@ -117,6 +120,7 @@ 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_imccompiler.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
@@ -447,6 +451,7 @@ lib/parrot/%%PARROT_VER%%/tools/build/pmc2c.pl
lib/parrot/%%PARROT_VER%%/tools/dev/create_language.pl
lib/parrot/%%PARROT_VER%%/tools/dev/gen_makefile.pl
lib/parrot/%%PARROT_VER%%/tools/dev/mk_language_shell.pl
+lib/parrot/%%PARROT_VER%%/tools/dev/ncidef2pir.pl
lib/parrot/%%PARROT_VER%%/tools/dev/pbc_to_exe.pir
lib/parrot/%%PARROT_VER%%/tools/dev/pprof2cg.pl
lib/parrot/%%PARROT_VER%%/tools/dev/reconfigure.pl
@@ -543,7 +548,6 @@ lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/Test/Pod/Utils.pm
lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/Test/Util.pm
lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/Test/Util/Runloop.pm
lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/Vtable.pm
-lib/pkgconfig/parrot/%%PARROT_VER%%/parrot.pc
%%PARROT_DOCS%%/CREDITS
%%PARROT_DOCS%%/DONORS.pod
%%PARROT_DOCS%%/LICENSE
@@ -589,6 +593,7 @@ 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/imccompiler.dump
src/parrot/%%PARROT_VER%%/pmc/integer.dump
src/parrot/%%PARROT_VER%%/pmc/iterator.dump
src/parrot/%%PARROT_VER%%/pmc/key.dump
@@ -654,9 +659,6 @@ src/parrot/%%PARROT_VER%%/vtable.tbl
@dirrm src
@dirrm %%PARROT_DOCS%%
@dirrm share/doc/parrot
-@dirrm lib/pkgconfig/parrot/%%PARROT_VER%%
-@dirrm lib/pkgconfig/parrot
-@dirrm lib/pkgconfig
@dirrm lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/Test/Util
@dirrm lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/Test/Pod
@dirrm lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/Test
@@ -732,5 +734,6 @@ src/parrot/%%PARROT_VER%%/vtable.tbl
@dirrm include/parrot/%%PARROT_VER%%/parrot/oplib
@dirrm include/parrot/%%PARROT_VER%%/parrot/atomic
@dirrm include/parrot/%%PARROT_VER%%/parrot
+@dirrm include/parrot/%%PARROT_VER%%/imcc
@dirrm include/parrot/%%PARROT_VER%%
@dirrm include/parrot