From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 9 00:00:00 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BB0A893E for ; Sun, 9 Feb 2014 00:00:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9BA841AB4 for ; Sun, 9 Feb 2014 00:00:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s190002K064651 for ; Sun, 9 Feb 2014 00:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s190001m064648; Sun, 9 Feb 2014 00:00:00 GMT (envelope-from gnats) Resent-Date: Sun, 9 Feb 2014 00:00:00 GMT Resent-Message-Id: <201402090000.s190001m064648@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Ashish SHUKLA Received: from chateau.d.if (localhost [IPv6:::1]) by hub.freebsd.org (Postfix) with ESMTP id 8B5F5934 for ; Sat, 8 Feb 2014 23:59:38 +0000 (UTC) Received: from localhost (1001@localhost [local]); by localhost (OpenSMTPD) with ESMTPA id c82ed1a0; for ; Sun, 9 Feb 2014 05:29:37 +0530 (IST) Message-Id: <3631068607497388789.enqueue@chateau.d.if> Date: Sun, 9 Feb 2014 05:29:37 +0530 (IST) From: Ashish SHUKLA To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/186569: Update Port: lang/parrot to 6.0.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Ashish SHUKLA List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Feb 2014 00:00:00 -0000 >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@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 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: