From 8c33009a7378188be669567235a3862177cbd166 Mon Sep 17 00:00:00 2001 From: Sergey Skvortsov Date: Thu, 4 Nov 2010 14:10:55 +0000 Subject: [PATCH] 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 --- lang/parrot/Makefile | 3 +-- lang/parrot/Makefile.common | 2 +- lang/parrot/distinfo | 5 ++--- lang/parrot/pkg-plist | 5 +---- 4 files changed, 5 insertions(+), 10 deletions(-) diff --git a/lang/parrot/Makefile b/lang/parrot/Makefile index a5c17c91ab63..e578d8c5e8ae 100644 --- a/lang/parrot/Makefile +++ b/lang/parrot/Makefile @@ -7,9 +7,8 @@ PORTNAME= parrot PORTVERSION= ${PARROT_VERSION} -PORTREVISION= 1 CATEGORIES= lang -MASTER_SITES= ftp://ftp.parrot.org/pub/parrot/releases/devel/${PORTVERSION}/ +MASTER_SITES= ftp://ftp.parrot.org/pub/parrot/releases/stable/${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 ec677bb1ae7b..97da48c22dfe 100644 --- a/lang/parrot/Makefile.common +++ b/lang/parrot/Makefile.common @@ -1,4 +1,4 @@ # $FreeBSD$ -PARROT_VERSION= 2.8.0 +PARROT_VERSION= 2.9.1 diff --git a/lang/parrot/distinfo b/lang/parrot/distinfo index dd11ab1e65bb..33a8cb29baaf 100644 --- a/lang/parrot/distinfo +++ b/lang/parrot/distinfo @@ -1,3 +1,2 @@ -MD5 (parrot-2.8.0.tar.bz2) = fdc171a024d6c17f05b1a406b86be859 -SHA256 (parrot-2.8.0.tar.bz2) = 56391edc0914d17a698004fe68d4ad1c4a44141b79834efa69957df7dbde9082 -SIZE (parrot-2.8.0.tar.bz2) = 3349020 +SHA256 (parrot-2.9.1.tar.bz2) = 0617c2fa9e86c0a6cfea3db75f4549bbdc37b7d9d8874ea8eabcb53044beae06 +SIZE (parrot-2.9.1.tar.bz2) = 3360641 diff --git a/lang/parrot/pkg-plist b/lang/parrot/pkg-plist index 3b917ae7b532..4d9c0a701335 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