From nobody@FreeBSD.org  Wed Jul 21 06:59:51 2010
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 4249F1065674
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 21 Jul 2010 06:59:51 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 313E78FC08
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 21 Jul 2010 06:59:51 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o6L6xohb042717
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 21 Jul 2010 06:59:50 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id o6L6xos9042716;
	Wed, 21 Jul 2010 06:59:50 GMT
	(envelope-from nobody)
Message-Id: <201007210659.o6L6xos9042716@www.freebsd.org>
Date: Wed, 21 Jul 2010 06:59:50 GMT
From: Aliaksandr Zahatski  <zahatski@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [PATCH] lang/parrot update port to 2.6.0 
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         148809
>Category:       ports
>Synopsis:       [PATCH] lang/parrot update port to 2.6.0
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    perl
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 21 07:00:06 UTC 2010
>Closed-Date:    Fri Jul 23 14:02:38 UTC 2010
>Last-Modified:  Fri Jul 23 14:10:00 UTC 2010
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->perl 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed Jul 21 07:00:17 UTC 2010 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=148809 
State-Changed-From-To: open->closed 
State-Changed-By: skv 
State-Changed-When: Fri Jul 23 14:00:40 UTC 2010 
State-Changed-Why:  
Committed. 

Note that this line in patch is useless: 
+PORTREVISION=   1 

Also, do not include $FreeBSD$ tag in patch 
(just update skeleton before patching files). 

http://www.freebsd.org/cgi/query-pr.cgi?pr=148809 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/148809: commit references a PR
Date: Fri, 23 Jul 2010 14:00:23 +0000 (UTC)

 skv         2010-07-23 14:00:14 UTC
 
   FreeBSD ports repository
 
   Modified files:
     lang/parrot          Makefile Makefile.common distinfo 
                          pkg-plist 
   Log:
   Update to 2.6.0
   
   Changes:        http://parrot.org/news/2010/Parrot-2.6.0
   PR:             ports/148809
   Submitted by:   Aliaksandr Zahatski <zahatski@gmail.com>
   
   Revision  Changes    Path
   1.48      +1 -1      ports/lang/parrot/Makefile
   1.8       +1 -1      ports/lang/parrot/Makefile.common
   1.27      +3 -3      ports/lang/parrot/distinfo
   1.27      +3 -1      ports/lang/parrot/pkg-plist
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
