Date: Thu, 30 Sep 2010 09:32:17 GMT From: Aliaksandr Zahatski <zahatski@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/151105: [PATCH] lang/parrot update port to 2.8.0 Message-ID: <201009300932.o8U9WHtj095565@www.freebsd.org> Resent-Message-ID: <201009300940.o8U9e1tN043056@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 151105 >Category: ports >Synopsis: [PATCH] lang/parrot update port to 2.8.0 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Sep 30 09:40:01 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Aliaksandr Zahatski >Release: >Organization: >Environment: >Description: Update lang/parrot port to Parrot 2.8.0 "Tui Parakeet" >How-To-Repeat: >Fix: Patch attached with submission follows: diff -urN /usr/ports/lang/parrot/Makefile parrot/Makefile --- /usr/ports/lang/parrot/Makefile 2010-09-09 23:05:55.000000000 +0400 +++ parrot/Makefile 2010-08-27 09:38:36.000000000 +0400 @@ -2,7 +2,7 @@ # Date created: 15 April 2005 # Whom: Sergey Skvortsov <skv@protey.ru> # -# $FreeBSD: ports/lang/parrot/Makefile,v 1.49 2010/09/09 19:05:55 pgollucci Exp $ +# $FreeBSD: ports/lang/parrot/Makefile,v 1.45 2010/04/19 10:43:29 ale Exp $ # PORTNAME= parrot diff -urN /usr/ports/lang/parrot/Makefile.common parrot/Makefile.common --- /usr/ports/lang/parrot/Makefile.common 2010-09-09 23:05:55.000000000 +0400 +++ parrot/Makefile.common 2010-09-30 12:36:23.000000000 +0400 @@ -1,4 +1,4 @@ -# $FreeBSD: ports/lang/parrot/Makefile.common,v 1.9 2010/09/09 19:05:55 pgollucci Exp $ +# $FreeBSD$ -PARROT_VERSION= 2.7.0 +PARROT_VERSION= 2.8.0 diff -urN /usr/ports/lang/parrot/distinfo parrot/distinfo --- /usr/ports/lang/parrot/distinfo 2010-09-09 23:05:55.000000000 +0400 +++ parrot/distinfo 2010-09-30 12:36:23.000000000 +0400 @@ -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 -urN /usr/ports/lang/parrot/pkg-plist parrot/pkg-plist --- /usr/ports/lang/parrot/pkg-plist 2010-09-09 23:05:55.000000000 +0400 +++ parrot/pkg-plist 2010-09-30 12:57:44.000000000 +0400 @@ -17,7 +17,6 @@ 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/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_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_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/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/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 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201009300932.o8U9WHtj095565>