From nobody@FreeBSD.org  Fri Dec  3 11:11:20 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 47EC0106564A
	for <freebsd-gnats-submit@FreeBSD.org>; Fri,  3 Dec 2010 11:11:20 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (unknown [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 2A50B8FC17
	for <freebsd-gnats-submit@FreeBSD.org>; Fri,  3 Dec 2010 11:11:20 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id oB3BBJCW022411
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 3 Dec 2010 11:11:19 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id oB3BBJCH022410;
	Fri, 3 Dec 2010 11:11:19 GMT
	(envelope-from nobody)
Message-Id: <201012031111.oB3BBJCH022410@red.freebsd.org>
Date: Fri, 3 Dec 2010 11:11:19 GMT
From: Aliaksandr Zahatski  <zahatski@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [PATCH] lang/parrot update port to 2.10.1
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         152799
>Category:       ports
>Synopsis:       [PATCH] lang/parrot update port to 2.10.1
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    pgollucci
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Dec 03 11:20:03 UTC 2010
>Closed-Date:    Tue Dec 07 21:48:12 UTC 2010
>Last-Modified:  Tue Dec  7 21:50:08 UTC 2010
>Originator:     Aliaksandr Zahatski
>Release:        
>Organization:
>Environment:
>Description:
Update lang/parrot port to Parrot 2.10.1
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -urN /usr/ports/lang/parrot/Makefile parrot/Makefile
--- /usr/ports/lang/parrot/Makefile	2010-11-04 17:10:55.000000000 +0300
+++ parrot/Makefile	2010-12-03 13:39:38.000000000 +0300
@@ -8,7 +8,7 @@
 PORTNAME=	parrot
 PORTVERSION=	${PARROT_VERSION}
 CATEGORIES=	lang
-MASTER_SITES=	ftp://ftp.parrot.org/pub/parrot/releases/stable/${PORTVERSION}/
+MASTER_SITES=	ftp://ftp.parrot.org/pub/parrot/releases/devel/${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-11-04 17:10:55.000000000 +0300
+++ parrot/Makefile.common	2010-12-03 13:40:12.000000000 +0300
@@ -1,4 +1,4 @@
 # $FreeBSD: ports/lang/parrot/Makefile.common,v 1.11 2010/11/04 14:10:55 skv Exp $
 
-PARROT_VERSION=		2.9.1
+PARROT_VERSION=		2.10.1
 
diff -urN /usr/ports/lang/parrot/distinfo parrot/distinfo
--- /usr/ports/lang/parrot/distinfo	2010-11-04 17:10:55.000000000 +0300
+++ parrot/distinfo	2010-12-03 13:29:05.000000000 +0300
@@ -1,2 +1,2 @@
-SHA256 (parrot-2.9.1.tar.bz2) = 0617c2fa9e86c0a6cfea3db75f4549bbdc37b7d9d8874ea8eabcb53044beae06
-SIZE (parrot-2.9.1.tar.bz2) = 3360641
+SHA256 (parrot-2.10.1.tar.bz2) = 44d5f6039d089abd1c399a79b8be922a0ba5c47f03d1e6765d2c9cd8e50f80d0
+SIZE (parrot-2.10.1.tar.bz2) = 3331726
diff -urN /usr/ports/lang/parrot/pkg-plist parrot/pkg-plist
--- /usr/ports/lang/parrot/pkg-plist	2010-11-04 17:10:55.000000000 +0300
+++ parrot/pkg-plist	2010-12-03 13:38:26.000000000 +0300
@@ -81,6 +81,7 @@
 include/parrot/%%PARROT_VER%%/parrot/string_funcs.h
 include/parrot/%%PARROT_VER%%/parrot/string_primitives.h
 include/parrot/%%PARROT_VER%%/parrot/sub.h
+include/parrot/%%PARROT_VER%%/parrot/sysmem.h
 include/parrot/%%PARROT_VER%%/parrot/thr_pthread.h
 include/parrot/%%PARROT_VER%%/parrot/thr_windows.h
 include/parrot/%%PARROT_VER%%/parrot/thread.h
@@ -284,6 +285,8 @@
 lib/parrot/%%PARROT_VER%%/library/Data/Dumper/Default.pir
 lib/parrot/%%PARROT_VER%%/library/Digest/MD5.pbc
 lib/parrot/%%PARROT_VER%%/library/Digest/MD5.pir
+lib/parrot/%%PARROT_VER%%/library/Digest/sha256.pbc
+lib/parrot/%%PARROT_VER%%/library/Digest/sha256.pir
 lib/parrot/%%PARROT_VER%%/library/Getopt/Obj.pbc
 lib/parrot/%%PARROT_VER%%/library/Getopt/Obj.pir
 lib/parrot/%%PARROT_VER%%/library/HLL.pbc
@@ -492,6 +495,7 @@
 lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/Docs/Section/Tests.pm
 lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/Docs/Section/Tools.pm
 lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/Docs/Text2HTML.pm
+lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/Git/Describe.pm
 lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/H2inc.pm
 lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/Harness/DefaultTests.pm
 lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/Harness/Options.pm
@@ -527,6 +531,7 @@
 lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/Pmc2c/UtilFunctions.pm
 lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/Pmc2c/VTable.pm
 lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/Revision.pm
+lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/SHA1.pm
 lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/SearchOps.pm
 lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/Test.pm
 lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/Test/Harness.pm
@@ -653,6 +658,7 @@
 @dirrm lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/Pmc2c
 @dirrm lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/IO
 @dirrm lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/Harness
+@dirrm lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/Git
 @dirrm lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/Docs/Section
 @dirrm lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/Docs
 @dirrm lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/Configure/Step


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->perl 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Dec 3 11:20:14 UTC 2010 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=152799 
Responsible-Changed-From-To: perl->pgollucci 
Responsible-Changed-By: pgollucci 
Responsible-Changed-When: Tue Dec 7 04:21:57 UTC 2010 
Responsible-Changed-Why:  
I will take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=152799 
State-Changed-From-To: open->closed 
State-Changed-By: pgollucci 
State-Changed-When: Tue Dec 7 21:48:11 UTC 2010 
State-Changed-Why:  
Committed, Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/152799: commit references a PR
Date: Tue,  7 Dec 2010 21:48:51 +0000 (UTC)

 pgollucci    2010-12-07 21:48:45 UTC
 
   FreeBSD ports repository
 
   Modified files:
     lang/parrot          Makefile Makefile.common distinfo 
                          pkg-plist 
   Log:
   - Update to 2.10.1
   
   PR:             ports/152799
   Submitted by:   Aliaksandr Zahatski  <zahatski@gmail.com>
   With Hat:       perl@
   
   Revision  Changes    Path
   1.53      +1 -1      ports/lang/parrot/Makefile
   1.12      +2 -2      ports/lang/parrot/Makefile.common
   1.31      +2 -2      ports/lang/parrot/distinfo
   1.31      +6 -0      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:
