From owner-freebsd-perl@FreeBSD.ORG Sun Mar 18 05:07:57 2012 Return-Path: Delivered-To: perl@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B7046106564A; Sun, 18 Mar 2012 05:07:57 +0000 (UTC) (envelope-from prvs=417e1e0f2=pauls@utdallas.edu) Received: from ip-relay-001.utdallas.edu (ip-relay-001.utdallas.edu [129.110.20.111]) by mx1.freebsd.org (Postfix) with ESMTP id 77B828FC08; Sun, 18 Mar 2012 05:07:57 +0000 (UTC) X-Group: RELAYLIST X-IronPort-AV: E=Sophos;i="4.73,605,1325484000"; d="scan'208";a="93628318" Received: from unknown (HELO mx31.utdallas.edu) ([10.110.20.31]) by ip-relay-001.utdallas.edu with ESMTP; 18 Mar 2012 00:06:48 -0500 Received: from UTDEX27.campus.ad.utdallas.edu (utdex27.utdallas.edu [10.180.14.54]) by mx31.utdallas.edu (Postfix) with ESMTP id 0F5C64284D; Sun, 18 Mar 2012 00:06:48 -0500 (CDT) Received: from UTDEX23.campus.ad.utdallas.edu ([169.254.2.146]) by UTDEX27.campus.ad.utdallas.edu ([10.180.14.54]) with mapi id 14.01.0339.001; Sun, 18 Mar 2012 00:06:47 -0500 From: "Schmehl, Paul L" To: Steve Wills Thread-Topic: ports/165826: [PATCH] net/p5-Net-Nessus-XMLRPC: add missing DEPENDS Thread-Index: AQHNBJC1XyRwxus/IUmlmoy+6Dfa35ZvgIAr Date: Sun, 18 Mar 2012 05:06:47 +0000 Message-ID: References: <201203071740.q27HeCFT018574@freefall.freebsd.org>, <4F6515CC.8000807@FreeBSD.org> In-Reply-To: <4F6515CC.8000807@FreeBSD.org> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.100.40.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Cc: "perl@FreeBSD.org" Subject: RE: ports/165826: [PATCH] net/p5-Net-Nessus-XMLRPC: add missing DEPENDS 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: Sun, 18 Mar 2012 05:07:57 -0000 ________________________________________=0A= From: Steve Wills [swills@FreeBSD.org]=0A= Sent: Saturday, March 17, 2012 5:53 PM=0A= To: Schmehl, Paul L=0A= Cc: perl@FreeBSD.org=0A= Subject: Re: ports/165826: [PATCH] net/p5-Net-Nessus-XMLRPC: add missing DE= PENDS=0A= =0A= On 03/07/12 12:40, Paul Schmehl wrote:=0A= >=0A= > According to the CPAN page=0A= > (),=0A= > only IO::Socket::SSL is required (and in FreeBSD, Net::SSL is a RUN_DEPE= NDS=0A= > for IO::Socket::SSL. anyway.)=0A= >=0A= > "'This CPAN module uses LWP for communicating with Nessus over XMLRPC vi= a=0A= > https. Therefore, make sure that you have Net::SSL (provided by=0A= > Crypt::SSLeay): http://search.cpan.org/perldoc?Crypt::SSLeay or=0A= > IO::Socket::SSL: http://search.cpan.org/perldoc?IO::Socket::SSL"=0A= >=0A= > If you want to argue that LWP is a RUN_DEPENDS, I can see that, but why= =0A= > HTML::Message and XML::Simple? Why does the author think these other=0A= > modules are required?=0A= >=0A= > I need more information before making this change.=0A= =0A= Unfortunately, the documentation doesn't match the code. I found these=0A= by running "make test" with just the package installed (in a chroot).=0A= Looking at the code:=0A= =0A= ./work/Net-Nessus-XMLRPC-0.30/lib/Net/Nessus/XMLRPC.pm:use=0A= HTTP::Request::Common;=0A= =0A= hence the dep on HTML::Message. Similarly:=0A= =0A= ./work/Net-Nessus-XMLRPC-0.30/lib/Net/Nessus/XMLRPC.pm:use XML::Simple;=0A= =0A= hence the dep on XML::Simple.=0A= =0A= > Even if these other modules were required, they wouldn't be BUILD_DEPEND= S,=0A= > they would be RUN_DEPENDS, so the patch would need to be corrected for t= hat.=0A= =0A= The "build" will complain that these modules are missing at build time:=0A= =0A= =3D=3D=3D> Configuring for p5-Net-Nessus-XMLRPC-0.30=0A= Warning: prerequisite HTTP::Request::Common 0 not found.=0A= Warning: prerequisite LWP::UserAgent 0 not found.=0A= Warning: prerequisite XML::Simple 0 not found.=0A= =0A= I like to avoid those warnings so that if, for example, an update to the=0A= module requires a new module I can see it easily instead of comparing=0A= that list to the RUN_DEPENDS to see if any are missing.=0A= =0A= >From a package standpoint it makes no difference if they're also=0A= BUILD_DEPENDS because they're going to be RUN_DEPENDS anyway and from a=0A= ports (building from source) perspective, it's cleaner, easier to see=0A= new depends, let's you run "make test" if you want and less worrisome=0A= for the uninformed.=0A= =0A= Steve=0A= =0A= Makes perfect sense. I approve the changes.=0A= From owner-freebsd-perl@FreeBSD.ORG Mon Mar 19 07:40:10 2012 Return-Path: Delivered-To: perl@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4F03A106564A; Mon, 19 Mar 2012 07:40:09 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1A8778FC0C; Mon, 19 Mar 2012 07:40:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q2J7e8Na033432; Mon, 19 Mar 2012 07:40:08 GMT (envelope-from culot@freefall.freebsd.org) Received: (from culot@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q2J7e8OH033424; Mon, 19 Mar 2012 07:40:08 GMT (envelope-from culot) Date: Mon, 19 Mar 2012 07:40:08 GMT Message-Id: <201203190740.q2J7e8OH033424@freefall.freebsd.org> To: culot@FreeBSD.org, perl@FreeBSD.org, culot@FreeBSD.org From: culot@FreeBSD.org Cc: Subject: Re: ports/166186: New port: www/p5-WWW-LongURL Perl interface to the LongURL API 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: Mon, 19 Mar 2012 07:40:10 -0000 Synopsis: New port: www/p5-WWW-LongURL Perl interface to the LongURL API Responsible-Changed-From-To: perl->culot Responsible-Changed-By: culot Responsible-Changed-When: Mon Mar 19 07:40:08 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=166186 From owner-freebsd-perl@FreeBSD.ORG Mon Mar 19 11:08:41 2012 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 961A11065677 for ; Mon, 19 Mar 2012 11:08:41 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 80C358FC17 for ; Mon, 19 Mar 2012 11:08:41 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q2JB8fmR034825 for ; Mon, 19 Mar 2012 11:08:41 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q2JB8eeZ034823 for perl@FreeBSD.org; Mon, 19 Mar 2012 11:08:40 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 19 Mar 2012 11:08:40 GMT Message-Id: <201203191108.q2JB8eeZ034823@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: perl@FreeBSD.org Cc: Subject: Current problem reports assigned to perl@FreeBSD.org 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: Mon, 19 Mar 2012 11:08:41 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/166198 perl patch textproc/p5-Text-Template: Fix a long standing f ports/165843 perl [Update]misc/p5-Test-Dir:update to 1.014 o ports/165765 perl [maintainer update] modern revamping japanese/p5-Mail- 3 problems total. From owner-freebsd-perl@FreeBSD.ORG Mon Mar 19 21:01:02 2012 Return-Path: Delivered-To: perl@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E1D971065688; Mon, 19 Mar 2012 21:01:02 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B53138FC1E; Mon, 19 Mar 2012 21:01:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q2JL12bk085979; Mon, 19 Mar 2012 21:01:02 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q2JL12Ap085973; Mon, 19 Mar 2012 21:01:02 GMT (envelope-from edwin) Date: Mon, 19 Mar 2012 21:01:02 GMT Message-Id: <201203192101.q2JL12Ap085973@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/166257: [PATCH] www/p5-CGI-Application-Plugin-AnyTemplate: add missing DEPENDS 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: Mon, 19 Mar 2012 21:01:03 -0000 Synopsis: [PATCH] www/p5-CGI-Application-Plugin-AnyTemplate: add missing DEPENDS Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Mon Mar 19 21:01:01 UTC 2012 Responsible-Changed-Why: perl@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=166257 From owner-freebsd-perl@FreeBSD.ORG Mon Mar 19 21:01:10 2012 Return-Path: Delivered-To: perl@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 58E0B10656F3; Mon, 19 Mar 2012 21:01:10 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 2BE6C8FC0C; Mon, 19 Mar 2012 21:01:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q2JL1Alg086456; Mon, 19 Mar 2012 21:01:10 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q2JL1An2086448; Mon, 19 Mar 2012 21:01:10 GMT (envelope-from edwin) Date: Mon, 19 Mar 2012 21:01:10 GMT Message-Id: <201203192101.q2JL1An2086448@freefall.freebsd.org> To: swills@freebsd.org, edwin@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/166257: [PATCH] www/p5-CGI-Application-Plugin-AnyTemplate: add missing DEPENDS 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: Mon, 19 Mar 2012 21:01:10 -0000 Synopsis: [PATCH] www/p5-CGI-Application-Plugin-AnyTemplate: add missing DEPENDS State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Mon Mar 19 21:01:09 UTC 2012 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=166257 From owner-freebsd-perl@FreeBSD.ORG Mon Mar 19 21:10:14 2012 Return-Path: Delivered-To: perl@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5A3891065676 for ; Mon, 19 Mar 2012 21:10:14 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 45E058FC08 for ; Mon, 19 Mar 2012 21:10:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q2JLAEAX093397 for ; Mon, 19 Mar 2012 21:10:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q2JLAENB093395; Mon, 19 Mar 2012 21:10:14 GMT (envelope-from gnats) Date: Mon, 19 Mar 2012 21:10:14 GMT Message-Id: <201203192110.q2JLAENB093395@freefall.freebsd.org> To: perl@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/166257: [PATCH] www/p5-CGI-Application-Plugin-AnyTemplate: add missing DEPENDS X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Edwin Groothuis List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Mar 2012 21:10:14 -0000 The following reply was made to PR ports/166257; it has been noted by GNATS. From: Edwin Groothuis To: hartzell@alerce.com Cc: bug-followup@FreeBSD.org Subject: Re: ports/166257: [PATCH] www/p5-CGI-Application-Plugin-AnyTemplate: add missing DEPENDS Date: Mon, 19 Mar 2012 21:01:06 UT Maintainer of www/p5-CGI-Application-Plugin-AnyTemplate, Please note that PR ports/166257 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/166257 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-perl@FreeBSD.ORG Mon Mar 19 21:20:32 2012 Return-Path: Delivered-To: perl@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 78EE3106566B; Mon, 19 Mar 2012 21:20:32 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4BB908FC17; Mon, 19 Mar 2012 21:20:32 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q2JLKWQb004767; Mon, 19 Mar 2012 21:20:32 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q2JLKW4U004763; Mon, 19 Mar 2012 21:20:32 GMT (envelope-from edwin) Date: Mon, 19 Mar 2012 21:20:32 GMT Message-Id: <201203192120.q2JLKW4U004763@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/166258: [PATCH] www/p5-CGI-Application-Plugin-DevPopup: add missing DEPENDS 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: Mon, 19 Mar 2012 21:20:32 -0000 Synopsis: [PATCH] www/p5-CGI-Application-Plugin-DevPopup: add missing DEPENDS Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Mon Mar 19 21:20:31 UTC 2012 Responsible-Changed-Why: perl@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=166258 From owner-freebsd-perl@FreeBSD.ORG Mon Mar 19 21:20:36 2012 Return-Path: Delivered-To: perl@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DF4C710656F3; Mon, 19 Mar 2012 21:20:36 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B2F088FC1A; Mon, 19 Mar 2012 21:20:36 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q2JLKaTK005341; Mon, 19 Mar 2012 21:20:36 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q2JLKavN005333; Mon, 19 Mar 2012 21:20:36 GMT (envelope-from edwin) Date: Mon, 19 Mar 2012 21:20:36 GMT Message-Id: <201203192120.q2JLKavN005333@freefall.freebsd.org> To: swills@freebsd.org, edwin@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/166258: [PATCH] www/p5-CGI-Application-Plugin-DevPopup: add missing DEPENDS 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: Mon, 19 Mar 2012 21:20:37 -0000 Synopsis: [PATCH] www/p5-CGI-Application-Plugin-DevPopup: add missing DEPENDS State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Mon Mar 19 21:20:36 UTC 2012 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=166258 From owner-freebsd-perl@FreeBSD.ORG Mon Mar 19 21:30:19 2012 Return-Path: Delivered-To: perl@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7DDC4106576C for ; Mon, 19 Mar 2012 21:30:19 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E2A428FC19 for ; Mon, 19 Mar 2012 21:30:15 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q2JLUF9j012170 for ; Mon, 19 Mar 2012 21:30:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q2JLUFIK012167; Mon, 19 Mar 2012 21:30:15 GMT (envelope-from gnats) Date: Mon, 19 Mar 2012 21:30:15 GMT Message-Id: <201203192130.q2JLUFIK012167@freefall.freebsd.org> To: perl@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/166258: [PATCH] www/p5-CGI-Application-Plugin-DevPopup: add missing DEPENDS X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Edwin Groothuis List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Mar 2012 21:30:19 -0000 The following reply was made to PR ports/166258; it has been noted by GNATS. From: Edwin Groothuis To: hartzell@alerce.com Cc: bug-followup@FreeBSD.org Subject: Re: ports/166258: [PATCH] www/p5-CGI-Application-Plugin-DevPopup: add missing DEPENDS Date: Mon, 19 Mar 2012 21:20:34 UT Maintainer of www/p5-CGI-Application-Plugin-DevPopup, Please note that PR ports/166258 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/166258 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-perl@FreeBSD.ORG Tue Mar 20 00:28:54 2012 Return-Path: Delivered-To: perl@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 74796106566B; Tue, 20 Mar 2012 00:28:54 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 474738FC08; Tue, 20 Mar 2012 00:28:54 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q2K0Ssxr082552; Tue, 20 Mar 2012 00:28:54 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q2K0SsSG082548; Tue, 20 Mar 2012 00:28:54 GMT (envelope-from swills) Date: Tue, 20 Mar 2012 00:28:54 GMT Message-Id: <201203200028.q2K0SsSG082548@freefall.freebsd.org> To: hartzell@alerce.com, swills@FreeBSD.org, perl@FreeBSD.org, swills@FreeBSD.org From: swills@FreeBSD.org Cc: Subject: Re: ports/166257: [PATCH] www/p5-CGI-Application-Plugin-AnyTemplate: add missing DEPENDS 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: Tue, 20 Mar 2012 00:28:54 -0000 Synopsis: [PATCH] www/p5-CGI-Application-Plugin-AnyTemplate: add missing DEPENDS Responsible-Changed-From-To: perl->swills Responsible-Changed-By: swills Responsible-Changed-When: Tue Mar 20 00:28:53 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=166257 From owner-freebsd-perl@FreeBSD.ORG Tue Mar 20 00:29:00 2012 Return-Path: Delivered-To: perl@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 848521065693; Tue, 20 Mar 2012 00:29:00 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 56D2A8FC0A; Tue, 20 Mar 2012 00:29:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q2K0T0AR082640; Tue, 20 Mar 2012 00:29:00 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q2K0T0Bn082636; Tue, 20 Mar 2012 00:29:00 GMT (envelope-from swills) Date: Tue, 20 Mar 2012 00:29:00 GMT Message-Id: <201203200029.q2K0T0Bn082636@freefall.freebsd.org> To: hartzell@alerce.com, swills@FreeBSD.org, perl@FreeBSD.org, swills@FreeBSD.org From: swills@FreeBSD.org Cc: Subject: Re: ports/166258: [PATCH] www/p5-CGI-Application-Plugin-DevPopup: add missing DEPENDS 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: Tue, 20 Mar 2012 00:29:00 -0000 Synopsis: [PATCH] www/p5-CGI-Application-Plugin-DevPopup: add missing DEPENDS Responsible-Changed-From-To: perl->swills Responsible-Changed-By: swills Responsible-Changed-When: Tue Mar 20 00:28:59 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=166258 From owner-freebsd-perl@FreeBSD.ORG Tue Mar 20 00:50:23 2012 Return-Path: Delivered-To: perl@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4211C106564A; Tue, 20 Mar 2012 00:50:23 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 153988FC0A; Tue, 20 Mar 2012 00:50:23 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q2K0oMVg004023; Tue, 20 Mar 2012 00:50:22 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q2K0oMFo004019; Tue, 20 Mar 2012 00:50:22 GMT (envelope-from edwin) Date: Tue, 20 Mar 2012 00:50:22 GMT Message-Id: <201203200050.q2K0oMFo004019@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/166263: [PATCH] www/p5-CGI-Application-Server: add missing DEPENDS 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: Tue, 20 Mar 2012 00:50:23 -0000 Synopsis: [PATCH] www/p5-CGI-Application-Server: add missing DEPENDS Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Tue Mar 20 00:50:22 UTC 2012 Responsible-Changed-Why: perl@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=166263 From owner-freebsd-perl@FreeBSD.ORG Tue Mar 20 00:50:27 2012 Return-Path: Delivered-To: perl@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 99FB51065670; Tue, 20 Mar 2012 00:50:27 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6F38F8FC0C; Tue, 20 Mar 2012 00:50:27 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q2K0oRlb004509; Tue, 20 Mar 2012 00:50:27 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q2K0oRPv004505; Tue, 20 Mar 2012 00:50:27 GMT (envelope-from edwin) Date: Tue, 20 Mar 2012 00:50:27 GMT Message-Id: <201203200050.q2K0oRPv004505@freefall.freebsd.org> To: swills@freebsd.org, edwin@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/166263: [PATCH] www/p5-CGI-Application-Server: add missing DEPENDS 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: Tue, 20 Mar 2012 00:50:27 -0000 Synopsis: [PATCH] www/p5-CGI-Application-Server: add missing DEPENDS State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Tue Mar 20 00:50:27 UTC 2012 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=166263 From owner-freebsd-perl@FreeBSD.ORG Tue Mar 20 01:00:31 2012 Return-Path: Delivered-To: perl@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3477F106566C for ; Tue, 20 Mar 2012 01:00:31 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1F3598FC15 for ; Tue, 20 Mar 2012 01:00:31 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q2K10Up4012269 for ; Tue, 20 Mar 2012 01:00:30 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q2K10U49012268; Tue, 20 Mar 2012 01:00:30 GMT (envelope-from gnats) Date: Tue, 20 Mar 2012 01:00:30 GMT Message-Id: <201203200100.q2K10U49012268@freefall.freebsd.org> To: perl@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/166263: [PATCH] www/p5-CGI-Application-Server: add missing DEPENDS X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Edwin Groothuis List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Mar 2012 01:00:31 -0000 The following reply was made to PR ports/166263; it has been noted by GNATS. From: Edwin Groothuis To: hartzell@alerce.com Cc: bug-followup@FreeBSD.org Subject: Re: ports/166263: [PATCH] www/p5-CGI-Application-Server: add missing DEPENDS Date: Tue, 20 Mar 2012 00:50:25 UT Maintainer of www/p5-CGI-Application-Server, Please note that PR ports/166263 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/166263 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-perl@FreeBSD.ORG Tue Mar 20 01:40:23 2012 Return-Path: Delivered-To: perl@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BF559106564A; Tue, 20 Mar 2012 01:40:23 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 92D8A8FC16; Tue, 20 Mar 2012 01:40:23 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q2K1eNNj051347; Tue, 20 Mar 2012 01:40:23 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q2K1eNa3051338; Tue, 20 Mar 2012 01:40:23 GMT (envelope-from edwin) Date: Tue, 20 Mar 2012 01:40:23 GMT Message-Id: <201203200140.q2K1eNa3051338@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/166269: [PATCH] www/p5-Catalyst-Plugin-Session-Store-Delegate: add TEST_DEPENDS 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: Tue, 20 Mar 2012 01:40:23 -0000 Synopsis: [PATCH] www/p5-Catalyst-Plugin-Session-Store-Delegate: add TEST_DEPENDS Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Tue Mar 20 01:40:23 UTC 2012 Responsible-Changed-Why: perl@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=166269 From owner-freebsd-perl@FreeBSD.ORG Tue Mar 20 01:40:27 2012 Return-Path: Delivered-To: perl@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B266A106566B; Tue, 20 Mar 2012 01:40:27 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 86F608FC08; Tue, 20 Mar 2012 01:40:27 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q2K1eRtR051726; Tue, 20 Mar 2012 01:40:27 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q2K1eRwF051722; Tue, 20 Mar 2012 01:40:27 GMT (envelope-from edwin) Date: Tue, 20 Mar 2012 01:40:27 GMT Message-Id: <201203200140.q2K1eRwF051722@freefall.freebsd.org> To: swills@freebsd.org, edwin@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/166269: [PATCH] www/p5-Catalyst-Plugin-Session-Store-Delegate: add TEST_DEPENDS 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: Tue, 20 Mar 2012 01:40:27 -0000 Synopsis: [PATCH] www/p5-Catalyst-Plugin-Session-Store-Delegate: add TEST_DEPENDS State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Tue Mar 20 01:40:27 UTC 2012 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=166269 From owner-freebsd-perl@FreeBSD.ORG Tue Mar 20 01:50:14 2012 Return-Path: Delivered-To: perl@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5EAEC106566C for ; Tue, 20 Mar 2012 01:50:14 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4A9E58FC16 for ; Tue, 20 Mar 2012 01:50:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q2K1oEuh060051 for ; Tue, 20 Mar 2012 01:50:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q2K1oE1m060050; Tue, 20 Mar 2012 01:50:14 GMT (envelope-from gnats) Date: Tue, 20 Mar 2012 01:50:14 GMT Message-Id: <201203200150.q2K1oE1m060050@freefall.freebsd.org> To: perl@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/166269: [PATCH] www/p5-Catalyst-Plugin-Session-Store-Delegate: add TEST_DEPENDS X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Edwin Groothuis List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Mar 2012 01:50:14 -0000 The following reply was made to PR ports/166269; it has been noted by GNATS. From: Edwin Groothuis To: fernan@iib.unsam.edu.ar Cc: bug-followup@FreeBSD.org Subject: Re: ports/166269: [PATCH] www/p5-Catalyst-Plugin-Session-Store-Delegate: add TEST_DEPENDS Date: Tue, 20 Mar 2012 01:40:25 UT Maintainer of www/p5-Catalyst-Plugin-Session-Store-Delegate, Please note that PR ports/166269 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/166269 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-perl@FreeBSD.ORG Tue Mar 20 14:50:32 2012 Return-Path: Delivered-To: perl@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8C85D106566B; Tue, 20 Mar 2012 14:50:32 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5FA148FC1C; Tue, 20 Mar 2012 14:50:32 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q2KEoWdE018844; Tue, 20 Mar 2012 14:50:32 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q2KEoW05018835; Tue, 20 Mar 2012 14:50:32 GMT (envelope-from edwin) Date: Tue, 20 Mar 2012 14:50:32 GMT Message-Id: <201203201450.q2KEoW05018835@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/166277: [PATCH] www/p5-WWW-GitHub-Gist: add missing DEPENDS 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: Tue, 20 Mar 2012 14:50:32 -0000 Synopsis: [PATCH] www/p5-WWW-GitHub-Gist: add missing DEPENDS Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Tue Mar 20 14:50:31 UTC 2012 Responsible-Changed-Why: perl@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=166277 From owner-freebsd-perl@FreeBSD.ORG Tue Mar 20 14:50:37 2012 Return-Path: Delivered-To: perl@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 332A8106566C; Tue, 20 Mar 2012 14:50:37 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 06E6D8FC21; Tue, 20 Mar 2012 14:50:37 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q2KEoaAx019497; Tue, 20 Mar 2012 14:50:36 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q2KEoaDI019489; Tue, 20 Mar 2012 14:50:36 GMT (envelope-from edwin) Date: Tue, 20 Mar 2012 14:50:36 GMT Message-Id: <201203201450.q2KEoaDI019489@freefall.freebsd.org> To: swills@freebsd.org, edwin@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/166277: [PATCH] www/p5-WWW-GitHub-Gist: add missing DEPENDS 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: Tue, 20 Mar 2012 14:50:37 -0000 Synopsis: [PATCH] www/p5-WWW-GitHub-Gist: add missing DEPENDS State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Tue Mar 20 14:50:36 UTC 2012 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=166277 From owner-freebsd-perl@FreeBSD.ORG Tue Mar 20 15:00:32 2012 Return-Path: Delivered-To: perl@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ED58B1065670 for ; Tue, 20 Mar 2012 15:00:32 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D88268FC17 for ; Tue, 20 Mar 2012 15:00:32 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q2KF0WXN025927 for ; Tue, 20 Mar 2012 15:00:32 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q2KF0W1d025926; Tue, 20 Mar 2012 15:00:32 GMT (envelope-from gnats) Date: Tue, 20 Mar 2012 15:00:32 GMT Message-Id: <201203201500.q2KF0W1d025926@freefall.freebsd.org> To: perl@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/166277: [PATCH] www/p5-WWW-GitHub-Gist: add missing DEPENDS X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Edwin Groothuis List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Mar 2012 15:00:33 -0000 The following reply was made to PR ports/166277; it has been noted by GNATS. From: Edwin Groothuis To: dennylin93@hs.ntnu.edu.tw Cc: bug-followup@FreeBSD.org Subject: Re: ports/166277: [PATCH] www/p5-WWW-GitHub-Gist: add missing DEPENDS Date: Tue, 20 Mar 2012 14:50:34 UT Maintainer of www/p5-WWW-GitHub-Gist, Please note that PR ports/166277 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/166277 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-perl@FreeBSD.ORG Tue Mar 20 20:10:21 2012 Return-Path: Delivered-To: perl@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CACA2106566B; Tue, 20 Mar 2012 20:10:21 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9E1728FC1B; Tue, 20 Mar 2012 20:10:21 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q2KKALvi009935; Tue, 20 Mar 2012 20:10:21 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q2KKALsF009931; Tue, 20 Mar 2012 20:10:21 GMT (envelope-from edwin) Date: Tue, 20 Mar 2012 20:10:21 GMT Message-Id: <201203202010.q2KKALsF009931@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/166283: [PATCH] www/p5-CGI-Application-Plugin-HtmlTidy: update to 1.05 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: Tue, 20 Mar 2012 20:10:21 -0000 Synopsis: [PATCH] www/p5-CGI-Application-Plugin-HtmlTidy: update to 1.05 Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Tue Mar 20 20:10:21 UTC 2012 Responsible-Changed-Why: perl@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=166283 From owner-freebsd-perl@FreeBSD.ORG Tue Mar 20 20:10:26 2012 Return-Path: Delivered-To: perl@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 29B97106566C; Tue, 20 Mar 2012 20:10:26 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id F1F3F8FC0C; Tue, 20 Mar 2012 20:10:25 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q2KKAPBX010379; Tue, 20 Mar 2012 20:10:25 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q2KKAPAO010370; Tue, 20 Mar 2012 20:10:25 GMT (envelope-from edwin) Date: Tue, 20 Mar 2012 20:10:25 GMT Message-Id: <201203202010.q2KKAPAO010370@freefall.freebsd.org> To: swills@freebsd.org, edwin@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/166283: [PATCH] www/p5-CGI-Application-Plugin-HtmlTidy: update to 1.05 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: Tue, 20 Mar 2012 20:10:26 -0000 Synopsis: [PATCH] www/p5-CGI-Application-Plugin-HtmlTidy: update to 1.05 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Tue Mar 20 20:10:25 UTC 2012 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=166283 From owner-freebsd-perl@FreeBSD.ORG Tue Mar 20 20:20:14 2012 Return-Path: Delivered-To: perl@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0C241106566B for ; Tue, 20 Mar 2012 20:20:14 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id EC4868FC0C for ; Tue, 20 Mar 2012 20:20:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q2KKKD2n020038 for ; Tue, 20 Mar 2012 20:20:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q2KKKDpB020037; Tue, 20 Mar 2012 20:20:13 GMT (envelope-from gnats) Date: Tue, 20 Mar 2012 20:20:13 GMT Message-Id: <201203202020.q2KKKDpB020037@freefall.freebsd.org> To: perl@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/166283: [PATCH] www/p5-CGI-Application-Plugin-HtmlTidy: update to 1.05 X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Edwin Groothuis List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Mar 2012 20:20:14 -0000 The following reply was made to PR ports/166283; it has been noted by GNATS. From: Edwin Groothuis To: hartzell@alerce.com Cc: bug-followup@FreeBSD.org Subject: Re: ports/166283: [PATCH] www/p5-CGI-Application-Plugin-HtmlTidy: update to 1.05 Date: Tue, 20 Mar 2012 20:10:23 UT Maintainer of www/p5-CGI-Application-Plugin-HtmlTidy, Please note that PR ports/166283 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/166283 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-perl@FreeBSD.ORG Tue Mar 20 21:00:40 2012 Return-Path: Delivered-To: perl@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E3F131065670; Tue, 20 Mar 2012 21:00:40 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B6A0B8FC17; Tue, 20 Mar 2012 21:00:40 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q2KL0eQL057472; Tue, 20 Mar 2012 21:00:40 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q2KL0eed057463; Tue, 20 Mar 2012 21:00:40 GMT (envelope-from edwin) Date: Tue, 20 Mar 2012 21:00:40 GMT Message-Id: <201203202100.q2KL0eed057463@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/166284: [PATCH] www/p5-Catalyst-TraitFor-Controller-DBIC-DoesPaging: add missing DEPENDS 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: Tue, 20 Mar 2012 21:00:41 -0000 Synopsis: [PATCH] www/p5-Catalyst-TraitFor-Controller-DBIC-DoesPaging: add missing DEPENDS Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Tue Mar 20 21:00:39 UTC 2012 Responsible-Changed-Why: perl@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=166284 From owner-freebsd-perl@FreeBSD.ORG Tue Mar 20 21:00:47 2012 Return-Path: Delivered-To: perl@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 353E610656E4; Tue, 20 Mar 2012 21:00:47 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 096AE8FC0A; Tue, 20 Mar 2012 21:00:47 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q2KL0kpe057996; Tue, 20 Mar 2012 21:00:46 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q2KL0kxT057990; Tue, 20 Mar 2012 21:00:46 GMT (envelope-from edwin) Date: Tue, 20 Mar 2012 21:00:46 GMT Message-Id: <201203202100.q2KL0kxT057990@freefall.freebsd.org> To: swills@freebsd.org, edwin@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/166284: [PATCH] www/p5-Catalyst-TraitFor-Controller-DBIC-DoesPaging: add missing DEPENDS 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: Tue, 20 Mar 2012 21:00:47 -0000 Synopsis: [PATCH] www/p5-Catalyst-TraitFor-Controller-DBIC-DoesPaging: add missing DEPENDS State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Tue Mar 20 21:00:46 UTC 2012 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=166284 From owner-freebsd-perl@FreeBSD.ORG Tue Mar 20 21:10:14 2012 Return-Path: Delivered-To: perl@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0D1701065673 for ; Tue, 20 Mar 2012 21:10:14 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id ECD818FC14 for ; Tue, 20 Mar 2012 21:10:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q2KLADc9065952 for ; Tue, 20 Mar 2012 21:10:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q2KLADe6065951; Tue, 20 Mar 2012 21:10:13 GMT (envelope-from gnats) Date: Tue, 20 Mar 2012 21:10:13 GMT Message-Id: <201203202110.q2KLADe6065951@freefall.freebsd.org> To: perl@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/166284: [PATCH] www/p5-Catalyst-TraitFor-Controller-DBIC-DoesPaging: add missing DEPENDS X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Edwin Groothuis List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Mar 2012 21:10:14 -0000 The following reply was made to PR ports/166284; it has been noted by GNATS. From: Edwin Groothuis To: Alex.Bakhtin@gmail.com Cc: bug-followup@FreeBSD.org Subject: Re: ports/166284: [PATCH] www/p5-Catalyst-TraitFor-Controller-DBIC-DoesPaging: add missing DEPENDS Date: Tue, 20 Mar 2012 21:00:43 UT Maintainer of www/p5-Catalyst-TraitFor-Controller-DBIC-DoesPaging, Please note that PR ports/166284 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/166284 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-perl@FreeBSD.ORG Wed Mar 21 08:28:26 2012 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 7AC9E1065677 for ; Wed, 21 Mar 2012 08:28:26 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from portsmonj.FreeBSD.org (portsmonj.freebsd.org [69.147.83.46]) by mx1.freebsd.org (Postfix) with ESMTP id 50B4F8FC14 for ; Wed, 21 Mar 2012 08:28:26 +0000 (UTC) Received: from portsmonj.freebsd.org (portsmonj.freebsd.org [69.147.83.46]) by portsmonj.FreeBSD.org (8.14.5/8.14.4) with ESMTP id q2L8SQdr078294 for ; Wed, 21 Mar 2012 08:28:26 GMT (envelope-from linimon@FreeBSD.org) Date: Wed, 21 Mar 2012 08:28:26 GMT Message-Id: <201203210828.q2L8SQdr078294@portsmonj.FreeBSD.org> From: linimon@FreeBSD.org To: perl@FreeBSD.org Cc: Subject: FreeBSD ports that you maintain which are currently marked broken X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: portmgr-feedback@FreeBSD.org 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, 21 Mar 2012 08:28:26 -0000 Dear FreeBSD port maintainer: As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we periodically notify users of ports that are marked as "broken" in their Makefiles. In many cases these ports are failing to compile on some subset of the FreeBSD build environments. The most common problem is that recent versions of -CURRENT include gcc4.2, which is much stricter than older versions. The next most common problem is that compiles succeed on the i386 architecture (e.g. the common Intel PC), but fail on one or more of the other architectures due to assumptions about things such as size of various types, byte-alignment issues, and so forth. In occasional cases we see that the same port may have different errors in different build environments. The script that runs on the build cluster uses heuristics to try to 'guess' the error type to help you isolate problems, but it is only a rough guide. One more note: on occasion, there are transient build errors seen on the build farm. Unfortunately, there is not yet any way for this algorithm to tell the difference (humans are much, much better at this kind of thing.) The errors are listed below. In the case where the same problem exists on more than one build environment, the URL points to the latest errorlog for that type. (By 'build environment' here we mean 'combination of 7.x/8.x/9.x/-current with target architecture'.) (Note: the dates are included to help you to gauge whether or not the error still applies to the latest version. The program that generates this report is not yet able to determine this automatically.) portname: multimedia/p5-Video-Info broken because: does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=multimedia&portname=p5-Video-Info If these errors are ones that you are already aware of, please accept our apologies and ignore this message. On the other hand, if you no longer wish to maintain this port (or ports), please reply with a message stating that, and accept our thanks for your efforts in the past. Every effort has been made to make sure that these error reports really do correspond to a port that you maintain. However, due to the fact that this is an automated process, it may indeed generate false matches. If one of these errors fits that description, please forward this email to the author of this software, Mark Linimon , so that he can attempt to fix the problem in the future. Thanks for your efforts to help improve FreeBSD. From owner-freebsd-perl@FreeBSD.ORG Wed Mar 21 08:29:14 2012 Return-Path: Delivered-To: perl@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2B42910656A3 for ; Wed, 21 Mar 2012 08:29:14 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from portsmonj.FreeBSD.org (portsmonj.freebsd.org [69.147.83.46]) by mx1.freebsd.org (Postfix) with ESMTP id 1BF548FC29 for ; Wed, 21 Mar 2012 08:29:14 +0000 (UTC) Received: from portsmonj.freebsd.org (portsmonj.freebsd.org [69.147.83.46]) by portsmonj.FreeBSD.org (8.14.5/8.14.4) with ESMTP id q2L8TE0E084035 for ; Wed, 21 Mar 2012 08:29:14 GMT (envelope-from linimon@FreeBSD.org) Date: Wed, 21 Mar 2012 08:29:14 GMT Message-Id: <201203210829.q2L8TE0E084035@portsmonj.FreeBSD.org> From: linimon@FreeBSD.org To: perl@FreeBSD.org Cc: Subject: FreeBSD ports that you maintain which are currently scheduled for deletion X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: portmgr-feedback@FreeBSD.org 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, 21 Mar 2012 08:29:14 -0000 Dear FreeBSD port maintainer: As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we periodically schedule removal of ports that have been judged to have outlived their usefulness. Often, this is due to a better alternative having become available and/or the cessation of development on the existing port. In some cases, ports are marked for removal because they fail to build and install correctly from their sources, or otherwise fail in operation. The ports, and the reason and date that they have been scheduled for removal, are listed below. If no one has stepped forward before that time to propose a way to fix the problems (such as via a PR), the ports will be deleted. portname: audio/p5-MusicBrainz-Queries description: A Perl module that provides the musicbrainz query constants maintainer: perl@FreeBSD.org deprecated because: MusicBrainz RDF webservice no longer functions expiration date: 2012-04-05 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=p5-MusicBrainz-Queries portname: devel/p5-Make-Cache description: Caching of object and test run information maintainer: perl@FreeBSD.org deprecated because: Removed from CPAN, does not work, unmaintained expiration date: 2012-03-17 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=p5-Make-Cache If this problem is one that you are already aware of, please accept our apologies and ignore this message. On the other hand, if you no longer wish to maintain this port (or ports), please reply with a message stating that, and accept our thanks for your efforts in the past. Thanks for your efforts to help improve FreeBSD. From owner-freebsd-perl@FreeBSD.ORG Wed Mar 21 12:40:21 2012 Return-Path: Delivered-To: perl@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7B9EE106564A; Wed, 21 Mar 2012 12:40:21 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4F3F48FC08; Wed, 21 Mar 2012 12:40:21 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q2LCeL5F064838; Wed, 21 Mar 2012 12:40:21 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q2LCeLq9064832; Wed, 21 Mar 2012 12:40:21 GMT (envelope-from edwin) Date: Wed, 21 Mar 2012 12:40:21 GMT Message-Id: <201203211240.q2LCeLq9064832@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/166294: [PATCH] www/p5-Catalyst-Plugin-Unicode-Encoding: add TEST_DEPENDS 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, 21 Mar 2012 12:40:21 -0000 Synopsis: [PATCH] www/p5-Catalyst-Plugin-Unicode-Encoding: add TEST_DEPENDS Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Wed Mar 21 12:40:20 UTC 2012 Responsible-Changed-Why: perl@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=166294 From owner-freebsd-perl@FreeBSD.ORG Wed Mar 21 12:40:26 2012 Return-Path: Delivered-To: perl@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 286821065675; Wed, 21 Mar 2012 12:40:26 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B576B8FC15; Wed, 21 Mar 2012 12:40:25 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q2LCePU9065308; Wed, 21 Mar 2012 12:40:25 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q2LCePO5065299; Wed, 21 Mar 2012 12:40:25 GMT (envelope-from edwin) Date: Wed, 21 Mar 2012 12:40:25 GMT Message-Id: <201203211240.q2LCePO5065299@freefall.freebsd.org> To: swills@freebsd.org, edwin@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/166294: [PATCH] www/p5-Catalyst-Plugin-Unicode-Encoding: add TEST_DEPENDS 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, 21 Mar 2012 12:40:26 -0000 Synopsis: [PATCH] www/p5-Catalyst-Plugin-Unicode-Encoding: add TEST_DEPENDS State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Wed Mar 21 12:40:25 UTC 2012 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=166294 From owner-freebsd-perl@FreeBSD.ORG Wed Mar 21 12:50:09 2012 Return-Path: Delivered-To: perl@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0C7031065670 for ; Wed, 21 Mar 2012 12:50:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E20D58FC17 for ; Wed, 21 Mar 2012 12:50:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q2LCo8J8073584 for ; Wed, 21 Mar 2012 12:50:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q2LCo8JP073583; Wed, 21 Mar 2012 12:50:08 GMT (envelope-from gnats) Date: Wed, 21 Mar 2012 12:50:08 GMT Message-Id: <201203211250.q2LCo8JP073583@freefall.freebsd.org> To: perl@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/166294: [PATCH] www/p5-Catalyst-Plugin-Unicode-Encoding: add TEST_DEPENDS X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Edwin Groothuis 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, 21 Mar 2012 12:50:09 -0000 The following reply was made to PR ports/166294; it has been noted by GNATS. From: Edwin Groothuis To: bill.brinzer@gmail.com Cc: bug-followup@FreeBSD.org Subject: Re: ports/166294: [PATCH] www/p5-Catalyst-Plugin-Unicode-Encoding: add TEST_DEPENDS Date: Wed, 21 Mar 2012 12:40:23 UT Maintainer of www/p5-Catalyst-Plugin-Unicode-Encoding, Please note that PR ports/166294 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/166294 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-perl@FreeBSD.ORG Wed Mar 21 12:50:25 2012 Return-Path: Delivered-To: perl@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AFE281065673; Wed, 21 Mar 2012 12:50:25 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 83F4E8FC21; Wed, 21 Mar 2012 12:50:25 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q2LCoPwm074342; Wed, 21 Mar 2012 12:50:25 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q2LCoPr3074335; Wed, 21 Mar 2012 12:50:25 GMT (envelope-from edwin) Date: Wed, 21 Mar 2012 12:50:25 GMT Message-Id: <201203211250.q2LCoPr3074335@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/166295: [PATCH] www/p5-Catalyst-Plugin-Session-Store-DBIC: add TEST_DEPENDS 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, 21 Mar 2012 12:50:25 -0000 Synopsis: [PATCH] www/p5-Catalyst-Plugin-Session-Store-DBIC: add TEST_DEPENDS Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Wed Mar 21 12:50:24 UTC 2012 Responsible-Changed-Why: perl@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=166295 From owner-freebsd-perl@FreeBSD.ORG Wed Mar 21 12:50:32 2012 Return-Path: Delivered-To: perl@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D91DB106566C; Wed, 21 Mar 2012 12:50:32 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id AD0898FC14; Wed, 21 Mar 2012 12:50:32 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q2LCoW6p074851; Wed, 21 Mar 2012 12:50:32 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q2LCoWqY074845; Wed, 21 Mar 2012 12:50:32 GMT (envelope-from edwin) Date: Wed, 21 Mar 2012 12:50:32 GMT Message-Id: <201203211250.q2LCoWqY074845@freefall.freebsd.org> To: swills@freebsd.org, edwin@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/166295: [PATCH] www/p5-Catalyst-Plugin-Session-Store-DBIC: add TEST_DEPENDS 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, 21 Mar 2012 12:50:32 -0000 Synopsis: [PATCH] www/p5-Catalyst-Plugin-Session-Store-DBIC: add TEST_DEPENDS State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Wed Mar 21 12:50:31 UTC 2012 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=166295 From owner-freebsd-perl@FreeBSD.ORG Wed Mar 21 13:00:35 2012 Return-Path: Delivered-To: perl@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D223D106567A for ; Wed, 21 Mar 2012 13:00:35 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id BE4DC8FC15 for ; Wed, 21 Mar 2012 13:00:35 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q2LD0ZOW082066 for ; Wed, 21 Mar 2012 13:00:35 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q2LD0ZZP082065; Wed, 21 Mar 2012 13:00:35 GMT (envelope-from gnats) Date: Wed, 21 Mar 2012 13:00:35 GMT Message-Id: <201203211300.q2LD0ZZP082065@freefall.freebsd.org> To: perl@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/166295: [PATCH] www/p5-Catalyst-Plugin-Session-Store-DBIC: add TEST_DEPENDS X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Edwin Groothuis 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, 21 Mar 2012 13:00:35 -0000 The following reply was made to PR ports/166295; it has been noted by GNATS. From: Edwin Groothuis To: fernan@iib.unsam.edu.ar Cc: bug-followup@FreeBSD.org Subject: Re: ports/166295: [PATCH] www/p5-Catalyst-Plugin-Session-Store-DBIC: add TEST_DEPENDS Date: Wed, 21 Mar 2012 12:50:28 UT Maintainer of www/p5-Catalyst-Plugin-Session-Store-DBIC, Please note that PR ports/166295 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/166295 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-perl@FreeBSD.ORG Fri Mar 23 14:13:39 2012 Return-Path: Delivered-To: perl@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DEC4F106566C; Fri, 23 Mar 2012 14:13:39 +0000 (UTC) (envelope-from scheidell@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B245A8FC12; Fri, 23 Mar 2012 14:13:39 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q2NEDd7l061512; Fri, 23 Mar 2012 14:13:39 GMT (envelope-from scheidell@freefall.freebsd.org) Received: (from scheidell@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q2NEDdgZ061506; Fri, 23 Mar 2012 14:13:39 GMT (envelope-from scheidell) Date: Fri, 23 Mar 2012 14:13:39 GMT Message-Id: <201203231413.q2NEDdgZ061506@freefall.freebsd.org> To: scheidell@FreeBSD.org, perl@FreeBSD.org, scheidell@FreeBSD.org From: scheidell@FreeBSD.org Cc: Subject: Re: ports/165765: [maintainer update] modern revamping japanese/p5-Mail-SpamAssassin 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: Fri, 23 Mar 2012 14:13:40 -0000 Synopsis: [maintainer update] modern revamping japanese/p5-Mail-SpamAssassin Responsible-Changed-From-To: perl->scheidell Responsible-Changed-By: scheidell Responsible-Changed-When: Fri Mar 23 14:13:39 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=165765 From owner-freebsd-perl@FreeBSD.ORG Fri Mar 23 17:13:52 2012 Return-Path: Delivered-To: perl@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 44E7E106566C; Fri, 23 Mar 2012 17:13:52 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 178748FC08; Fri, 23 Mar 2012 17:13:52 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q2NHDpj9026775; Fri, 23 Mar 2012 17:13:51 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q2NHDpgZ026771; Fri, 23 Mar 2012 17:13:51 GMT (envelope-from swills) Date: Fri, 23 Mar 2012 17:13:51 GMT Message-Id: <201203231713.q2NHDpgZ026771@freefall.freebsd.org> To: hartzell@alerce.com, swills@FreeBSD.org, perl@FreeBSD.org, swills@FreeBSD.org From: swills@FreeBSD.org Cc: Subject: Re: ports/166263: [PATCH] www/p5-CGI-Application-Server: add missing DEPENDS 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: Fri, 23 Mar 2012 17:13:52 -0000 Synopsis: [PATCH] www/p5-CGI-Application-Server: add missing DEPENDS Responsible-Changed-From-To: perl->swills Responsible-Changed-By: swills Responsible-Changed-When: Fri Mar 23 17:13:51 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=166263 From owner-freebsd-perl@FreeBSD.ORG Fri Mar 23 17:14:29 2012 Return-Path: Delivered-To: perl@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E6D4B1065670; Fri, 23 Mar 2012 17:14:29 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id BA0CC8FC0C; Fri, 23 Mar 2012 17:14:29 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q2NHETNJ027204; Fri, 23 Mar 2012 17:14:29 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q2NHES6N027200; Fri, 23 Mar 2012 17:14:28 GMT (envelope-from swills) Date: Fri, 23 Mar 2012 17:14:28 GMT Message-Id: <201203231714.q2NHES6N027200@freefall.freebsd.org> To: fernan@iib.unsam.edu.ar, swills@FreeBSD.org, perl@FreeBSD.org, swills@FreeBSD.org From: swills@FreeBSD.org Cc: Subject: Re: ports/166269: [PATCH] www/p5-Catalyst-Plugin-Session-Store-Delegate: add TEST_DEPENDS 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: Fri, 23 Mar 2012 17:14:30 -0000 Synopsis: [PATCH] www/p5-Catalyst-Plugin-Session-Store-Delegate: add TEST_DEPENDS Responsible-Changed-From-To: perl->swills Responsible-Changed-By: swills Responsible-Changed-When: Fri Mar 23 17:14:28 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=166269 From owner-freebsd-perl@FreeBSD.ORG Fri Mar 23 17:14:37 2012 Return-Path: Delivered-To: perl@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 851F91065673; Fri, 23 Mar 2012 17:14:37 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 57F288FC19; Fri, 23 Mar 2012 17:14:37 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q2NHEbhY027291; Fri, 23 Mar 2012 17:14:37 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q2NHEaxY027287; Fri, 23 Mar 2012 17:14:36 GMT (envelope-from swills) Date: Fri, 23 Mar 2012 17:14:36 GMT Message-Id: <201203231714.q2NHEaxY027287@freefall.freebsd.org> To: dennylin93@hs.ntnu.edu.tw, swills@FreeBSD.org, perl@FreeBSD.org, swills@FreeBSD.org From: swills@FreeBSD.org Cc: Subject: Re: ports/166277: [PATCH] www/p5-WWW-GitHub-Gist: add missing DEPENDS 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: Fri, 23 Mar 2012 17:14:37 -0000 Synopsis: [PATCH] www/p5-WWW-GitHub-Gist: add missing DEPENDS Responsible-Changed-From-To: perl->swills Responsible-Changed-By: swills Responsible-Changed-When: Fri Mar 23 17:14:36 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=166277 From owner-freebsd-perl@FreeBSD.ORG Fri Mar 23 17:14:46 2012 Return-Path: Delivered-To: perl@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0C9A6106566C; Fri, 23 Mar 2012 17:14:46 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D43C58FC0C; Fri, 23 Mar 2012 17:14:45 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q2NHEjWc027379; Fri, 23 Mar 2012 17:14:45 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q2NHEjsX027375; Fri, 23 Mar 2012 17:14:45 GMT (envelope-from swills) Date: Fri, 23 Mar 2012 17:14:45 GMT Message-Id: <201203231714.q2NHEjsX027375@freefall.freebsd.org> To: hartzell@alerce.com, swills@FreeBSD.org, perl@FreeBSD.org, swills@FreeBSD.org From: swills@FreeBSD.org Cc: Subject: Re: ports/166283: [PATCH] www/p5-CGI-Application-Plugin-HtmlTidy: update to 1.05 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: Fri, 23 Mar 2012 17:14:46 -0000 Synopsis: [PATCH] www/p5-CGI-Application-Plugin-HtmlTidy: update to 1.05 Responsible-Changed-From-To: perl->swills Responsible-Changed-By: swills Responsible-Changed-When: Fri Mar 23 17:14:45 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=166283 From owner-freebsd-perl@FreeBSD.ORG Fri Mar 23 17:14:50 2012 Return-Path: Delivered-To: perl@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 893CA1065676; Fri, 23 Mar 2012 17:14:50 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5B48C8FC27; Fri, 23 Mar 2012 17:14:50 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q2NHEodc027472; Fri, 23 Mar 2012 17:14:50 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q2NHEoJo027468; Fri, 23 Mar 2012 17:14:50 GMT (envelope-from swills) Date: Fri, 23 Mar 2012 17:14:50 GMT Message-Id: <201203231714.q2NHEoJo027468@freefall.freebsd.org> To: Alex.Bakhtin@gmail.com, swills@FreeBSD.org, perl@FreeBSD.org, swills@FreeBSD.org From: swills@FreeBSD.org Cc: Subject: Re: ports/166284: [PATCH] www/p5-Catalyst-TraitFor-Controller-DBIC-DoesPaging: add missing DEPENDS 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: Fri, 23 Mar 2012 17:14:50 -0000 Synopsis: [PATCH] www/p5-Catalyst-TraitFor-Controller-DBIC-DoesPaging: add missing DEPENDS Responsible-Changed-From-To: perl->swills Responsible-Changed-By: swills Responsible-Changed-When: Fri Mar 23 17:14:49 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=166284 From owner-freebsd-perl@FreeBSD.ORG Fri Mar 23 17:14:55 2012 Return-Path: Delivered-To: perl@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D6BF8106566C; Fri, 23 Mar 2012 17:14:55 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id AA2808FC0C; Fri, 23 Mar 2012 17:14:55 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q2NHEtVQ027561; Fri, 23 Mar 2012 17:14:55 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q2NHEtbQ027557; Fri, 23 Mar 2012 17:14:55 GMT (envelope-from swills) Date: Fri, 23 Mar 2012 17:14:55 GMT Message-Id: <201203231714.q2NHEtbQ027557@freefall.freebsd.org> To: bill.brinzer@gmail.com, swills@FreeBSD.org, perl@FreeBSD.org, swills@FreeBSD.org From: swills@FreeBSD.org Cc: Subject: Re: ports/166294: [PATCH] www/p5-Catalyst-Plugin-Unicode-Encoding: add TEST_DEPENDS 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: Fri, 23 Mar 2012 17:14:55 -0000 Synopsis: [PATCH] www/p5-Catalyst-Plugin-Unicode-Encoding: add TEST_DEPENDS Responsible-Changed-From-To: perl->swills Responsible-Changed-By: swills Responsible-Changed-When: Fri Mar 23 17:14:55 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=166294 From owner-freebsd-perl@FreeBSD.ORG Fri Mar 23 17:15:00 2012 Return-Path: Delivered-To: perl@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DCD251065674; Fri, 23 Mar 2012 17:15:00 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id ABFEB8FC19; Fri, 23 Mar 2012 17:15:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q2NHF0Se027654; Fri, 23 Mar 2012 17:15:00 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q2NHF0FJ027650; Fri, 23 Mar 2012 17:15:00 GMT (envelope-from swills) Date: Fri, 23 Mar 2012 17:15:00 GMT Message-Id: <201203231715.q2NHF0FJ027650@freefall.freebsd.org> To: fernan@iib.unsam.edu.ar, swills@FreeBSD.org, perl@FreeBSD.org, swills@FreeBSD.org From: swills@FreeBSD.org Cc: Subject: Re: ports/166295: [PATCH] www/p5-Catalyst-Plugin-Session-Store-DBIC: add TEST_DEPENDS 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: Fri, 23 Mar 2012 17:15:01 -0000 Synopsis: [PATCH] www/p5-Catalyst-Plugin-Session-Store-DBIC: add TEST_DEPENDS Responsible-Changed-From-To: perl->swills Responsible-Changed-By: swills Responsible-Changed-When: Fri Mar 23 17:15:00 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=166295 From owner-freebsd-perl@FreeBSD.ORG Fri Mar 23 18:30:26 2012 Return-Path: Delivered-To: perl@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2AB4B1065673; Fri, 23 Mar 2012 18:30:26 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id F15A58FC15; Fri, 23 Mar 2012 18:30:25 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q2NIUPQI092670; Fri, 23 Mar 2012 18:30:25 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q2NIUPMk092664; Fri, 23 Mar 2012 18:30:25 GMT (envelope-from edwin) Date: Fri, 23 Mar 2012 18:30:25 GMT Message-Id: <201203231830.q2NIUPMk092664@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/166343: [PATCH] www/p5-Catalyst-Plugin-Params-Nested: add TEST_DEPENDS 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: Fri, 23 Mar 2012 18:30:26 -0000 Synopsis: [PATCH] www/p5-Catalyst-Plugin-Params-Nested: add TEST_DEPENDS Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Fri Mar 23 18:30:24 UTC 2012 Responsible-Changed-Why: perl@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=166343 From owner-freebsd-perl@FreeBSD.ORG Fri Mar 23 18:30:34 2012 Return-Path: Delivered-To: perl@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 46653106564A; Fri, 23 Mar 2012 18:30:34 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1A0AC8FC21; Fri, 23 Mar 2012 18:30:34 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q2NIUXwU093290; Fri, 23 Mar 2012 18:30:33 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q2NIUXtx093279; Fri, 23 Mar 2012 18:30:33 GMT (envelope-from edwin) Date: Fri, 23 Mar 2012 18:30:33 GMT Message-Id: <201203231830.q2NIUXtx093279@freefall.freebsd.org> To: swills@freebsd.org, edwin@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/166343: [PATCH] www/p5-Catalyst-Plugin-Params-Nested: add TEST_DEPENDS 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: Fri, 23 Mar 2012 18:30:34 -0000 Synopsis: [PATCH] www/p5-Catalyst-Plugin-Params-Nested: add TEST_DEPENDS State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Fri Mar 23 18:30:33 UTC 2012 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=166343 From owner-freebsd-perl@FreeBSD.ORG Fri Mar 23 18:40:12 2012 Return-Path: Delivered-To: perl@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B7EDA106566C for ; Fri, 23 Mar 2012 18:40:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A36418FC14 for ; Fri, 23 Mar 2012 18:40:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q2NIeC9w002876 for ; Fri, 23 Mar 2012 18:40:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q2NIeCDW002875; Fri, 23 Mar 2012 18:40:12 GMT (envelope-from gnats) Date: Fri, 23 Mar 2012 18:40:12 GMT Message-Id: <201203231840.q2NIeCDW002875@freefall.freebsd.org> To: perl@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/166343: [PATCH] www/p5-Catalyst-Plugin-Params-Nested: add TEST_DEPENDS X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Edwin Groothuis List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Mar 2012 18:40:12 -0000 The following reply was made to PR ports/166343; it has been noted by GNATS. From: Edwin Groothuis To: fernan@iib.unsam.edu.ar Cc: bug-followup@FreeBSD.org Subject: Re: ports/166343: [PATCH] www/p5-Catalyst-Plugin-Params-Nested: add TEST_DEPENDS Date: Fri, 23 Mar 2012 18:30:29 UT Maintainer of www/p5-Catalyst-Plugin-Params-Nested, Please note that PR ports/166343 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/166343 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-perl@FreeBSD.ORG Fri Mar 23 18:40:37 2012 Return-Path: Delivered-To: perl@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0BFDA106566B; Fri, 23 Mar 2012 18:40:37 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D37C78FC16; Fri, 23 Mar 2012 18:40:36 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q2NIeaQT004734; Fri, 23 Mar 2012 18:40:36 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q2NIeaCI004727; Fri, 23 Mar 2012 18:40:36 GMT (envelope-from edwin) Date: Fri, 23 Mar 2012 18:40:36 GMT Message-Id: <201203231840.q2NIeaCI004727@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/166344: [PATCH] www/p5-Catalyst-Plugin-Scheduler: add missing DEPENDS 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: Fri, 23 Mar 2012 18:40:37 -0000 Synopsis: [PATCH] www/p5-Catalyst-Plugin-Scheduler: add missing DEPENDS Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Fri Mar 23 18:40:36 UTC 2012 Responsible-Changed-Why: perl@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=166344 From owner-freebsd-perl@FreeBSD.ORG Fri Mar 23 18:40:41 2012 Return-Path: Delivered-To: perl@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 73C90106566B; Fri, 23 Mar 2012 18:40:41 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 48D088FC08; Fri, 23 Mar 2012 18:40:41 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q2NIefWj005364; Fri, 23 Mar 2012 18:40:41 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q2NIefLR005357; Fri, 23 Mar 2012 18:40:41 GMT (envelope-from edwin) Date: Fri, 23 Mar 2012 18:40:41 GMT Message-Id: <201203231840.q2NIefLR005357@freefall.freebsd.org> To: swills@freebsd.org, edwin@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/166344: [PATCH] www/p5-Catalyst-Plugin-Scheduler: add missing DEPENDS 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: Fri, 23 Mar 2012 18:40:41 -0000 Synopsis: [PATCH] www/p5-Catalyst-Plugin-Scheduler: add missing DEPENDS State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Fri Mar 23 18:40:40 UTC 2012 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=166344 From owner-freebsd-perl@FreeBSD.ORG Fri Mar 23 18:50:13 2012 Return-Path: Delivered-To: perl@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2EDAF106566C for ; Fri, 23 Mar 2012 18:50:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1B4D78FC08 for ; Fri, 23 Mar 2012 18:50:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q2NIoC9l011957 for ; Fri, 23 Mar 2012 18:50:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q2NIoCAc011956; Fri, 23 Mar 2012 18:50:12 GMT (envelope-from gnats) Date: Fri, 23 Mar 2012 18:50:12 GMT Message-Id: <201203231850.q2NIoCAc011956@freefall.freebsd.org> To: perl@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/166344: [PATCH] www/p5-Catalyst-Plugin-Scheduler: add missing DEPENDS X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Edwin Groothuis List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Mar 2012 18:50:13 -0000 The following reply was made to PR ports/166344; it has been noted by GNATS. From: Edwin Groothuis To: fernan@iib.unsam.edu.ar Cc: bug-followup@FreeBSD.org Subject: Re: ports/166344: [PATCH] www/p5-Catalyst-Plugin-Scheduler: add missing DEPENDS Date: Fri, 23 Mar 2012 18:40:38 UT Maintainer of www/p5-Catalyst-Plugin-Scheduler, Please note that PR ports/166344 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/166344 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-perl@FreeBSD.ORG Fri Mar 23 19:00:33 2012 Return-Path: Delivered-To: perl@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 78C4F106566C; Fri, 23 Mar 2012 19:00:33 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4CA638FC14; Fri, 23 Mar 2012 19:00:33 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q2NJ0XJh020640; Fri, 23 Mar 2012 19:00:33 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q2NJ0XN9020636; Fri, 23 Mar 2012 19:00:33 GMT (envelope-from edwin) Date: Fri, 23 Mar 2012 19:00:33 GMT Message-Id: <201203231900.q2NJ0XN9020636@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/166348: [PATCH] www/p5-Catalyst-Plugin-Textile: add missing DEPENDS 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: Fri, 23 Mar 2012 19:00:33 -0000 Synopsis: [PATCH] www/p5-Catalyst-Plugin-Textile: add missing DEPENDS Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Fri Mar 23 19:00:32 UTC 2012 Responsible-Changed-Why: perl@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=166348 From owner-freebsd-perl@FreeBSD.ORG Fri Mar 23 19:00:39 2012 Return-Path: Delivered-To: perl@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BB7BA1065673; Fri, 23 Mar 2012 19:00:39 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 8F2F88FC18; Fri, 23 Mar 2012 19:00:39 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q2NJ0doH020986; Fri, 23 Mar 2012 19:00:39 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q2NJ0dxU020977; Fri, 23 Mar 2012 19:00:39 GMT (envelope-from edwin) Date: Fri, 23 Mar 2012 19:00:39 GMT Message-Id: <201203231900.q2NJ0dxU020977@freefall.freebsd.org> To: swills@freebsd.org, edwin@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/166348: [PATCH] www/p5-Catalyst-Plugin-Textile: add missing DEPENDS 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: Fri, 23 Mar 2012 19:00:39 -0000 Synopsis: [PATCH] www/p5-Catalyst-Plugin-Textile: add missing DEPENDS State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Fri Mar 23 19:00:38 UTC 2012 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=166348 From owner-freebsd-perl@FreeBSD.ORG Fri Mar 23 19:10:13 2012 Return-Path: Delivered-To: perl@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9E85F106566C for ; Fri, 23 Mar 2012 19:10:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 89A178FC16 for ; Fri, 23 Mar 2012 19:10:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q2NJADOC029550 for ; Fri, 23 Mar 2012 19:10:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q2NJADCo029549; Fri, 23 Mar 2012 19:10:13 GMT (envelope-from gnats) Date: Fri, 23 Mar 2012 19:10:13 GMT Message-Id: <201203231910.q2NJADCo029549@freefall.freebsd.org> To: perl@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/166348: [PATCH] www/p5-Catalyst-Plugin-Textile: add missing DEPENDS X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Edwin Groothuis List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Mar 2012 19:10:13 -0000 The following reply was made to PR ports/166348; it has been noted by GNATS. From: Edwin Groothuis To: hcoyote@ghostar.org Cc: bug-followup@FreeBSD.org Subject: Re: ports/166348: [PATCH] www/p5-Catalyst-Plugin-Textile: add missing DEPENDS Date: Fri, 23 Mar 2012 19:00:36 UT Maintainer of www/p5-Catalyst-Plugin-Textile, Please note that PR ports/166348 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/166348 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-perl@FreeBSD.ORG Fri Mar 23 19:11:08 2012 Return-Path: Delivered-To: perl@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DE8EF1065673; Fri, 23 Mar 2012 19:11:08 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B20368FC12; Fri, 23 Mar 2012 19:11:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q2NJB8Zf033632; Fri, 23 Mar 2012 19:11:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q2NJB8Aj033623; Fri, 23 Mar 2012 19:11:08 GMT (envelope-from edwin) Date: Fri, 23 Mar 2012 19:11:08 GMT Message-Id: <201203231911.q2NJB8Aj033623@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/166350: [PATCH] www/p5-HTML-Sanitizer: mark DEPRECATED since it's gone from CPAN 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: Fri, 23 Mar 2012 19:11:09 -0000 Synopsis: [PATCH] www/p5-HTML-Sanitizer: mark DEPRECATED since it's gone from CPAN Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Fri Mar 23 19:11:08 UTC 2012 Responsible-Changed-Why: perl@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=166350 From owner-freebsd-perl@FreeBSD.ORG Fri Mar 23 19:11:13 2012 Return-Path: Delivered-To: perl@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4FFE1106566B; Fri, 23 Mar 2012 19:11:13 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 240DD8FC12; Fri, 23 Mar 2012 19:11:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q2NJBDGY034220; Fri, 23 Mar 2012 19:11:13 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q2NJBDfV034211; Fri, 23 Mar 2012 19:11:13 GMT (envelope-from edwin) Date: Fri, 23 Mar 2012 19:11:13 GMT Message-Id: <201203231911.q2NJBDfV034211@freefall.freebsd.org> To: swills@freebsd.org, edwin@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/166350: [PATCH] www/p5-HTML-Sanitizer: mark DEPRECATED since it's gone from CPAN 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: Fri, 23 Mar 2012 19:11:13 -0000 Synopsis: [PATCH] www/p5-HTML-Sanitizer: mark DEPRECATED since it's gone from CPAN State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Fri Mar 23 19:11:12 UTC 2012 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=166350 From owner-freebsd-perl@FreeBSD.ORG Fri Mar 23 19:20:12 2012 Return-Path: Delivered-To: perl@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A0005106566C for ; Fri, 23 Mar 2012 19:20:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 8BE148FC0C for ; Fri, 23 Mar 2012 19:20:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q2NJKCpl039865 for ; Fri, 23 Mar 2012 19:20:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q2NJKCeH039863; Fri, 23 Mar 2012 19:20:12 GMT (envelope-from gnats) Date: Fri, 23 Mar 2012 19:20:12 GMT Message-Id: <201203231920.q2NJKCeH039863@freefall.freebsd.org> To: perl@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/166350: [PATCH] www/p5-HTML-Sanitizer: mark DEPRECATED since it's gone from CPAN X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Edwin Groothuis List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Mar 2012 19:20:12 -0000 The following reply was made to PR ports/166350; it has been noted by GNATS. From: Edwin Groothuis To: gslin@gslin.org Cc: bug-followup@FreeBSD.org Subject: Re: ports/166350: [PATCH] www/p5-HTML-Sanitizer: mark DEPRECATED since it's gone from CPAN Date: Fri, 23 Mar 2012 19:11:10 UT Maintainer of www/p5-HTML-Sanitizer, Please note that PR ports/166350 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/166350 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-perl@FreeBSD.ORG Fri Mar 23 19:30:21 2012 Return-Path: Delivered-To: perl@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 849BA106564A; Fri, 23 Mar 2012 19:30:21 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 574958FC0C; Fri, 23 Mar 2012 19:30:21 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q2NJULhC048603; Fri, 23 Mar 2012 19:30:21 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q2NJULsW048599; Fri, 23 Mar 2012 19:30:21 GMT (envelope-from edwin) Date: Fri, 23 Mar 2012 19:30:21 GMT Message-Id: <201203231930.q2NJULsW048599@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/166351: [PATCH] www/p5-Xango: mark DEPRECATED since it's gone from CPAN 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: Fri, 23 Mar 2012 19:30:21 -0000 Synopsis: [PATCH] www/p5-Xango: mark DEPRECATED since it's gone from CPAN Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Fri Mar 23 19:30:20 UTC 2012 Responsible-Changed-Why: perl@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=166351 From owner-freebsd-perl@FreeBSD.ORG Fri Mar 23 19:30:27 2012 Return-Path: Delivered-To: perl@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 96DC21065674; Fri, 23 Mar 2012 19:30:27 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6A88B8FC12; Fri, 23 Mar 2012 19:30:27 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q2NJURKh048931; Fri, 23 Mar 2012 19:30:27 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q2NJURa4048922; Fri, 23 Mar 2012 19:30:27 GMT (envelope-from edwin) Date: Fri, 23 Mar 2012 19:30:27 GMT Message-Id: <201203231930.q2NJURa4048922@freefall.freebsd.org> To: swills@freebsd.org, edwin@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/166351: [PATCH] www/p5-Xango: mark DEPRECATED since it's gone from CPAN 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: Fri, 23 Mar 2012 19:30:27 -0000 Synopsis: [PATCH] www/p5-Xango: mark DEPRECATED since it's gone from CPAN State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Fri Mar 23 19:30:26 UTC 2012 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=166351 From owner-freebsd-perl@FreeBSD.ORG Fri Mar 23 19:40:08 2012 Return-Path: Delivered-To: perl@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A469E106564A for ; Fri, 23 Mar 2012 19:40:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 88D468FC08 for ; Fri, 23 Mar 2012 19:40:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q2NJe897058981 for ; Fri, 23 Mar 2012 19:40:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q2NJe8TE058976; Fri, 23 Mar 2012 19:40:08 GMT (envelope-from gnats) Date: Fri, 23 Mar 2012 19:40:08 GMT Message-Id: <201203231940.q2NJe8TE058976@freefall.freebsd.org> To: perl@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/166351: [PATCH] www/p5-Xango: mark DEPRECATED since it's gone from CPAN X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Edwin Groothuis List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Mar 2012 19:40:08 -0000 The following reply was made to PR ports/166351; it has been noted by GNATS. From: Edwin Groothuis To: gslin@gslin.org Cc: bug-followup@FreeBSD.org Subject: Re: ports/166351: [PATCH] www/p5-Xango: mark DEPRECATED since it's gone from CPAN Date: Fri, 23 Mar 2012 19:30:24 UT Maintainer of www/p5-Xango, Please note that PR ports/166351 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/166351 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-perl@FreeBSD.ORG Fri Mar 23 19:40:12 2012 Return-Path: Delivered-To: perl@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2C8741065673 for ; Fri, 23 Mar 2012 19:40:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 18F028FC0C for ; Fri, 23 Mar 2012 19:40:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q2NJeB9I058995 for ; Fri, 23 Mar 2012 19:40:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q2NJeBqX058994; Fri, 23 Mar 2012 19:40:11 GMT (envelope-from gnats) Date: Fri, 23 Mar 2012 19:40:11 GMT Message-Id: <201203231940.q2NJeBqX058994@freefall.freebsd.org> To: perl@FreeBSD.org From: Travis Cc: Subject: Re: ports/166348: [PATCH] www/p5-Catalyst-Plugin-Textile: add missing DEPENDS X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Travis List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Mar 2012 19:40:12 -0000 The following reply was made to PR ports/166348; it has been noted by GNATS. From: Travis To: bug-followup@freebsd.org Cc: Subject: Re: ports/166348: [PATCH] www/p5-Catalyst-Plugin-Textile: add missing DEPENDS Date: Fri, 23 Mar 2012 14:39:11 -0500 agreed. Please see if patch submitter is willing to take over this port; I no longer use FreeBSD so have no way of testing this. On Fri, Mar 23, 2012 at 2:00 PM, Edwin Groothuis wrote: > Maintainer of www/p5-Catalyst-Plugin-Textile, > > Please note that PR ports/166348 has just been submitted. > > If it contains a patch for an upgrade, an enhancement or a bug fix > you agree on, reply to this email stating that you approve the patch > and a committer will take care of it. > > The full text of the PR can be found at: > =A0 =A0http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports/166348 > > -- > Edwin Groothuis via the GNATS Auto Assign Tool > edwin@FreeBSD.org --=20 Travis Campbell travis@ghostar.org From owner-freebsd-perl@FreeBSD.ORG Fri Mar 23 20:30:24 2012 Return-Path: Delivered-To: perl@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1D5F41065680; Fri, 23 Mar 2012 20:30:24 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E52038FC08; Fri, 23 Mar 2012 20:30:23 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q2NKUNTh003965; Fri, 23 Mar 2012 20:30:23 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q2NKUNht003955; Fri, 23 Mar 2012 20:30:23 GMT (envelope-from edwin) Date: Fri, 23 Mar 2012 20:30:23 GMT Message-Id: <201203232030.q2NKUNht003955@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/166353: [PATCH] www/p5-WebService-Simple: add TEST_DEEPNDS 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: Fri, 23 Mar 2012 20:30:24 -0000 Synopsis: [PATCH] www/p5-WebService-Simple: add TEST_DEEPNDS Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Fri Mar 23 20:30:23 UTC 2012 Responsible-Changed-Why: perl@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=166353 From owner-freebsd-perl@FreeBSD.ORG Fri Mar 23 20:30:32 2012 Return-Path: Delivered-To: perl@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 33A4110656D1; Fri, 23 Mar 2012 20:30:32 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 06D2F8FC1D; Fri, 23 Mar 2012 20:30:31 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q2NKUVPe004666; Fri, 23 Mar 2012 20:30:31 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q2NKUVBO004656; Fri, 23 Mar 2012 20:30:31 GMT (envelope-from edwin) Date: Fri, 23 Mar 2012 20:30:31 GMT Message-Id: <201203232030.q2NKUVBO004656@freefall.freebsd.org> To: swills@freebsd.org, edwin@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/166353: [PATCH] www/p5-WebService-Simple: add TEST_DEEPNDS 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: Fri, 23 Mar 2012 20:30:32 -0000 Synopsis: [PATCH] www/p5-WebService-Simple: add TEST_DEEPNDS State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Fri Mar 23 20:30:31 UTC 2012 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=166353 From owner-freebsd-perl@FreeBSD.ORG Fri Mar 23 20:40:12 2012 Return-Path: Delivered-To: perl@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2F1FD1065670 for ; Fri, 23 Mar 2012 20:40:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1A3688FC0C for ; Fri, 23 Mar 2012 20:40:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q2NKeArK015236 for ; Fri, 23 Mar 2012 20:40:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q2NKeAcY015235; Fri, 23 Mar 2012 20:40:10 GMT (envelope-from gnats) Date: Fri, 23 Mar 2012 20:40:10 GMT Message-Id: <201203232040.q2NKeAcY015235@freefall.freebsd.org> To: perl@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/166353: [PATCH] www/p5-WebService-Simple: add TEST_DEEPNDS X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Edwin Groothuis List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Mar 2012 20:40:12 -0000 The following reply was made to PR ports/166353; it has been noted by GNATS. From: Edwin Groothuis To: markun@onohara.to Cc: bug-followup@FreeBSD.org Subject: Re: ports/166353: [PATCH] www/p5-WebService-Simple: add TEST_DEEPNDS Date: Fri, 23 Mar 2012 20:30:27 UT Maintainer of www/p5-WebService-Simple, Please note that PR ports/166353 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/166353 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-perl@FreeBSD.ORG Fri Mar 23 20:50:20 2012 Return-Path: Delivered-To: perl@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B9189106566C; Fri, 23 Mar 2012 20:50:20 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 8C00A8FC1D; Fri, 23 Mar 2012 20:50:20 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q2NKoKsh024275; Fri, 23 Mar 2012 20:50:20 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q2NKoKdr024270; Fri, 23 Mar 2012 20:50:20 GMT (envelope-from edwin) Date: Fri, 23 Mar 2012 20:50:20 GMT Message-Id: <201203232050.q2NKoKdr024270@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/166355: [PATCH] www/p5-WWW-Shorten-0rz: add TEST_DEPENDS 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: Fri, 23 Mar 2012 20:50:20 -0000 Synopsis: [PATCH] www/p5-WWW-Shorten-0rz: add TEST_DEPENDS Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Fri Mar 23 20:50:20 UTC 2012 Responsible-Changed-Why: perl@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=166355 From owner-freebsd-perl@FreeBSD.ORG Fri Mar 23 20:50:25 2012 Return-Path: Delivered-To: perl@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4C46A1065673; Fri, 23 Mar 2012 20:50:25 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 20AAC8FC1C; Fri, 23 Mar 2012 20:50:25 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q2NKoPgV024758; Fri, 23 Mar 2012 20:50:25 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q2NKoOhq024749; Fri, 23 Mar 2012 20:50:24 GMT (envelope-from edwin) Date: Fri, 23 Mar 2012 20:50:24 GMT Message-Id: <201203232050.q2NKoOhq024749@freefall.freebsd.org> To: swills@freebsd.org, edwin@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/166355: [PATCH] www/p5-WWW-Shorten-0rz: add TEST_DEPENDS 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: Fri, 23 Mar 2012 20:50:25 -0000 Synopsis: [PATCH] www/p5-WWW-Shorten-0rz: add TEST_DEPENDS State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Fri Mar 23 20:50:24 UTC 2012 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=166355 From owner-freebsd-perl@FreeBSD.ORG Fri Mar 23 21:00:33 2012 Return-Path: Delivered-To: perl@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AE468106567E for ; Fri, 23 Mar 2012 21:00:33 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9A9588FC0A for ; Fri, 23 Mar 2012 21:00:33 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q2NL0XM7032593 for ; Fri, 23 Mar 2012 21:00:33 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q2NL0X3Z032589; Fri, 23 Mar 2012 21:00:33 GMT (envelope-from gnats) Date: Fri, 23 Mar 2012 21:00:33 GMT Message-Id: <201203232100.q2NL0X3Z032589@freefall.freebsd.org> To: perl@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/166355: [PATCH] www/p5-WWW-Shorten-0rz: add TEST_DEPENDS X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Edwin Groothuis List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Mar 2012 21:00:33 -0000 The following reply was made to PR ports/166355; it has been noted by GNATS. From: Edwin Groothuis To: snowfly@yuntech.edu.tw Cc: bug-followup@FreeBSD.org Subject: Re: ports/166355: [PATCH] www/p5-WWW-Shorten-0rz: add TEST_DEPENDS Date: Fri, 23 Mar 2012 20:50:22 UT Maintainer of www/p5-WWW-Shorten-0rz, Please note that PR ports/166355 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/166355 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-perl@FreeBSD.ORG Fri Mar 23 21:10:16 2012 Return-Path: Delivered-To: perl@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BDC0A106566B; Fri, 23 Mar 2012 21:10:16 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 917A38FC19; Fri, 23 Mar 2012 21:10:16 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q2NLAG07041451; Fri, 23 Mar 2012 21:10:16 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q2NLAGH9041447; Fri, 23 Mar 2012 21:10:16 GMT (envelope-from edwin) Date: Fri, 23 Mar 2012 21:10:16 GMT Message-Id: <201203232110.q2NLAGH9041447@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/166356: [PATCH] www/p5-WWW-Google-News: add missing DEPENDS 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: Fri, 23 Mar 2012 21:10:16 -0000 Synopsis: [PATCH] www/p5-WWW-Google-News: add missing DEPENDS Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Fri Mar 23 21:10:16 UTC 2012 Responsible-Changed-Why: perl@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=166356 From owner-freebsd-perl@FreeBSD.ORG Fri Mar 23 21:10:21 2012 Return-Path: Delivered-To: perl@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1FFB110656B1; Fri, 23 Mar 2012 21:10:21 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E89AC8FC16; Fri, 23 Mar 2012 21:10:20 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q2NLAK23041530; Fri, 23 Mar 2012 21:10:20 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q2NLAK0w041526; Fri, 23 Mar 2012 21:10:20 GMT (envelope-from edwin) Date: Fri, 23 Mar 2012 21:10:20 GMT Message-Id: <201203232110.q2NLAK0w041526@freefall.freebsd.org> To: swills@freebsd.org, edwin@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/166356: [PATCH] www/p5-WWW-Google-News: add missing DEPENDS 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: Fri, 23 Mar 2012 21:10:21 -0000 Synopsis: [PATCH] www/p5-WWW-Google-News: add missing DEPENDS State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Fri Mar 23 21:10:20 UTC 2012 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=166356 From owner-freebsd-perl@FreeBSD.ORG Fri Mar 23 21:20:11 2012 Return-Path: Delivered-To: perl@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DC1D41065670 for ; Fri, 23 Mar 2012 21:20:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C81F28FC12 for ; Fri, 23 Mar 2012 21:20:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q2NLKBu8051679 for ; Fri, 23 Mar 2012 21:20:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q2NLKBYr051678; Fri, 23 Mar 2012 21:20:11 GMT (envelope-from gnats) Date: Fri, 23 Mar 2012 21:20:11 GMT Message-Id: <201203232120.q2NLKBYr051678@freefall.freebsd.org> To: perl@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/166356: [PATCH] www/p5-WWW-Google-News: add missing DEPENDS X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Edwin Groothuis List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Mar 2012 21:20:11 -0000 The following reply was made to PR ports/166356; it has been noted by GNATS. From: Edwin Groothuis To: snowfly@yuntech.edu.tw Cc: bug-followup@FreeBSD.org Subject: Re: ports/166356: [PATCH] www/p5-WWW-Google-News: add missing DEPENDS Date: Fri, 23 Mar 2012 21:10:18 UT Maintainer of www/p5-WWW-Google-News, Please note that PR ports/166356 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/166356 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-perl@FreeBSD.ORG Fri Mar 23 21:40:26 2012 Return-Path: Delivered-To: perl@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E0ACB106566C; Fri, 23 Mar 2012 21:40:26 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B4C928FC19; Fri, 23 Mar 2012 21:40:26 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q2NLeQge071437; Fri, 23 Mar 2012 21:40:26 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q2NLeQdk071428; Fri, 23 Mar 2012 21:40:26 GMT (envelope-from edwin) Date: Fri, 23 Mar 2012 21:40:26 GMT Message-Id: <201203232140.q2NLeQdk071428@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/166360: [PATCH] www/p5-Template-Simple: Add missing DEPENDS 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: Fri, 23 Mar 2012 21:40:27 -0000 Synopsis: [PATCH] www/p5-Template-Simple: Add missing DEPENDS Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Fri Mar 23 21:40:26 UTC 2012 Responsible-Changed-Why: perl@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=166360 From owner-freebsd-perl@FreeBSD.ORG Fri Mar 23 21:40:32 2012 Return-Path: Delivered-To: perl@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 528511065677; Fri, 23 Mar 2012 21:40:32 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 261E98FC1D; Fri, 23 Mar 2012 21:40:32 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q2NLeWBF071961; Fri, 23 Mar 2012 21:40:32 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q2NLeW1P071953; Fri, 23 Mar 2012 21:40:32 GMT (envelope-from edwin) Date: Fri, 23 Mar 2012 21:40:32 GMT Message-Id: <201203232140.q2NLeW1P071953@freefall.freebsd.org> To: swills@freebsd.org, edwin@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/166360: [PATCH] www/p5-Template-Simple: Add missing DEPENDS 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: Fri, 23 Mar 2012 21:40:32 -0000 Synopsis: [PATCH] www/p5-Template-Simple: Add missing DEPENDS State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Fri Mar 23 21:40:31 UTC 2012 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=166360 From owner-freebsd-perl@FreeBSD.ORG Fri Mar 23 21:50:15 2012 Return-Path: Delivered-To: perl@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 658CC106566B for ; Fri, 23 Mar 2012 21:50:15 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 521608FC16 for ; Fri, 23 Mar 2012 21:50:15 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q2NLoFoR080641 for ; Fri, 23 Mar 2012 21:50:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q2NLoFE0080640; Fri, 23 Mar 2012 21:50:15 GMT (envelope-from gnats) Date: Fri, 23 Mar 2012 21:50:15 GMT Message-Id: <201203232150.q2NLoFE0080640@freefall.freebsd.org> To: perl@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/166360: [PATCH] www/p5-Template-Simple: Add missing DEPENDS X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Edwin Groothuis List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Mar 2012 21:50:15 -0000 The following reply was made to PR ports/166360; it has been noted by GNATS. From: Edwin Groothuis To: ken.mcglothlen@gmail.com Cc: bug-followup@FreeBSD.org Subject: Re: ports/166360: [PATCH] www/p5-Template-Simple: Add missing DEPENDS Date: Fri, 23 Mar 2012 21:40:29 UT Maintainer of www/p5-Template-Simple, Please note that PR ports/166360 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/166360 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-perl@FreeBSD.ORG Fri Mar 23 21:50:22 2012 Return-Path: Delivered-To: perl@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5EB411065674; Fri, 23 Mar 2012 21:50:22 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 31D948FC17; Fri, 23 Mar 2012 21:50:22 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q2NLoMnt080779; Fri, 23 Mar 2012 21:50:22 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q2NLoMAt080770; Fri, 23 Mar 2012 21:50:22 GMT (envelope-from edwin) Date: Fri, 23 Mar 2012 21:50:22 GMT Message-Id: <201203232150.q2NLoMAt080770@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/166361: [PATCH] devel/p5-Test-Mini: add missing DEPENDS 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: Fri, 23 Mar 2012 21:50:22 -0000 Synopsis: [PATCH] devel/p5-Test-Mini: add missing DEPENDS Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Fri Mar 23 21:50:21 UTC 2012 Responsible-Changed-Why: perl@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=166361 From owner-freebsd-perl@FreeBSD.ORG Fri Mar 23 21:50:27 2012 Return-Path: Delivered-To: perl@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A6301106564A; Fri, 23 Mar 2012 21:50:27 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 7B9F58FC19; Fri, 23 Mar 2012 21:50:27 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q2NLoR9h081186; Fri, 23 Mar 2012 21:50:27 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q2NLoRMR081177; Fri, 23 Mar 2012 21:50:27 GMT (envelope-from edwin) Date: Fri, 23 Mar 2012 21:50:27 GMT Message-Id: <201203232150.q2NLoRMR081177@freefall.freebsd.org> To: swills@freebsd.org, edwin@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/166361: [PATCH] devel/p5-Test-Mini: add missing DEPENDS 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: Fri, 23 Mar 2012 21:50:27 -0000 Synopsis: [PATCH] devel/p5-Test-Mini: add missing DEPENDS State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Fri Mar 23 21:50:27 UTC 2012 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=166361 From owner-freebsd-perl@FreeBSD.ORG Fri Mar 23 21:50:36 2012 Return-Path: Delivered-To: perl@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A9CB31065670; Fri, 23 Mar 2012 21:50:36 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 7DF908FC1C; Fri, 23 Mar 2012 21:50:36 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q2NLoaxQ082180; Fri, 23 Mar 2012 21:50:36 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q2NLoadR082172; Fri, 23 Mar 2012 21:50:36 GMT (envelope-from edwin) Date: Fri, 23 Mar 2012 21:50:36 GMT Message-Id: <201203232150.q2NLoadR082172@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/166362: [PATCH] www/p5-Template-Mustache: add missing DEPENDS 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: Fri, 23 Mar 2012 21:50:36 -0000 Synopsis: [PATCH] www/p5-Template-Mustache: add missing DEPENDS Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Fri Mar 23 21:50:36 UTC 2012 Responsible-Changed-Why: perl@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=166362 From owner-freebsd-perl@FreeBSD.ORG Fri Mar 23 21:50:41 2012 Return-Path: Delivered-To: perl@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4F4781065675; Fri, 23 Mar 2012 21:50:41 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 23CF98FC0A; Fri, 23 Mar 2012 21:50:41 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q2NLofUU082809; Fri, 23 Mar 2012 21:50:41 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q2NLoeXE082802; Fri, 23 Mar 2012 21:50:41 GMT (envelope-from edwin) Date: Fri, 23 Mar 2012 21:50:41 GMT Message-Id: <201203232150.q2NLoeXE082802@freefall.freebsd.org> To: swills@freebsd.org, edwin@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/166362: [PATCH] www/p5-Template-Mustache: add missing DEPENDS 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: Fri, 23 Mar 2012 21:50:41 -0000 Synopsis: [PATCH] www/p5-Template-Mustache: add missing DEPENDS State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Fri Mar 23 21:50:40 UTC 2012 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=166362 From owner-freebsd-perl@FreeBSD.ORG Fri Mar 23 22:00:40 2012 Return-Path: Delivered-To: perl@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1FB6410659F2 for ; Fri, 23 Mar 2012 22:00:40 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id BA6788FC2C for ; Fri, 23 Mar 2012 22:00:31 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q2NM0VqF090189 for ; Fri, 23 Mar 2012 22:00:31 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q2NM0VGu090188; Fri, 23 Mar 2012 22:00:31 GMT (envelope-from gnats) Date: Fri, 23 Mar 2012 22:00:31 GMT Message-Id: <201203232200.q2NM0VGu090188@freefall.freebsd.org> To: perl@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/166361: [PATCH] devel/p5-Test-Mini: add missing DEPENDS X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Edwin Groothuis List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Mar 2012 22:00:40 -0000 The following reply was made to PR ports/166361; it has been noted by GNATS. From: Edwin Groothuis To: kurt.lidl@cello.com Cc: bug-followup@FreeBSD.org Subject: Re: ports/166361: [PATCH] devel/p5-Test-Mini: add missing DEPENDS Date: Fri, 23 Mar 2012 21:50:24 UT Maintainer of devel/p5-Test-Mini, Please note that PR ports/166361 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/166361 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-perl@FreeBSD.ORG Fri Mar 23 22:00:40 2012 Return-Path: Delivered-To: perl@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2A79B1065A00 for ; Fri, 23 Mar 2012 22:00:40 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 090128FC30 for ; Fri, 23 Mar 2012 22:00:38 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q2NM0bLX090272 for ; Fri, 23 Mar 2012 22:00:37 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q2NM0bIc090271; Fri, 23 Mar 2012 22:00:37 GMT (envelope-from gnats) Date: Fri, 23 Mar 2012 22:00:37 GMT Message-Id: <201203232200.q2NM0bIc090271@freefall.freebsd.org> To: perl@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/166362: [PATCH] www/p5-Template-Mustache: add missing DEPENDS X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Edwin Groothuis List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Mar 2012 22:00:40 -0000 The following reply was made to PR ports/166362; it has been noted by GNATS. From: Edwin Groothuis To: kurt.lidl@cello.com Cc: bug-followup@FreeBSD.org Subject: Re: ports/166362: [PATCH] www/p5-Template-Mustache: add missing DEPENDS Date: Fri, 23 Mar 2012 21:50:38 UT Maintainer of www/p5-Template-Mustache, Please note that PR ports/166362 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/166362 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-perl@FreeBSD.ORG Fri Mar 23 22:50:14 2012 Return-Path: Delivered-To: perl@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8A93D106566C for ; Fri, 23 Mar 2012 22:50:14 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5CBE68FC16 for ; Fri, 23 Mar 2012 22:50:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q2NMoE7I038235 for ; Fri, 23 Mar 2012 22:50:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q2NMoE2X038234; Fri, 23 Mar 2012 22:50:14 GMT (envelope-from gnats) Date: Fri, 23 Mar 2012 22:50:14 GMT Message-Id: <201203232250.q2NMoE2X038234@freefall.freebsd.org> To: perl@FreeBSD.org From: Ken McGlothlen Cc: Subject: Re: ports/166360: [PATCH] www/p5-Template-Simple: Add missing DEPENDS X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Ken McGlothlen List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Mar 2012 22:50:14 -0000 The following reply was made to PR ports/166360; it has been noted by GNATS. From: Ken McGlothlen To: bug-followup@freebsd.org Cc: Subject: Re: ports/166360: [PATCH] www/p5-Template-Simple: Add missing DEPENDS Date: Fri, 23 Mar 2012 15:42:41 -0700 --f46d0447979b080e0f04bbf0be45 Content-Type: text/plain; charset=ISO-8859-1 Good catch, actually. Please commit this patch. On Fri, Mar 23, 2012 at 2:40 PM, Edwin Groothuis wrote: > Maintainer of www/p5-Template-Simple, > > Please note that PR ports/166360 has just been submitted. > > If it contains a patch for an upgrade, an enhancement or a bug fix > you agree on, reply to this email stating that you approve the patch > and a committer will take care of it. > > The full text of the PR can be found at: > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/166360 > > -- > Edwin Groothuis via the GNATS Auto Assign Tool > edwin@FreeBSD.org > --f46d0447979b080e0f04bbf0be45 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Good catch, actually. Please commit this patch.

On Fri, Mar 23, 2012 at 2:40 PM, Edwin Groothuis &= lt;edwin@freebsd.org> wr= ote:
Maintainer of www/p5-Template-Simple,

Please note that PR ports/166360 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
=A0 =A0http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports/166= 360

--
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org

--f46d0447979b080e0f04bbf0be45-- From owner-freebsd-perl@FreeBSD.ORG Sat Mar 24 15:20:24 2012 Return-Path: Delivered-To: perl@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8F31B1065670; Sat, 24 Mar 2012 15:20:24 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 62E788FC1B; Sat, 24 Mar 2012 15:20:24 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q2OFKOmD094990; Sat, 24 Mar 2012 15:20:24 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q2OFKOma094981; Sat, 24 Mar 2012 15:20:24 GMT (envelope-from edwin) Date: Sat, 24 Mar 2012 15:20:24 GMT Message-Id: <201203241520.q2OFKOma094981@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/166375: [PATCH] www/p5-Net-Flickr-API: add missing DEPENDS 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: Sat, 24 Mar 2012 15:20:24 -0000 Synopsis: [PATCH] www/p5-Net-Flickr-API: add missing DEPENDS Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Sat Mar 24 15:20:23 UTC 2012 Responsible-Changed-Why: perl@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=166375 From owner-freebsd-perl@FreeBSD.ORG Sat Mar 24 15:20:30 2012 Return-Path: Delivered-To: perl@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 258741065670; Sat, 24 Mar 2012 15:20:30 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id EE5F28FC14; Sat, 24 Mar 2012 15:20:29 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q2OFKTTe095472; Sat, 24 Mar 2012 15:20:29 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q2OFKTmC095464; Sat, 24 Mar 2012 15:20:29 GMT (envelope-from edwin) Date: Sat, 24 Mar 2012 15:20:29 GMT Message-Id: <201203241520.q2OFKTmC095464@freefall.freebsd.org> To: swills@freebsd.org, edwin@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/166375: [PATCH] www/p5-Net-Flickr-API: add missing DEPENDS 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: Sat, 24 Mar 2012 15:20:30 -0000 Synopsis: [PATCH] www/p5-Net-Flickr-API: add missing DEPENDS State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Sat Mar 24 15:20:29 UTC 2012 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=166375 From owner-freebsd-perl@FreeBSD.ORG Sat Mar 24 15:30:15 2012 Return-Path: Delivered-To: perl@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 42B34106566C for ; Sat, 24 Mar 2012 15:30:15 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 2DB688FC18 for ; Sat, 24 Mar 2012 15:30:15 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q2OFUFvc003470 for ; Sat, 24 Mar 2012 15:30:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q2OFUFxL003467; Sat, 24 Mar 2012 15:30:15 GMT (envelope-from gnats) Date: Sat, 24 Mar 2012 15:30:15 GMT Message-Id: <201203241530.q2OFUFxL003467@freefall.freebsd.org> To: perl@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/166375: [PATCH] www/p5-Net-Flickr-API: add missing DEPENDS X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Edwin Groothuis List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Mar 2012 15:30:15 -0000 The following reply was made to PR ports/166375; it has been noted by GNATS. From: Edwin Groothuis To: snowfly@yuntech.edu.tw Cc: bug-followup@FreeBSD.org Subject: Re: ports/166375: [PATCH] www/p5-Net-Flickr-API: add missing DEPENDS Date: Sat, 24 Mar 2012 15:20:27 UT Maintainer of www/p5-Net-Flickr-API, Please note that PR ports/166375 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/166375 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-perl@FreeBSD.ORG Sat Mar 24 21:00:31 2012 Return-Path: Delivered-To: perl@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E12F3106566C for ; Sat, 24 Mar 2012 21:00:31 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id CC78D8FC08 for ; Sat, 24 Mar 2012 21:00:31 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q2OL0VGg009554 for ; Sat, 24 Mar 2012 21:00:31 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q2OL0VI6009553; Sat, 24 Mar 2012 21:00:31 GMT (envelope-from gnats) Date: Sat, 24 Mar 2012 21:00:31 GMT Message-Id: <201203242100.q2OL0VI6009553@freefall.freebsd.org> To: perl@FreeBSD.org From: Gea-Suan Lin Cc: Subject: Re: ports/166350: [PATCH] www/p5-HTML-Sanitizer: mark DEPRECATED since it's gone from CPAN X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Gea-Suan Lin List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Mar 2012 21:00:32 -0000 The following reply was made to PR ports/166350; it has been noted by GNATS. From: Gea-Suan Lin To: bug-followup@FreeBSD.org Cc: gslin@gslin.org Subject: Re: ports/166350: [PATCH] www/p5-HTML-Sanitizer: mark DEPRECATED since it's gone from CPAN Date: Sun, 25 Mar 2012 04:54:03 +0800 Thanks, please commit it. On Fri, Mar 23, 2012 at 07:11:10PM +0000, Edwin Groothuis wrote: > Maintainer of www/p5-HTML-Sanitizer, > > Please note that PR ports/166350 has just been submitted. > > If it contains a patch for an upgrade, an enhancement or a bug fix > you agree on, reply to this email stating that you approve the patch > and a committer will take care of it. > > The full text of the PR can be found at: > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/166350 > > -- > Edwin Groothuis via the GNATS Auto Assign Tool > edwin@FreeBSD.org -- * Gea-Suan Lin (public key: Using https://keyserver.pgp.com/ to search) * If you cannot convince them, confuse them. -- Harry S Truman From owner-freebsd-perl@FreeBSD.ORG Sat Mar 24 21:00:35 2012 Return-Path: Delivered-To: perl@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1D75E1065670 for ; Sat, 24 Mar 2012 21:00:35 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 08DEF8FC15 for ; Sat, 24 Mar 2012 21:00:35 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q2OL0YCr009566 for ; Sat, 24 Mar 2012 21:00:34 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q2OL0Ya8009565; Sat, 24 Mar 2012 21:00:34 GMT (envelope-from gnats) Date: Sat, 24 Mar 2012 21:00:34 GMT Message-Id: <201203242100.q2OL0Ya8009565@freefall.freebsd.org> To: perl@FreeBSD.org From: Gea-Suan Lin Cc: Subject: Re: ports/166351: [PATCH] www/p5-Xango: mark DEPRECATED since it's gone from CPAN X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Gea-Suan Lin List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Mar 2012 21:00:35 -0000 The following reply was made to PR ports/166351; it has been noted by GNATS. From: Gea-Suan Lin To: bug-followup@FreeBSD.org Cc: gslin@gslin.org Subject: Re: ports/166351: [PATCH] www/p5-Xango: mark DEPRECATED since it's gone from CPAN Date: Sun, 25 Mar 2012 04:54:20 +0800 Thanks, please commit it. On Fri, Mar 23, 2012 at 07:30:24PM +0000, Edwin Groothuis wrote: > Maintainer of www/p5-Xango, > > Please note that PR ports/166351 has just been submitted. > > If it contains a patch for an upgrade, an enhancement or a bug fix > you agree on, reply to this email stating that you approve the patch > and a committer will take care of it. > > The full text of the PR can be found at: > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/166351 > > -- > Edwin Groothuis via the GNATS Auto Assign Tool > edwin@FreeBSD.org -- * Gea-Suan Lin (public key: Using https://keyserver.pgp.com/ to search) * If you cannot convince them, confuse them. -- Harry S Truman