From owner-freebsd-bugs@FreeBSD.ORG Mon Feb 17 11:10:00 2014 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 80AD36CB for ; Mon, 17 Feb 2014 11:10: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 5B6BA1325 for ; Mon, 17 Feb 2014 11:10: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 s1HBA0tP035486 for ; Mon, 17 Feb 2014 11:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s1HBA0JP035485; Mon, 17 Feb 2014 11:10:00 GMT (envelope-from gnats) Resent-Date: Mon, 17 Feb 2014 11:10:00 GMT Resent-Message-Id: <201402171110.s1HBA0JP035485@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Mike Bristow Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1C21B9B4 for ; Mon, 17 Feb 2014 11:02:05 +0000 (UTC) Received: from newred.freebsd.org (cgiserv.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DF91B112C for ; Mon, 17 Feb 2014 11:02:04 +0000 (UTC) Received: from cgiserv.freebsd.org ([127.0.1.6]) by newred.freebsd.org (8.14.7/8.14.7) with ESMTP id s1HB24Qw078703 for ; Mon, 17 Feb 2014 11:02:04 GMT (envelope-from nobody@cgiserv.freebsd.org) Received: (from nobody@localhost) by cgiserv.freebsd.org (8.14.7/8.14.7/Submit) id s1HB24JL078702; Mon, 17 Feb 2014 11:02:04 GMT (envelope-from nobody) Message-Id: <201402171102.s1HB24JL078702@cgiserv.freebsd.org> Date: Mon, 17 Feb 2014 11:02:04 GMT From: Mike Bristow To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: misc/186833: [patch] update devel/p5-Module-Runtime X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Feb 2014 11:10:00 -0000 >Number: 186833 >Category: misc >Synopsis: [patch] update devel/p5-Module-Runtime >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Feb 17 11:10:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Mike Bristow >Release: 10.0-RELEASE >Organization: >Environment: FreeBSD cheddar.urgle.com 10.0-RELEASE FreeBSD 10.0-RELEASE #1 r260977: Tue Jan 21 21:40:23 GMT 2014 root@:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Since a recent update of Moose, some moose-using applications have been failing with: Module::Runtime version 0.014 required--this is only version 0.013 at /usr/local/lib/perl5/site_perl/5.18/mach/Moose/Util.pm line 9. BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/5.18/mach/Moose/Util.pm line 9. Compilation failed in require at /usr/local/lib/perl5/site_perl/5.18/mach/Class/MOP/Mixin/HasAttributes.pm line 13. BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/5.18/mach/Class/MOP/Mixin/HasAttributes.pm line 13. Compilation failed in require at /usr/local/lib/perl5/site_perl/5.18/mach/Class/MOP.pm line 20. BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/5.18/mach/Class/MOP.pm line 20. Compilation failed in require at /usr/local/lib/perl5/site_perl/5.18/mach/Moose/Exporter.pm line 10. BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/5.18/mach/Moose/Exporter.pm line 10. Compilation failed in require at /usr/local/lib/perl5/site_perl/5.18/mach/Moose.pm line 16. Updating devel/p5-Module-Runtime fixes this. >How-To-Repeat: >Fix: --- devel/p5-Module-Runtime.orig/Makefile 2014-02-17 10:34:20.000000000 +0000 +++ devel/p5-Module-Runtime/Makefile 2014-02-17 10:34:53.000000000 +0000 @@ -2,7 +2,7 @@ # $FreeBSD: head/devel/p5-Module-Runtime/Makefile 342197 2014-02-01 18:24:29Z miwi $ PORTNAME= Module-Runtime -PORTVERSION= 0.013 +PORTVERSION= 0.014 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff -ur devel/p5-Module-Runtime.orig/distinfo devel/p5-Module-Runtime/distinfo --- devel/p5-Module-Runtime.orig/distinfo 2014-02-17 10:34:20.000000000 +0000 +++ devel/p5-Module-Runtime/distinfo 2014-02-17 10:46:12.000000000 +0000 @@ -1,2 +1,2 @@ -SHA256 (Module-Runtime-0.013.tar.gz) = ec37e03d90dc905679dab62a82f42cf0897ed79244b87fd9d531438dc3c31023 -SIZE (Module-Runtime-0.013.tar.gz) = 15849 +SHA256 (Module-Runtime-0.014.tar.gz) = 4c44fe0ea255a9fd00741ee545063f6692d2a28e7ef2fbaad1b24a92803362a4 +SIZE (Module-Runtime-0.014.tar.gz) = 17396 >Release-Note: >Audit-Trail: >Unformatted: