ports/152799: [PATCH] lang/parrot update port to 2.10.1
Aliaksandr Zahatski
zahatski at gmail.com
Fri Dec 3 11:20:04 UTC 2010
>Number: 152799
>Category: ports
>Synopsis: [PATCH] lang/parrot update port to 2.10.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 Dec 03 11:20:03 UTC 2010
>Closed-Date:
>Last-Modified:
>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 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-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
+ at 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:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list