Date: Wed, 21 Jul 2010 06:59:50 GMT From: Aliaksandr Zahatski <zahatski@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/148809: [PATCH] lang/parrot update port to 2.6.0 Message-ID: <201007210659.o6L6xos9042716@www.freebsd.org> Resent-Message-ID: <201007210700.o6L70608023835@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 148809 >Category: ports >Synopsis: [PATCH] lang/parrot update port to 2.6.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: Wed Jul 21 07:00:06 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Aliaksandr Zahatski >Release: >Organization: >Environment: >Description: Update lang/parrot port to Parrot 2.6.0 "Red-rumped" >How-To-Repeat: >Fix: Patch attached with submission follows: diff -urN /usr/ports/lang/parrot/Makefile parrot/Makefile --- /usr/ports/lang/parrot/Makefile 2010-05-19 09:56:07.000000000 +0400 +++ parrot/Makefile 2010-07-21 10:44:29.000000000 +0400 @@ -2,13 +2,14 @@ # Date created: 15 April 2005 # Whom: Sergey Skvortsov <skv@protey.ru> # -# $FreeBSD: ports/lang/parrot/Makefile,v 1.47 2010/05/19 05:56:07 skv Exp $ +# $FreeBSD: ports/lang/parrot/Makefile,v 1.45 2010/04/19 10:43:29 ale Exp $ # 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 -urN /usr/ports/lang/parrot/Makefile.common parrot/Makefile.common --- /usr/ports/lang/parrot/Makefile.common 2010-07-02 15:15:21.000000000 +0400 +++ parrot/Makefile.common 2010-07-21 10:46:27.000000000 +0400 @@ -1,4 +1,4 @@ -# $FreeBSD: ports/lang/parrot/Makefile.common,v 1.7 2010/07/02 11:15:21 skv Exp $ +# $FreeBSD$ -PARROT_VERSION= 2.5.0 +PARROT_VERSION= 2.6.0 diff -urN /usr/ports/lang/parrot/distinfo parrot/distinfo --- /usr/ports/lang/parrot/distinfo 2010-07-02 15:15:21.000000000 +0400 +++ parrot/distinfo 2010-07-21 10:46:28.000000000 +0400 @@ -1,3 +1,3 @@ -MD5 (parrot-2.5.0.tar.bz2) = eef4d57306418f85dbf0129ee0a26d10 -SHA256 (parrot-2.5.0.tar.bz2) = 2614472aed6a3d337e465dba74de6d546b20a0bb5d7f2a287520d57b97547df8 -SIZE (parrot-2.5.0.tar.bz2) = 3316954 +MD5 (parrot-2.6.0.tar.bz2) = bae6db3abbf690a9b2f135136bb7cfd5 +SHA256 (parrot-2.6.0.tar.bz2) = 372d46f36308ef358e148c380344bf7ae1ddff9ea6c35799bfda9ada3eea88ae +SIZE (parrot-2.6.0.tar.bz2) = 3322447 diff -urN /usr/ports/lang/parrot/pkg-plist parrot/pkg-plist --- /usr/ports/lang/parrot/pkg-plist 2010-07-02 15:15:21.000000000 +0400 +++ parrot/pkg-plist 2010-07-21 10:56:16.000000000 +0400 @@ -35,7 +35,6 @@ include/parrot/%%PARROT_VER%%/parrot/extend_vtable.h include/parrot/%%PARROT_VER%%/parrot/feature.h include/parrot/%%PARROT_VER%%/parrot/gc_api.h -include/parrot/%%PARROT_VER%%/parrot/global.h include/parrot/%%PARROT_VER%%/parrot/global_setup.h include/parrot/%%PARROT_VER%%/parrot/has_header.h include/parrot/%%PARROT_VER%%/parrot/hash.h @@ -52,6 +51,7 @@ include/parrot/%%PARROT_VER%%/parrot/memory.h include/parrot/%%PARROT_VER%%/parrot/misc.h include/parrot/%%PARROT_VER%%/parrot/multidispatch.h +include/parrot/%%PARROT_VER%%/parrot/namespace.h include/parrot/%%PARROT_VER%%/parrot/nci.h include/parrot/%%PARROT_VER%%/parrot/oo.h include/parrot/%%PARROT_VER%%/parrot/oo_private.h @@ -399,6 +399,7 @@ lib/parrot/%%PARROT_VER%%/library/Test/More.pir lib/parrot/%%PARROT_VER%%/library/URI.pbc lib/parrot/%%PARROT_VER%%/library/URI.pir +lib/parrot/%%PARROT_VER%%/library/URI/Escape.pir lib/parrot/%%PARROT_VER%%/library/YAML/Dumper.pbc lib/parrot/%%PARROT_VER%%/library/YAML/Dumper.pir lib/parrot/%%PARROT_VER%%/library/YAML/Dumper/Base.pir @@ -666,6 +667,7 @@ @dirrm lib/parrot/%%PARROT_VER%%/tools @dirrm lib/parrot/%%PARROT_VER%%/library/YAML/Dumper @dirrm lib/parrot/%%PARROT_VER%%/library/YAML +@dirrm lib/parrot/%%PARROT_VER%%/library/URI @dirrm lib/parrot/%%PARROT_VER%%/library/Test/Builder @dirrm lib/parrot/%%PARROT_VER%%/library/Test @dirrm lib/parrot/%%PARROT_VER%%/library/Tcl >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201007210659.o6L6xos9042716>