ports/151811: [PATCH] lang/parrot update port to 2.9.1

Aliaksandr Zahatski zahatski at gmail.com
Fri Oct 29 12:10:12 UTC 2010


>Number:         151811
>Category:       ports
>Synopsis:       [PATCH] lang/parrot update port to 2.9.1
>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:   Fri Oct 29 12:10:11 UTC 2010
>Closed-Date:
>Last-Modified:
>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 at 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 at 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:
>Unformatted:



More information about the freebsd-ports-bugs mailing list