ports/150031: [PATCH] lang/parrot update port to 2.7.0

Aliaksandr Zahatski zahatski at gmail.com
Fri Aug 27 06:10:07 UTC 2010


>Number:         150031
>Category:       ports
>Synopsis:       [PATCH] lang/parrot update port to 2.7.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:   Fri Aug 27 06:10:06 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Aliaksandr Zahatski
>Release:        
>Organization:
>Environment:
>Description:
Update lang/parrot port to Parrot 2.7.0 "Australian King"
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -urN /usr/ports/lang/parrot/Makefile parrot/Makefile
--- /usr/ports/lang/parrot/Makefile	2010-07-23 18:00:14.000000000 +0400
+++ parrot/Makefile	2010-08-27 09:38:36.000000000 +0400
@@ -2,13 +2,14 @@
 # Date created:	   15 April 2005
 # Whom:		   Sergey Skvortsov <skv at protey.ru>
 #
-# $FreeBSD: ports/lang/parrot/Makefile,v 1.48 2010/07/23 14:00:14 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/stable/${PORTVERSION}/
+MASTER_SITES=	ftp://ftp.parrot.org/pub/parrot/releases/devel/${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-07-23 18:00:14.000000000 +0400
+++ parrot/Makefile.common	2010-08-27 09:38:49.000000000 +0400
@@ -1,4 +1,4 @@
-# $FreeBSD: ports/lang/parrot/Makefile.common,v 1.8 2010/07/23 14:00:14 skv Exp $
+# $FreeBSD$
 
-PARROT_VERSION=		2.6.0
+PARROT_VERSION=		2.7.0
 
diff -urN /usr/ports/lang/parrot/distinfo parrot/distinfo
--- /usr/ports/lang/parrot/distinfo	2010-07-23 18:00:14.000000000 +0400
+++ parrot/distinfo	2010-08-27 09:38:50.000000000 +0400
@@ -1,3 +1,3 @@
-MD5 (parrot-2.6.0.tar.bz2) = bae6db3abbf690a9b2f135136bb7cfd5
-SHA256 (parrot-2.6.0.tar.bz2) = 372d46f36308ef358e148c380344bf7ae1ddff9ea6c35799bfda9ada3eea88ae
-SIZE (parrot-2.6.0.tar.bz2) = 3322447
+MD5 (parrot-2.7.0.tar.bz2) = 5e5f746cfc496a9dbd59fd8ac6a3f82b
+SHA256 (parrot-2.7.0.tar.bz2) = 46296ad1a60c5933fc229ec64f638f2abb66de23bb9b01b3e7c7b248c2b32df0
+SIZE (parrot-2.7.0.tar.bz2) = 3341745
diff -urN /usr/ports/lang/parrot/pkg-plist parrot/pkg-plist
--- /usr/ports/lang/parrot/pkg-plist	2010-07-23 18:00:14.000000000 +0400
+++ parrot/pkg-plist	2010-08-27 09:49:30.000000000 +0400
@@ -441,6 +441,7 @@
 lib/parrot/%%PARROT_VER%%/tools/dev/gen_makefile.pl
 lib/parrot/%%PARROT_VER%%/tools/dev/mk_language_shell.pl
 lib/parrot/%%PARROT_VER%%/tools/dev/pbc_to_exe.pir
+lib/parrot/%%PARROT_VER%%/tools/dev/pprof2cg.pl
 lib/parrot/%%PARROT_VER%%/tools/dev/reconfigure.pl
 lib/parrot/%%PARROT_VER%%/tools/lib/File/Which.pm
 lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/BuildUtil.pm


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list