From owner-freebsd-perl@FreeBSD.ORG Wed May 18 02:17:16 2011 Return-Path: Delivered-To: perl@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D0498106564A; Wed, 18 May 2011 02:17:16 +0000 (UTC) (envelope-from vixie@isc.org) Received: from nsa.vix.com (nsa.vix.com [IPv6:2001:4f8:3:30::3]) by mx1.freebsd.org (Postfix) with ESMTP id BE72C8FC1F; Wed, 18 May 2011 02:17:16 +0000 (UTC) Received: from nsa.vix.com (localhost [127.0.0.1]) by nsa.vix.com (Postfix) with ESMTP id BE00CA10A7; Wed, 18 May 2011 02:17:15 +0000 (UTC) (envelope-from vixie@isc.org) From: Paul Vixie To: Steve Wills In-Reply-To: Your message of "Tue, 17 May 2011 22:04:19 -0400." <4DD32923.2050905@FreeBSD.org> References: <81572.1304886845@nsa.vix.com> <4DC9FB69.6050901@FreeBSD.org> <65736.1305255629@nsa.vix.com> <4DD32923.2050905@FreeBSD.org> X-Mailer: MH-E 8.2; nmh 1.3; XEmacs 21.4 (patch 22) Date: Wed, 18 May 2011 02:17:15 +0000 Message-ID: <24601.1305685035@nsa.vix.com> Cc: vixie@isc.org, perl@FreeBSD.org, fopispo@isc.org Subject: Re: the previous patch for p5-Task-Catalyst was insufficient X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 May 2011 02:17:16 -0000 > Date: Tue, 17 May 2011 22:04:19 -0400 > From: Steve Wills > > devel/p5-MooseX-Role-Parameterized should be a dependency of > devel/p5-MooseX-RelatedClassRoles which is a dependency of > www/p5-CatalystX-SimpleLogin which is listed as a dependency in the > patch. But it looks like the devel/p5-MooseX-Getopt port is also missing > a dependency on devel/p5-MooseX-Role-Parameterized. I'll add that. > Still, it should have gotten pulled in the other way too. my test was "pkg_delete perl\* p5-\*" then "cd /usr/ports/*/p5-Task-Mason; make; make install". i'll do it again with "script" if you want.