ports/186569: Update Port: lang/parrot to 6.0.0
Ashish SHUKLA
ashish at FreeBSD.org
Sun Feb 9 00:00:00 UTC 2014
>Number: 186569
>Category: ports
>Synopsis: Update Port: lang/parrot to 6.0.0
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Sun Feb 09 00:00:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator: Ashish SHUKLA
>Release: FreeBSD 9.2-RELEASE-p3 amd64
>Organization:
The FreeBSD Project
>Environment:
System: FreeBSD chateau.d.if 9.2-RELEASE-p3 FreeBSD 9.2-RELEASE-p3 #0: Sun Feb 2 04:19:50 UTC 2014 root at chateau.d.if:/usr/obj/usr/src/sys/CHATEAU amd64
>Description:
This diff updates port to 6.0.0, as well adds STAGE support
>How-To-Repeat:
>Fix:
diff -urN /usr/ports/lang/parrot/Makefile parrot/Makefile
--- /usr/ports/lang/parrot/Makefile 2013-10-19 21:51:30.000000000 +0530
+++ parrot/Makefile 2014-02-09 05:24:48.409970314 +0530
@@ -36,23 +36,11 @@
USE_LDCONFIG= yes
USES= bison gmake perl5
-MAN1= ops2c.1 \
- parrot.1 \
- parrot-nqp.1 \
- parrot-prove.1 \
- parrot_config.1 \
- parrot_nci_thunk_gen.1 \
- parrotbug.1 \
- pbc_to_exe.1 \
- plumage.1 \
- winxed.1
-
PARROT_SHARE_DIR= share/doc/${PORTNAME}/${PORTVERSION}
PARROT_DOCS= ${PARROT_SHARE_DIR}
PLIST_SUB+= PARROT_VER="${PORTVERSION}" \
PARROT_DOCS="${PARROT_DOCS}"
-NO_STAGE= yes
.include "${.CURDIR}/Makefile.common"
.include <bsd.port.pre.mk>
diff -urN /usr/ports/lang/parrot/Makefile.common parrot/Makefile.common
--- /usr/ports/lang/parrot/Makefile.common 2013-10-19 21:51:30.000000000 +0530
+++ parrot/Makefile.common 2014-02-08 20:54:18.064412559 +0530
@@ -1,3 +1,3 @@
# $FreeBSD: head/lang/parrot/Makefile.common 330902 2013-10-19 16:21:30Z sunpoet $
-PARROT_VERSION= 5.9.0
+PARROT_VERSION= 6.0.0
diff -urN /usr/ports/lang/parrot/distinfo parrot/distinfo
--- /usr/ports/lang/parrot/distinfo 2013-10-19 21:51:30.000000000 +0530
+++ parrot/distinfo 2014-02-08 20:55:13.427970248 +0530
@@ -1,2 +1,2 @@
-SHA256 (parrot-5.9.0.tar.bz2) = b4704231d90ddec827f45f945b9ad13dd4f9dc7cc9bc0cfc97ab6e30ec1c38ca
-SIZE (parrot-5.9.0.tar.bz2) = 4398795
+SHA256 (parrot-6.0.0.tar.bz2) = 6cb9223ee389a36588acf76ad8ac85e2224544468617412b1d7902e5eb8bd39b
+SIZE (parrot-6.0.0.tar.bz2) = 4389124
diff -urN /usr/ports/lang/parrot/pkg-plist parrot/pkg-plist
--- /usr/ports/lang/parrot/pkg-plist 2013-10-19 21:51:30.000000000 +0530
+++ parrot/pkg-plist 2014-02-08 22:44:52.982057323 +0530
@@ -111,7 +111,6 @@
include/parrot/%%PARROT_VER%%/pmc/pmc_coroutine.h
include/parrot/%%PARROT_VER%%/pmc/pmc_default.h
include/parrot/%%PARROT_VER%%/pmc/pmc_env.h
-include/parrot/%%PARROT_VER%%/pmc/pmc_eval.h
include/parrot/%%PARROT_VER%%/pmc/pmc_eventhandler.h
include/parrot/%%PARROT_VER%%/pmc/pmc_exception.h
include/parrot/%%PARROT_VER%%/pmc/pmc_exceptionhandler.h
@@ -587,6 +586,16 @@
%%PARROT_DOCS%%/README_win32.pod
%%PARROT_DOCS%%/RESPONSIBLE_PARTIES
%%PARROT_DOCS%%/TODO
+man/man1/pbc_to_exe.1.gz
+man/man1/plumage.1.gz
+man/man1/ops2c.1.gz
+man/man1/parrotbug.1.gz
+man/man1/parrot_nci_thunk_gen.1.gz
+man/man1/parrot_config.1.gz
+man/man1/parrot-prove.1.gz
+man/man1/parrot-nqp.1.gz
+man/man1/winxed.1.gz
+man/man1/parrot.1.gz
%%DATADIR%%/%%PARROT_VER%%/MANIFEST
%%DATADIR%%/%%PARROT_VER%%/MANIFEST.dev
src/parrot/%%PARROT_VER%%/config_lib.pir
@@ -606,7 +615,6 @@
src/parrot/%%PARROT_VER%%/pmc/coroutine.dump
src/parrot/%%PARROT_VER%%/pmc/default.dump
src/parrot/%%PARROT_VER%%/pmc/env.dump
-src/parrot/%%PARROT_VER%%/pmc/eval.dump
src/parrot/%%PARROT_VER%%/pmc/eventhandler.dump
src/parrot/%%PARROT_VER%%/pmc/exception.dump
src/parrot/%%PARROT_VER%%/pmc/exceptionhandler.dump
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list