From nobody@FreeBSD.org  Fri Oct 29 12:02:57 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 DEEFF106566B
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 29 Oct 2010 12:02:56 +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 C15DA8FC27
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 29 Oct 2010 12:02:56 +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 o9TC2uA1006552
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 29 Oct 2010 12:02:56 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id o9TC2uQA006549;
	Fri, 29 Oct 2010 12:02:56 GMT
	(envelope-from nobody)
Message-Id: <201010291202.o9TC2uQA006549@www.freebsd.org>
Date: Fri, 29 Oct 2010 12:02:56 GMT
From: Aliaksandr Zahatski  <zahatski@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [PATCH] lang/parrot update port to 2.9.1
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         151811
>Category:       ports
>Synopsis:       [PATCH] lang/parrot update port to 2.9.1
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    perl
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Oct 29 12:10:11 UTC 2010
>Closed-Date:    Thu Nov 04 14:13:13 UTC 2010
>Last-Modified:  Thu Nov  4 14:20:08 UTC 2010
>Originator:     Aliaksandr Zahatski
>Release:        
>Organization:
>Environment:
>Description:
Update lang/parrot port to Parrot 2.9.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-10-10 11:07:13.000000000 +0400
+++ parrot/Makefile	2010-10-29 14:34:10.000000000 +0400
@@ -2,14 +2,14 @@
 # Date created:	   15 April 2005
 # Whom:		   Sergey Skvortsov <skv@protey.ru>
 #
-# $FreeBSD: ports/lang/parrot/Makefile,v 1.50 2010/10/10 07:07:13 pgollucci 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-10-10 11:07:13.000000000 +0400
+++ parrot/Makefile.common	2010-10-29 14:06:07.000000000 +0400
@@ -1,4 +1,4 @@
-# $FreeBSD: ports/lang/parrot/Makefile.common,v 1.10 2010/10/10 07:07:13 pgollucci Exp $
+# $FreeBSD$
 
-PARROT_VERSION=		2.8.0
+PARROT_VERSION=		2.9.1
 
diff -urN /usr/ports/lang/parrot/distinfo parrot/distinfo
--- /usr/ports/lang/parrot/distinfo	2010-10-10 11:07:13.000000000 +0400
+++ parrot/distinfo	2010-10-29 14:06:08.000000000 +0400
@@ -1,3 +1,3 @@
-MD5 (parrot-2.8.0.tar.bz2) = fdc171a024d6c17f05b1a406b86be859
-SHA256 (parrot-2.8.0.tar.bz2) = 56391edc0914d17a698004fe68d4ad1c4a44141b79834efa69957df7dbde9082
-SIZE (parrot-2.8.0.tar.bz2) = 3349020
+MD5 (parrot-2.9.1.tar.bz2) = 2b78b855270dc53c0001da64bd5c1ccf
+SHA256 (parrot-2.9.1.tar.bz2) = 0617c2fa9e86c0a6cfea3db75f4549bbdc37b7d9d8874ea8eabcb53044beae06
+SIZE (parrot-2.9.1.tar.bz2) = 3360641
diff -urN /usr/ports/lang/parrot/pkg-plist parrot/pkg-plist
--- /usr/ports/lang/parrot/pkg-plist	2010-10-10 11:07:13.000000000 +0400
+++ parrot/pkg-plist	2010-10-29 14:31:48.000000000 +0400
@@ -47,6 +47,7 @@
 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_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/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


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->perl 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Oct 29 12:10:22 UTC 2010 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=151811 
State-Changed-From-To: open->closed 
State-Changed-By: skv 
State-Changed-When: Thu Nov 4 14:11:04 UTC 2010 
State-Changed-Why:  
Committed, but: 

1. Please, always make "cvs up" before patching port. Lines like these: 
-# $FreeBSD: ports/lang/parrot/Makefile,v 1.50 2010/10/10 07:07:13 pgollucci Exp $ 
+# $FreeBSD: ports/lang/parrot/Makefile,v 1.45 2010/04/19 10:43:29 ale Exp $ 

must not be appeared in the patch! 

2. Please, update Ports tree before making the work. 
In this case, MD5-checksums was obsolete at 29.10.2010 01:00 
but your patch still contains it. 

3. Always use "portlint -C" befor sumbitting PR. 
In this case, use must just remove line 
with PORTREVISION but not replace it with the empty line. 


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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/151811: commit references a PR
Date: Thu,  4 Nov 2010 14:10:59 +0000 (UTC)

 skv         2010-11-04 14:10:55 UTC
 
   FreeBSD ports repository
 
   Modified files:
     lang/parrot          Makefile Makefile.common distinfo 
                          pkg-plist 
   Log:
   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 <zahatski@gmail.com>
   
   Revision  Changes    Path
   1.51      +1 -2      ports/lang/parrot/Makefile
   1.11      +1 -1      ports/lang/parrot/Makefile.common
   1.30      +2 -3      ports/lang/parrot/distinfo
   1.30      +1 -4      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:
