From owner-freebsd-perl@FreeBSD.ORG Sun Feb 12 00:34:40 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 7D48B106564A; Sun, 12 Feb 2012 00:34:40 +0000 (UTC) (envelope-from gslin@colo-p.gslin.org) Received: from colo-p.gslin.org (gslin-1-pt.tunnel.tserv3.fmt2.ipv6.he.net [IPv6:2001:470:1f04:18a1::2]) by mx1.freebsd.org (Postfix) with ESMTP id 466858FC17; Sun, 12 Feb 2012 00:34:40 +0000 (UTC) Received: by colo-p.gslin.org (Postfix, from userid 1000) id 8D16F7E81B; Sun, 12 Feb 2012 08:34:39 +0800 (CST) To: FreeBSD-gnats-submit@freebsd.org From: Gea-Suan Lin X-send-pr-version: 3.113 X-GNATS-Notify: Message-Id: <20120212003439.8D16F7E81B@colo-p.gslin.org> Date: Sun, 12 Feb 2012 08:34:39 +0800 (CST) Cc: perl@FreeBSD.org, gslin@gslin.org Subject: [PATCH] sysutils/p5-MogileFS-Server: Fix multiple issues in rc scripts 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, 12 Feb 2012 00:34:40 -0000 >Submitter-Id: current-users >Originator: Gea-Suan Lin >Organization: >Confidential: no >Synopsis: [PATCH] sysutils/p5-MogileFS-Server: Fix multiple issues in rc scripts >Severity: non-critical >Priority: low >Category: ports >Class: change-request >Release: FreeBSD 7.4-RELEASE-p3 i386 >Environment: System: FreeBSD colo-p.gslin.org 7.4-RELEASE-p3 FreeBSD 7.4-RELEASE-p3 #0: Tue Sep 27 14:47:23 UTC 2011 >Description: - Fix multiple issues in rc scripts. - Follow practice in Porter's Handbook. Port maintainer (perl@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- p5-MogileFS-Server-2.57_2.patch begins here --- diff -ruN --exclude=CVS /usr/ports/sysutils/p5-MogileFS-Server/Makefile /home/staff/gslin/work/ports/p5-MogileFS-Server/Makefile --- /usr/ports/sysutils/p5-MogileFS-Server/Makefile 2012-02-12 06:37:24.000000000 +0800 +++ /home/staff/gslin/work/ports/p5-MogileFS-Server/Makefile 2012-02-12 07:56:08.000000000 +0800 @@ -7,7 +7,7 @@ PORTNAME= MogileFS-Server PORTVERSION= 2.57 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:DORMANDO diff -ruN --exclude=CVS /usr/ports/sysutils/p5-MogileFS-Server/files/mogilefsd.in /home/staff/gslin/work/ports/p5-MogileFS-Server/files/mogilefsd.in --- /usr/ports/sysutils/p5-MogileFS-Server/files/mogilefsd.in 2012-02-12 06:37:24.000000000 +0800 +++ /home/staff/gslin/work/ports/p5-MogileFS-Server/files/mogilefsd.in 2012-02-12 08:21:25.000000000 +0800 @@ -15,5 +15,10 @@ [ -z "$mogilefsd_enable" ] && mogilefsd_enable="NO" [ -z "$mogilefsd_flags" ] && mogilefsd_flags="--config=%%PREFIX%%/etc/mogtracker.conf" +[ -z "$mogilefsd_user" ] && mogilefsd_user="nobody" +command="%%PREFIX%%/bin/mogilefsd" +command_args="$mogilefsd_flags >/dev/null &" + +load_rc_config $name run_rc_command "$1" diff -ruN --exclude=CVS /usr/ports/sysutils/p5-MogileFS-Server/files/mogstored.in /home/staff/gslin/work/ports/p5-MogileFS-Server/files/mogstored.in --- /usr/ports/sysutils/p5-MogileFS-Server/files/mogstored.in 2012-02-12 06:37:24.000000000 +0800 +++ /home/staff/gslin/work/ports/p5-MogileFS-Server/files/mogstored.in 2012-02-12 08:31:03.000000000 +0800 @@ -14,6 +14,11 @@ required_files=%%PREFIX%%/etc/mogstored.conf [ -z "$mogstored_enable" ] && mogstored_enable="NO" -[ -z "$mogstored_flags" ] && mogstored_flags="-d --config=/usr/local/etc/mogstored.conf" +[ -z "$mogstored_flags" ] && mogstored_flags="--config=%%PREFIX%%/etc/mogstored.conf" +[ -z "$mogstored_user" ] && mogstored_user="nobody" +command="%%PREFIX%%/bin/mogstored" +command_args="-d $mogstored_flags" + +load_rc_config $name run_rc_command "$1" --- p5-MogileFS-Server-2.57_2.patch ends here --- From owner-freebsd-perl@FreeBSD.ORG Sun Feb 12 00:40: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 3FE72106566B; Sun, 12 Feb 2012 00: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 113058FC12; Sun, 12 Feb 2012 00: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 q1C0eKRP086660; Sun, 12 Feb 2012 00:40:20 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1C0eKp1086656; Sun, 12 Feb 2012 00:40:20 GMT (envelope-from edwin) Date: Sun, 12 Feb 2012 00:40:20 GMT Message-Id: <201202120040.q1C0eKp1086656@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165007: [PATCH] sysutils/p5-MogileFS-Server: Fix multiple issues in rc scripts 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, 12 Feb 2012 00:40:21 -0000 Synopsis: [PATCH] sysutils/p5-MogileFS-Server: Fix multiple issues in rc scripts Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Sun Feb 12 00:40:20 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165007 From owner-freebsd-perl@FreeBSD.ORG Sun Feb 12 14:10:18 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 EB2EE106566B; Sun, 12 Feb 2012 14:10:18 +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 C16E28FC08; Sun, 12 Feb 2012 14:10:18 +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 q1CEAIeP073117; Sun, 12 Feb 2012 14:10:18 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1CEAIpU073107; Sun, 12 Feb 2012 14:10:18 GMT (envelope-from edwin) Date: Sun, 12 Feb 2012 14:10:18 GMT Message-Id: <201202121410.q1CEAIpU073107@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165029: [PATCH] sysutils/p5-Sys-HostIP: update to 1.91 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, 12 Feb 2012 14:10:19 -0000 Synopsis: [PATCH] sysutils/p5-Sys-HostIP: update to 1.91 Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Sun Feb 12 14:10:18 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=165029 From owner-freebsd-perl@FreeBSD.ORG Sun Feb 12 14:10: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 39E4C106566C; Sun, 12 Feb 2012 14:10: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 106F08FC17; Sun, 12 Feb 2012 14:10: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 q1CEANF8073715; Sun, 12 Feb 2012 14:10:23 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1CEANYi073707; Sun, 12 Feb 2012 14:10:23 GMT (envelope-from edwin) Date: Sun, 12 Feb 2012 14:10:23 GMT Message-Id: <201202121410.q1CEANYi073707@freefall.freebsd.org> To: sunpoet@FreeBSD.org, edwin@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165029: [PATCH] sysutils/p5-Sys-HostIP: update to 1.91 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, 12 Feb 2012 14:10:24 -0000 Synopsis: [PATCH] sysutils/p5-Sys-HostIP: update to 1.91 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Sun Feb 12 14:10:23 UTC 2012 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165029 From owner-freebsd-perl@FreeBSD.ORG Sun Feb 12 14:20:04 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 77097106566B for ; Sun, 12 Feb 2012 14:20:04 +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 6217E8FC18 for ; Sun, 12 Feb 2012 14:20:04 +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 q1CEK4ZD082590 for ; Sun, 12 Feb 2012 14:20:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1CEK4jW082589; Sun, 12 Feb 2012 14:20:04 GMT (envelope-from gnats) Date: Sun, 12 Feb 2012 14:20:04 GMT Message-Id: <201202121420.q1CEK4jW082589@freefall.freebsd.org> To: perl@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/165029: [PATCH] sysutils/p5-Sys-HostIP: update to 1.91 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: Sun, 12 Feb 2012 14:20:04 -0000 The following reply was made to PR ports/165029; it has been noted by GNATS. From: Edwin Groothuis To: mopsfelder@gmail.com Cc: bug-followup@FreeBSD.org Subject: Re: ports/165029: [PATCH] sysutils/p5-Sys-HostIP: update to 1.91 Date: Sun, 12 Feb 2012 14:10:20 UT Maintainer of sysutils/p5-Sys-HostIP, Please note that PR ports/165029 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/165029 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-perl@FreeBSD.ORG Sun Feb 12 14: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 5703E106566B; Sun, 12 Feb 2012 14:20:12 +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 2D35A8FC0C; Sun, 12 Feb 2012 14: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 q1CEKCbe082782; Sun, 12 Feb 2012 14:20:12 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1CEKCUY082775; Sun, 12 Feb 2012 14:20:12 GMT (envelope-from edwin) Date: Sun, 12 Feb 2012 14:20:12 GMT Message-Id: <201202121420.q1CEKCUY082775@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165030: [PATCH] www/p5-App-gist: update to 0.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: Sun, 12 Feb 2012 14:20:12 -0000 Synopsis: [PATCH] www/p5-App-gist: update to 0.05 Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Sun Feb 12 14:20:11 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=165030 From owner-freebsd-perl@FreeBSD.ORG Sun Feb 12 14:20:17 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 AB46F106564A; Sun, 12 Feb 2012 14:20:17 +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 81E0B8FC0A; Sun, 12 Feb 2012 14:20:17 +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 q1CEKHif083393; Sun, 12 Feb 2012 14:20:17 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1CEKH7R083384; Sun, 12 Feb 2012 14:20:17 GMT (envelope-from edwin) Date: Sun, 12 Feb 2012 14:20:17 GMT Message-Id: <201202121420.q1CEKH7R083384@freefall.freebsd.org> To: sunpoet@FreeBSD.org, edwin@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165030: [PATCH] www/p5-App-gist: update to 0.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: Sun, 12 Feb 2012 14:20:17 -0000 Synopsis: [PATCH] www/p5-App-gist: update to 0.05 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Sun Feb 12 14:20:17 UTC 2012 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165030 From owner-freebsd-perl@FreeBSD.ORG Sun Feb 12 14:20: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 B426910656AD; Sun, 12 Feb 2012 14:20: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 8AE0D8FC13; Sun, 12 Feb 2012 14:20: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 q1CEKQBs084528; Sun, 12 Feb 2012 14:20:26 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1CEKQqj084519; Sun, 12 Feb 2012 14:20:26 GMT (envelope-from edwin) Date: Sun, 12 Feb 2012 14:20:26 GMT Message-Id: <201202121420.q1CEKQqj084519@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165031: [PATCH] devel/p5-EV: update to 4.11 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, 12 Feb 2012 14:20:26 -0000 Synopsis: [PATCH] devel/p5-EV: update to 4.11 Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Sun Feb 12 14:20: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=165031 From owner-freebsd-perl@FreeBSD.ORG Sun Feb 12 14:20: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 167C81065728; Sun, 12 Feb 2012 14:20:31 +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 E13458FC14; Sun, 12 Feb 2012 14:20:30 +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 q1CEKUKN085125; Sun, 12 Feb 2012 14:20:30 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1CEKURQ085115; Sun, 12 Feb 2012 14:20:30 GMT (envelope-from edwin) Date: Sun, 12 Feb 2012 14:20:30 GMT Message-Id: <201202121420.q1CEKURQ085115@freefall.freebsd.org> To: sunpoet@FreeBSD.org, edwin@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165031: [PATCH] devel/p5-EV: update to 4.11 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, 12 Feb 2012 14:20:31 -0000 Synopsis: [PATCH] devel/p5-EV: update to 4.11 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Sun Feb 12 14:20:30 UTC 2012 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165031 From owner-freebsd-perl@FreeBSD.ORG Sun Feb 12 14:30:05 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 D910E1065740 for ; Sun, 12 Feb 2012 14:30:05 +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 C2A3C8FC12 for ; Sun, 12 Feb 2012 14:30:05 +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 q1CEU53G091527 for ; Sun, 12 Feb 2012 14:30:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1CEU56D091526; Sun, 12 Feb 2012 14:30:05 GMT (envelope-from gnats) Date: Sun, 12 Feb 2012 14:30:05 GMT Message-Id: <201202121430.q1CEU56D091526@freefall.freebsd.org> To: perl@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/165030: [PATCH] www/p5-App-gist: update to 0.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: Sun, 12 Feb 2012 14:30:05 -0000 The following reply was made to PR ports/165030; it has been noted by GNATS. From: Edwin Groothuis To: dennylin93@hs.ntnu.edu.tw Cc: bug-followup@FreeBSD.org Subject: Re: ports/165030: [PATCH] www/p5-App-gist: update to 0.05 Date: Sun, 12 Feb 2012 14:20:14 UT Maintainer of www/p5-App-gist, Please note that PR ports/165030 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/165030 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-perl@FreeBSD.ORG Sun Feb 12 14:30:09 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 F14611065740 for ; Sun, 12 Feb 2012 14:30: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 C06408FC18 for ; Sun, 12 Feb 2012 14:30: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 q1CEU8Dd091646 for ; Sun, 12 Feb 2012 14:30:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1CEU8Ak091643; Sun, 12 Feb 2012 14:30:08 GMT (envelope-from gnats) Date: Sun, 12 Feb 2012 14:30:08 GMT Message-Id: <201202121430.q1CEU8Ak091643@freefall.freebsd.org> To: perl@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/165031: [PATCH] devel/p5-EV: update to 4.11 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: Sun, 12 Feb 2012 14:30:09 -0000 The following reply was made to PR ports/165031; it has been noted by GNATS. From: Edwin Groothuis To: vovkasm@gmail.com Cc: bug-followup@FreeBSD.org Subject: Re: ports/165031: [PATCH] devel/p5-EV: update to 4.11 Date: Sun, 12 Feb 2012 14:20:28 UT Maintainer of devel/p5-EV, Please note that PR ports/165031 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/165031 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-perl@FreeBSD.ORG Sun Feb 12 14:34: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 590EC106566B; Sun, 12 Feb 2012 14:34:40 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 2DBF28FC0A; Sun, 12 Feb 2012 14:34: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 q1CEYeWr001869; Sun, 12 Feb 2012 14:34:40 GMT (envelope-from sunpoet@freefall.freebsd.org) Received: (from sunpoet@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1CEYdtU001865; Sun, 12 Feb 2012 14:34:39 GMT (envelope-from sunpoet) Date: Sun, 12 Feb 2012 14:34:39 GMT Message-Id: <201202121434.q1CEYdtU001865@freefall.freebsd.org> To: mopsfelder@gmail.com, sunpoet@FreeBSD.org, perl@FreeBSD.org, sunpoet@FreeBSD.org From: sunpoet@FreeBSD.org Cc: Subject: Re: ports/165029: [PATCH] sysutils/p5-Sys-HostIP: update to 1.91 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, 12 Feb 2012 14:34:40 -0000 Synopsis: [PATCH] sysutils/p5-Sys-HostIP: update to 1.91 Responsible-Changed-From-To: perl->sunpoet Responsible-Changed-By: sunpoet Responsible-Changed-When: Sun Feb 12 14:34:39 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=165029 From owner-freebsd-perl@FreeBSD.ORG Sun Feb 12 14:34:50 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 97B49106566B; Sun, 12 Feb 2012 14:34:50 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6E1A18FC15; Sun, 12 Feb 2012 14:34: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 q1CEYo4d001948; Sun, 12 Feb 2012 14:34:50 GMT (envelope-from sunpoet@freefall.freebsd.org) Received: (from sunpoet@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1CEYoeq001944; Sun, 12 Feb 2012 14:34:50 GMT (envelope-from sunpoet) Date: Sun, 12 Feb 2012 14:34:50 GMT Message-Id: <201202121434.q1CEYoeq001944@freefall.freebsd.org> To: dennylin93@hs.ntnu.edu.tw, sunpoet@FreeBSD.org, perl@FreeBSD.org, sunpoet@FreeBSD.org From: sunpoet@FreeBSD.org Cc: Subject: Re: ports/165030: [PATCH] www/p5-App-gist: update to 0.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: Sun, 12 Feb 2012 14:34:50 -0000 Synopsis: [PATCH] www/p5-App-gist: update to 0.05 Responsible-Changed-From-To: perl->sunpoet Responsible-Changed-By: sunpoet Responsible-Changed-When: Sun Feb 12 14:34:49 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=165030 From owner-freebsd-perl@FreeBSD.ORG Sun Feb 12 14:34:56 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 5C868106566C; Sun, 12 Feb 2012 14:34:56 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 32AB38FC13; Sun, 12 Feb 2012 14:34:56 +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 q1CEYu8U002019; Sun, 12 Feb 2012 14:34:56 GMT (envelope-from sunpoet@freefall.freebsd.org) Received: (from sunpoet@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1CEYuxI002015; Sun, 12 Feb 2012 14:34:56 GMT (envelope-from sunpoet) Date: Sun, 12 Feb 2012 14:34:56 GMT Message-Id: <201202121434.q1CEYuxI002015@freefall.freebsd.org> To: vovkasm@gmail.com, sunpoet@FreeBSD.org, perl@FreeBSD.org, sunpoet@FreeBSD.org From: sunpoet@FreeBSD.org Cc: Subject: Re: ports/165031: [PATCH] devel/p5-EV: update to 4.11 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, 12 Feb 2012 14:34:56 -0000 Synopsis: [PATCH] devel/p5-EV: update to 4.11 Responsible-Changed-From-To: perl->sunpoet Responsible-Changed-By: sunpoet Responsible-Changed-When: Sun Feb 12 14:34:55 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=165031 From owner-freebsd-perl@FreeBSD.ORG Sun Feb 12 15:06:54 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 64E30106566C for ; Sun, 12 Feb 2012 15:06:54 +0000 (UTC) (envelope-from vovkasm@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 25AF88FC0A for ; Sun, 12 Feb 2012 15:06:53 +0000 (UTC) Received: by vbbfa15 with SMTP id fa15so3874706vbb.13 for ; Sun, 12 Feb 2012 07:06:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=IulMWMxlGLXKvvFRX8qzcaffuQzXRZPu9JiailcedS4=; b=a5QrXGOzLBf4lsQnauFE56SMN2LuBZRKiPFqhRGVXM0e+E4pwyf1RkiE6KCQP9QX1p Wt3a3MQcbYRZkTbCFarJFhONczW6YgDIqahVrGEQqC3pokypInV/ZbGYgcl1sXr7T06N 6y3AZdgvdCu4nsO+U9Ks/IdQlx42zGl7AcGNA= MIME-Version: 1.0 Received: by 10.220.228.73 with SMTP id jd9mr7367122vcb.58.1329057432016; Sun, 12 Feb 2012 06:37:12 -0800 (PST) Received: by 10.220.176.4 with HTTP; Sun, 12 Feb 2012 06:37:11 -0800 (PST) In-Reply-To: <201202121434.q1CEYuxI002015@freefall.freebsd.org> References: <201202121434.q1CEYuxI002015@freefall.freebsd.org> Date: Sun, 12 Feb 2012 18:37:11 +0400 Message-ID: From: Vladimir Timofeev To: sunpoet@freebsd.org Content-Type: text/plain; charset=UTF-8 Cc: perl@freebsd.org Subject: Re: ports/165031: [PATCH] devel/p5-EV: update to 4.11 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, 12 Feb 2012 15:06:54 -0000 Yes! Update it, please! 2012/2/12 : > Synopsis: [PATCH] devel/p5-EV: update to 4.11 > > Responsible-Changed-From-To: perl->sunpoet > Responsible-Changed-By: sunpoet > Responsible-Changed-When: Sun Feb 12 14:34:55 UTC 2012 > Responsible-Changed-Why: > I'll take it. > > http://www.freebsd.org/cgi/query-pr.cgi?pr=165031 -- Vladimir Timofeev From owner-freebsd-perl@FreeBSD.ORG Sun Feb 12 15:50: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 CB081106564A; Sun, 12 Feb 2012 15:50:12 +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 9D3A28FC18; Sun, 12 Feb 2012 15:50: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 q1CFoCMb067142; Sun, 12 Feb 2012 15:50:12 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1CFoCav067134; Sun, 12 Feb 2012 15:50:12 GMT (envelope-from edwin) Date: Sun, 12 Feb 2012 15:50:12 GMT Message-Id: <201202121550.q1CFoCav067134@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165037: [PATCH] devel/p5-Config-Wrest: 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, 12 Feb 2012 15:50:12 -0000 Synopsis: [PATCH] devel/p5-Config-Wrest: add missing DEPENDS Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Sun Feb 12 15:50:12 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=165037 From owner-freebsd-perl@FreeBSD.ORG Sun Feb 12 15:50:17 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 12AE1106564A; Sun, 12 Feb 2012 15:50:17 +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 D98B28FC13; Sun, 12 Feb 2012 15:50: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 q1CFoGV1067589; Sun, 12 Feb 2012 15:50:16 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1CFoGNT067585; Sun, 12 Feb 2012 15:50:16 GMT (envelope-from edwin) Date: Sun, 12 Feb 2012 15:50:16 GMT Message-Id: <201202121550.q1CFoGNT067585@freefall.freebsd.org> To: swills@freebsd.org, edwin@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165037: [PATCH] devel/p5-Config-Wrest: 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, 12 Feb 2012 15:50:17 -0000 Synopsis: [PATCH] devel/p5-Config-Wrest: add missing DEPENDS State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Sun Feb 12 15:50:16 UTC 2012 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165037 From owner-freebsd-perl@FreeBSD.ORG Sun Feb 12 16:00:09 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 A44B71065675 for ; Sun, 12 Feb 2012 16:00: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 809FB8FC0C for ; Sun, 12 Feb 2012 16:00: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 q1CG09Ap075287 for ; Sun, 12 Feb 2012 16:00:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1CG09D2075286; Sun, 12 Feb 2012 16:00:09 GMT (envelope-from gnats) Date: Sun, 12 Feb 2012 16:00:09 GMT Message-Id: <201202121600.q1CG09D2075286@freefall.freebsd.org> To: perl@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/165037: [PATCH] devel/p5-Config-Wrest: 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: Sun, 12 Feb 2012 16:00:09 -0000 The following reply was made to PR ports/165037; it has been noted by GNATS. From: Edwin Groothuis To: freebsdports@chillibear.com Cc: bug-followup@FreeBSD.org Subject: Re: ports/165037: [PATCH] devel/p5-Config-Wrest: add missing DEPENDS Date: Sun, 12 Feb 2012 15:50:14 UT Maintainer of devel/p5-Config-Wrest, Please note that PR ports/165037 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/165037 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-perl@FreeBSD.ORG Sun Feb 12 17:20:18 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 0B668106564A; Sun, 12 Feb 2012 17:20:18 +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 D1A6C8FC1A; Sun, 12 Feb 2012 17:20:17 +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 q1CHKH25049903; Sun, 12 Feb 2012 17:20:17 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1CHKH2m049897; Sun, 12 Feb 2012 17:20:17 GMT (envelope-from edwin) Date: Sun, 12 Feb 2012 17:20:17 GMT Message-Id: <201202121720.q1CHKH2m049897@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165042: [PATCH] devel/p5-Data-Average: 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, 12 Feb 2012 17:20:18 -0000 Synopsis: [PATCH] devel/p5-Data-Average: add missing DEPENDS Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Sun Feb 12 17:20:17 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=165042 From owner-freebsd-perl@FreeBSD.ORG Sun Feb 12 17:20: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 4BBD71065673; Sun, 12 Feb 2012 17:20: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 1F45C8FC0C; Sun, 12 Feb 2012 17:20: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 q1CHKLAD050385; Sun, 12 Feb 2012 17:20:22 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1CHKLfT050376; Sun, 12 Feb 2012 17:20:21 GMT (envelope-from edwin) Date: Sun, 12 Feb 2012 17:20:21 GMT Message-Id: <201202121720.q1CHKLfT050376@freefall.freebsd.org> To: swills@freebsd.org, edwin@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165042: [PATCH] devel/p5-Data-Average: 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, 12 Feb 2012 17:20:22 -0000 Synopsis: [PATCH] devel/p5-Data-Average: add missing DEPENDS State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Sun Feb 12 17:20:21 UTC 2012 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165042 From owner-freebsd-perl@FreeBSD.ORG Sun Feb 12 17:30: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 7A8E31065674 for ; Sun, 12 Feb 2012 17:30: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 5BEEE8FC16 for ; Sun, 12 Feb 2012 17:30: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 q1CHUDSa058150 for ; Sun, 12 Feb 2012 17:30:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1CHUDcn058147; Sun, 12 Feb 2012 17:30:13 GMT (envelope-from gnats) Date: Sun, 12 Feb 2012 17:30:13 GMT Message-Id: <201202121730.q1CHUDcn058147@freefall.freebsd.org> To: perl@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/165042: [PATCH] devel/p5-Data-Average: 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: Sun, 12 Feb 2012 17:30:13 -0000 The following reply was made to PR ports/165042; it has been noted by GNATS. From: Edwin Groothuis To: avk@vl.ru Cc: bug-followup@FreeBSD.org Subject: Re: ports/165042: [PATCH] devel/p5-Data-Average: add missing DEPENDS Date: Sun, 12 Feb 2012 17:20:19 UT Maintainer of devel/p5-Data-Average, Please note that PR ports/165042 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/165042 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-perl@FreeBSD.ORG Sun Feb 12 19:50: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 CA3201065672; Sun, 12 Feb 2012 19:50: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 9CDEA8FC12; Sun, 12 Feb 2012 19:50: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 q1CJoLTv087732; Sun, 12 Feb 2012 19:50:21 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1CJoL7O087727; Sun, 12 Feb 2012 19:50:21 GMT (envelope-from edwin) Date: Sun, 12 Feb 2012 19:50:21 GMT Message-Id: <201202121950.q1CJoL7O087727@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165049: [PATCH] devel/p5-Data-Rmap: 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: Sun, 12 Feb 2012 19:50:21 -0000 Synopsis: [PATCH] devel/p5-Data-Rmap: add TEST_DEPENDS Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Sun Feb 12 19: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=165049 From owner-freebsd-perl@FreeBSD.ORG Sun Feb 12 19:50: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 39635106564A; Sun, 12 Feb 2012 19:50: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 0C5108FC0C; Sun, 12 Feb 2012 19:50: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 q1CJoP8c088237; Sun, 12 Feb 2012 19: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 q1CJoPud088228; Sun, 12 Feb 2012 19:50:25 GMT (envelope-from edwin) Date: Sun, 12 Feb 2012 19:50:25 GMT Message-Id: <201202121950.q1CJoPud088228@freefall.freebsd.org> To: swills@freebsd.org, edwin@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165049: [PATCH] devel/p5-Data-Rmap: 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: Sun, 12 Feb 2012 19:50:26 -0000 Synopsis: [PATCH] devel/p5-Data-Rmap: add TEST_DEPENDS State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Sun Feb 12 19:50:25 UTC 2012 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165049 From owner-freebsd-perl@FreeBSD.ORG Sun Feb 12 20:00: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 02472106566B for ; Sun, 12 Feb 2012 20:00:29 +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 E29C88FC0C for ; Sun, 12 Feb 2012 20:00:28 +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 q1CK0S8F096090 for ; Sun, 12 Feb 2012 20:00:28 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1CK0SsT096089; Sun, 12 Feb 2012 20:00:28 GMT (envelope-from gnats) Date: Sun, 12 Feb 2012 20:00:28 GMT Message-Id: <201202122000.q1CK0SsT096089@freefall.freebsd.org> To: perl@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/165049: [PATCH] devel/p5-Data-Rmap: 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: Sun, 12 Feb 2012 20:00:29 -0000 The following reply was made to PR ports/165049; it has been noted by GNATS. From: Edwin Groothuis To: gslin@gslin.org Cc: bug-followup@FreeBSD.org Subject: Re: ports/165049: [PATCH] devel/p5-Data-Rmap: add TEST_DEPENDS Date: Sun, 12 Feb 2012 19:50:23 UT Maintainer of devel/p5-Data-Rmap, Please note that PR ports/165049 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/165049 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-perl@FreeBSD.ORG Sun Feb 12 20:20: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 9BB761065670; Sun, 12 Feb 2012 20:20: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 6E6608FC14; Sun, 12 Feb 2012 20:20: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 q1CKKGHp015748; Sun, 12 Feb 2012 20:20:16 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1CKKGam015744; Sun, 12 Feb 2012 20:20:16 GMT (envelope-from edwin) Date: Sun, 12 Feb 2012 20:20:16 GMT Message-Id: <201202122020.q1CKKGam015744@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165055: [PATCH] devel/p5-Data-Throttler-Memcached: 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, 12 Feb 2012 20:20:16 -0000 Synopsis: [PATCH] devel/p5-Data-Throttler-Memcached: add missing DEPENDS Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Sun Feb 12 20:20: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=165055 From owner-freebsd-perl@FreeBSD.ORG Sun Feb 12 20:20: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 081AD1065680; Sun, 12 Feb 2012 20:20: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 CEFE98FC17; Sun, 12 Feb 2012 20:20: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 q1CKKKNt016231; Sun, 12 Feb 2012 20:20:20 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1CKKKOs016222; Sun, 12 Feb 2012 20:20:20 GMT (envelope-from edwin) Date: Sun, 12 Feb 2012 20:20:20 GMT Message-Id: <201202122020.q1CKKKOs016222@freefall.freebsd.org> To: swills@freebsd.org, edwin@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165055: [PATCH] devel/p5-Data-Throttler-Memcached: 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, 12 Feb 2012 20:20:21 -0000 Synopsis: [PATCH] devel/p5-Data-Throttler-Memcached: add missing DEPENDS State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Sun Feb 12 20:20:20 UTC 2012 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165055 From owner-freebsd-perl@FreeBSD.ORG Sun Feb 12 20:30: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 19E051065670 for ; Sun, 12 Feb 2012 20:30: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 056B28FC0A for ; Sun, 12 Feb 2012 20:30: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 q1CKUDaw024304 for ; Sun, 12 Feb 2012 20:30:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1CKUDIL024301; Sun, 12 Feb 2012 20:30:13 GMT (envelope-from gnats) Date: Sun, 12 Feb 2012 20:30:13 GMT Message-Id: <201202122030.q1CKUDIL024301@freefall.freebsd.org> To: perl@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/165055: [PATCH] devel/p5-Data-Throttler-Memcached: 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: Sun, 12 Feb 2012 20:30:14 -0000 The following reply was made to PR ports/165055; it has been noted by GNATS. From: Edwin Groothuis To: markun@onohara.to Cc: bug-followup@FreeBSD.org Subject: Re: ports/165055: [PATCH] devel/p5-Data-Throttler-Memcached: add missing DEPENDS Date: Sun, 12 Feb 2012 20:20:18 UT Maintainer of devel/p5-Data-Throttler-Memcached, Please note that PR ports/165055 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/165055 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-perl@FreeBSD.ORG Sun Feb 12 20:38:50 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 B730F106566B; Sun, 12 Feb 2012 20:38:50 +0000 (UTC) (envelope-from pgollucci@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 88DA28FC17; Sun, 12 Feb 2012 20:38: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 q1CKcoeg035850; Sun, 12 Feb 2012 20:38:50 GMT (envelope-from pgollucci@freefall.freebsd.org) Received: (from pgollucci@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1CKcohh035846; Sun, 12 Feb 2012 20:38:50 GMT (envelope-from pgollucci) Date: Sun, 12 Feb 2012 20:38:50 GMT Message-Id: <201202122038.q1CKcohh035846@freefall.freebsd.org> To: pgollucci@FreeBSD.org, perl@FreeBSD.org, pgollucci@FreeBSD.org From: pgollucci@FreeBSD.org Cc: Subject: Re: ports/165007: [PATCH] sysutils/p5-MogileFS-Server: Fix multiple issues in rc scripts 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, 12 Feb 2012 20:38:50 -0000 Synopsis: [PATCH] sysutils/p5-MogileFS-Server: Fix multiple issues in rc scripts Responsible-Changed-From-To: perl->pgollucci Responsible-Changed-By: pgollucci Responsible-Changed-When: Sun Feb 12 20:38:50 UTC 2012 Responsible-Changed-Why: I will take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=165007 From owner-freebsd-perl@FreeBSD.ORG Mon Feb 13 00:00:43 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 D4A54106566B; Mon, 13 Feb 2012 00:00:43 +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 A634A8FC0A; Mon, 13 Feb 2012 00:00:43 +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 q1D00hbl019011; Mon, 13 Feb 2012 00:00:43 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1D00hfs019004; Mon, 13 Feb 2012 00:00:43 GMT (envelope-from edwin) Date: Mon, 13 Feb 2012 00:00:43 GMT Message-Id: <201202130000.q1D00hfs019004@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165061: [NEW PORT] devel/p5-Proc-SafeExec: Convenient utility for executing external commands in various ways 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, 13 Feb 2012 00:00:43 -0000 Synopsis: [NEW PORT] devel/p5-Proc-SafeExec: Convenient utility for executing external commands in various ways Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Mon Feb 13 00:00:41 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=165061 From owner-freebsd-perl@FreeBSD.ORG Mon Feb 13 00:50: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 34C52106564A for ; Mon, 13 Feb 2012 00:50: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 200B58FC12 for ; Mon, 13 Feb 2012 00:50: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 q1D0oB3I072695 for ; Mon, 13 Feb 2012 00:50:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1D0oBJU072694; Mon, 13 Feb 2012 00:50:11 GMT (envelope-from gnats) Date: Mon, 13 Feb 2012 00:50:11 GMT Message-Id: <201202130050.q1D0oBJU072694@freefall.freebsd.org> To: perl@FreeBSD.org From: Gea-Suan Lin Cc: Subject: Re: ports/165049: [PATCH] devel/p5-Data-Rmap: add TEST_DEPENDS 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: Mon, 13 Feb 2012 00:50:12 -0000 The following reply was made to PR ports/165049; it has been noted by GNATS. From: Gea-Suan Lin To: bug-followup@FreeBSD.org Cc: gslin@gslin.org Subject: Re: ports/165049: [PATCH] devel/p5-Data-Rmap: add TEST_DEPENDS Date: Mon, 13 Feb 2012 08:45:06 +0800 Thanks, please commit it. On Sun, Feb 12, 2012 at 07:50:23PM +0000, Edwin Groothuis wrote: > Maintainer of devel/p5-Data-Rmap, > > Please note that PR ports/165049 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/165049 > > -- > 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 Mon Feb 13 01:46:35 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 3BFF6106566C; Mon, 13 Feb 2012 01:46:35 +0000 (UTC) (envelope-from pgollucci@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0D02C8FC0C; Mon, 13 Feb 2012 01:46: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 q1D1kYLe029218; Mon, 13 Feb 2012 01:46:34 GMT (envelope-from pgollucci@freefall.freebsd.org) Received: (from pgollucci@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1D1kYR6029214; Mon, 13 Feb 2012 01:46:34 GMT (envelope-from pgollucci) Date: Mon, 13 Feb 2012 01:46:34 GMT Message-Id: <201202130146.q1D1kYR6029214@freefall.freebsd.org> To: gslin@gslin.org, swills@freebsd.org, pgollucci@FreeBSD.org, perl@FreeBSD.org From: pgollucci@FreeBSD.org Cc: Subject: Re: ports/165049: [PATCH] devel/p5-Data-Rmap: 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: Mon, 13 Feb 2012 01:46:35 -0000 Synopsis: [PATCH] devel/p5-Data-Rmap: add TEST_DEPENDS State-Changed-From-To: feedback->open State-Changed-By: pgollucci State-Changed-When: Mon Feb 13 01:46:34 UTC 2012 State-Changed-Why: Maintainer approved http://www.freebsd.org/cgi/query-pr.cgi?pr=165049 From owner-freebsd-perl@FreeBSD.ORG Mon Feb 13 06:12:03 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 C274D106564A; Mon, 13 Feb 2012 06:12:03 +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 956C58FC0C; Mon, 13 Feb 2012 06:12:03 +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 q1D6C35f079879; Mon, 13 Feb 2012 06:12:03 GMT (envelope-from culot@freefall.freebsd.org) Received: (from culot@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1D6C3RD079875; Mon, 13 Feb 2012 06:12:03 GMT (envelope-from culot) Date: Mon, 13 Feb 2012 06:12:03 GMT Message-Id: <201202130612.q1D6C3RD079875@freefall.freebsd.org> To: culot@FreeBSD.org, perl@FreeBSD.org, culot@FreeBSD.org From: culot@FreeBSD.org Cc: Subject: Re: ports/165061: [NEW PORT] devel/p5-Proc-SafeExec: Convenient utility for executing external commands in various ways 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, 13 Feb 2012 06:12:03 -0000 Synopsis: [NEW PORT] devel/p5-Proc-SafeExec: Convenient utility for executing external commands in various ways Responsible-Changed-From-To: perl->culot Responsible-Changed-By: culot Responsible-Changed-When: Mon Feb 13 06:12:03 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=165061 From owner-freebsd-perl@FreeBSD.ORG Mon Feb 13 11:09: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 D25411065674 for ; Mon, 13 Feb 2012 11:09: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 C11838FC19 for ; Mon, 13 Feb 2012 11:09: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 q1DB9fMd092115 for ; Mon, 13 Feb 2012 11:09:41 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1DB9fr0092113 for perl@FreeBSD.org; Mon, 13 Feb 2012 11:09:41 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 13 Feb 2012 11:09:41 GMT Message-Id: <201202131109.q1DB9fr0092113@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, 13 Feb 2012 11:09: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 -------------------------------------------------------------------------------- f ports/165055 perl [PATCH] devel/p5-Data-Throttler-Memcached: add missing o ports/165049 perl [PATCH] devel/p5-Data-Rmap: add TEST_DEPENDS f ports/165042 perl [PATCH] devel/p5-Data-Average: add missing DEPENDS f ports/165037 perl [PATCH] devel/p5-Config-Wrest: add missing DEPENDS o ports/164969 perl [PATCH] www/p5-HTML-Mason: add TEST_DEPENDS f ports/164960 perl [PATCH] devel/p5-Class-Declare: update to 0.17 6 problems total. From owner-freebsd-perl@FreeBSD.ORG Mon Feb 13 19:00: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 A8B2F106566C; Mon, 13 Feb 2012 19:00: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 7F7BE8FC18; Mon, 13 Feb 2012 19:00: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 q1DJ0YfE031723; Mon, 13 Feb 2012 19:00:34 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1DJ0YUR031719; Mon, 13 Feb 2012 19:00:34 GMT (envelope-from edwin) Date: Mon, 13 Feb 2012 19:00:34 GMT Message-Id: <201202131900.q1DJ0YUR031719@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165107: [PATCH] devel/p5-DateTime-Util-Calc: 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, 13 Feb 2012 19:00:34 -0000 Synopsis: [PATCH] devel/p5-DateTime-Util-Calc: add missing DEPENDS Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Mon Feb 13 19:00:33 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=165107 From owner-freebsd-perl@FreeBSD.ORG Mon Feb 13 19: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 B7D281065670; Mon, 13 Feb 2012 19: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 909EF8FC1A; Mon, 13 Feb 2012 19: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 q1DJ0eIZ032118; Mon, 13 Feb 2012 19: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 q1DJ0ehI032112; Mon, 13 Feb 2012 19:00:40 GMT (envelope-from edwin) Date: Mon, 13 Feb 2012 19:00:40 GMT Message-Id: <201202131900.q1DJ0ehI032112@freefall.freebsd.org> To: swills@freebsd.org, edwin@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165107: [PATCH] devel/p5-DateTime-Util-Calc: 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, 13 Feb 2012 19:00:40 -0000 Synopsis: [PATCH] devel/p5-DateTime-Util-Calc: add missing DEPENDS State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Mon Feb 13 19:00:39 UTC 2012 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165107 From owner-freebsd-perl@FreeBSD.ORG Mon Feb 13 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 1EDDF106568E for ; Mon, 13 Feb 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 DA60D8FC18 for ; Mon, 13 Feb 2012 19:10: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 q1DJACKX040583 for ; Mon, 13 Feb 2012 19:10:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1DJACZ4040582; Mon, 13 Feb 2012 19:10:12 GMT (envelope-from gnats) Date: Mon, 13 Feb 2012 19:10:12 GMT Message-Id: <201202131910.q1DJACZ4040582@freefall.freebsd.org> To: perl@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/165107: [PATCH] devel/p5-DateTime-Util-Calc: 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, 13 Feb 2012 19:10:13 -0000 The following reply was made to PR ports/165107; it has been noted by GNATS. From: Edwin Groothuis To: markun@onohara.to Cc: bug-followup@FreeBSD.org Subject: Re: ports/165107: [PATCH] devel/p5-DateTime-Util-Calc: add missing DEPENDS Date: Mon, 13 Feb 2012 19:00:36 UT Maintainer of devel/p5-DateTime-Util-Calc, Please note that PR ports/165107 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/165107 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-perl@FreeBSD.ORG Mon Feb 13 20:50:20 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 CBB1F106566C; Mon, 13 Feb 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 9CB1B8FC1C; Mon, 13 Feb 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 q1DKoKfJ036612; Mon, 13 Feb 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 q1DKoKdr036604; Mon, 13 Feb 2012 20:50:20 GMT (envelope-from edwin) Date: Mon, 13 Feb 2012 20:50:20 GMT Message-Id: <201202132050.q1DKoKdr036604@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165114: [PATCH] devel/p5-Devel-LeakGuard-Object: 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: Mon, 13 Feb 2012 20:50:20 -0000 Synopsis: [PATCH] devel/p5-Devel-LeakGuard-Object: add TEST_DEPENDS Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Mon Feb 13 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=165114 From owner-freebsd-perl@FreeBSD.ORG Mon Feb 13 20: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 43477106564A; Mon, 13 Feb 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 166638FC13; Mon, 13 Feb 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 q1DKoOkX037110; Mon, 13 Feb 2012 20:50:24 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1DKoOfq037101; Mon, 13 Feb 2012 20:50:24 GMT (envelope-from edwin) Date: Mon, 13 Feb 2012 20:50:24 GMT Message-Id: <201202132050.q1DKoOfq037101@freefall.freebsd.org> To: swills@freebsd.org, edwin@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165114: [PATCH] devel/p5-Devel-LeakGuard-Object: 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: Mon, 13 Feb 2012 20:50:25 -0000 Synopsis: [PATCH] devel/p5-Devel-LeakGuard-Object: add TEST_DEPENDS State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Mon Feb 13 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=165114 From owner-freebsd-perl@FreeBSD.ORG Mon Feb 13 21: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 44F3A10656A8 for ; Mon, 13 Feb 2012 21: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 0E3968FC13 for ; Mon, 13 Feb 2012 21:00: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 q1DL0PcI044983 for ; Mon, 13 Feb 2012 21:00:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1DL0PVN044976; Mon, 13 Feb 2012 21:00:25 GMT (envelope-from gnats) Date: Mon, 13 Feb 2012 21:00:25 GMT Message-Id: <201202132100.q1DL0PVN044976@freefall.freebsd.org> To: perl@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/165114: [PATCH] devel/p5-Devel-LeakGuard-Object: 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: Mon, 13 Feb 2012 21:00:32 -0000 The following reply was made to PR ports/165114; it has been noted by GNATS. From: Edwin Groothuis To: markun@onohara.to Cc: bug-followup@FreeBSD.org Subject: Re: ports/165114: [PATCH] devel/p5-Devel-LeakGuard-Object: add TEST_DEPENDS Date: Mon, 13 Feb 2012 20:50:22 UT Maintainer of devel/p5-Devel-LeakGuard-Object, Please note that PR ports/165114 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/165114 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-perl@FreeBSD.ORG Mon Feb 13 21:20: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 8545F1065675; Mon, 13 Feb 2012 21:20:29 +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 57BD58FC26; Mon, 13 Feb 2012 21: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 q1DLKTIj064842; Mon, 13 Feb 2012 21: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 q1DLKTBe064833; Mon, 13 Feb 2012 21:20:29 GMT (envelope-from edwin) Date: Mon, 13 Feb 2012 21:20:29 GMT Message-Id: <201202132120.q1DLKTBe064833@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165116: [PATCH] devel/p5-Devel-TraceUse: update to 2.06 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, 13 Feb 2012 21:20:29 -0000 Synopsis: [PATCH] devel/p5-Devel-TraceUse: update to 2.06 Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Mon Feb 13 21:20:28 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=165116 From owner-freebsd-perl@FreeBSD.ORG Mon Feb 13 21:20: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 EB7F31065674; Mon, 13 Feb 2012 21:20: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 BE8448FC13; Mon, 13 Feb 2012 21:20: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 q1DLKXBv065355; Mon, 13 Feb 2012 21:20:33 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1DLKXVj065346; Mon, 13 Feb 2012 21:20:33 GMT (envelope-from edwin) Date: Mon, 13 Feb 2012 21:20:33 GMT Message-Id: <201202132120.q1DLKXVj065346@freefall.freebsd.org> To: swills@freebsd.org, edwin@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165116: [PATCH] devel/p5-Devel-TraceUse: update to 2.06 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, 13 Feb 2012 21:20:34 -0000 Synopsis: [PATCH] devel/p5-Devel-TraceUse: update to 2.06 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Mon Feb 13 21:20:33 UTC 2012 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165116 From owner-freebsd-perl@FreeBSD.ORG Mon Feb 13 21:30: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 BF4EA1065670 for ; Mon, 13 Feb 2012 21:30: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 A78CD8FC08 for ; Mon, 13 Feb 2012 21:30: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 q1DLUDmb072575 for ; Mon, 13 Feb 2012 21:30:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1DLUDCq072572; Mon, 13 Feb 2012 21:30:13 GMT (envelope-from gnats) Date: Mon, 13 Feb 2012 21:30:13 GMT Message-Id: <201202132130.q1DLUDCq072572@freefall.freebsd.org> To: perl@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/165116: [PATCH] devel/p5-Devel-TraceUse: update to 2.06 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, 13 Feb 2012 21:30:13 -0000 The following reply was made to PR ports/165116; it has been noted by GNATS. From: Edwin Groothuis To: mauricio@arareko.net Cc: bug-followup@FreeBSD.org Subject: Re: ports/165116: [PATCH] devel/p5-Devel-TraceUse: update to 2.06 Date: Mon, 13 Feb 2012 21:20:31 UT Maintainer of devel/p5-Devel-TraceUse, Please note that PR ports/165116 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/165116 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-perl@FreeBSD.ORG Tue Feb 14 03:20: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 679881065678; Tue, 14 Feb 2012 03:20: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 3A6F98FC17; Tue, 14 Feb 2012 03:20: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 q1E3KLSB099993; Tue, 14 Feb 2012 03:20:21 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1E3KLEt099988; Tue, 14 Feb 2012 03:20:21 GMT (envelope-from edwin) Date: Tue, 14 Feb 2012 03:20:21 GMT Message-Id: <201202140320.q1E3KLEt099988@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165123: [PATCH] devel/p5-Devel-ebug: update to 0.52 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, 14 Feb 2012 03:20:21 -0000 Synopsis: [PATCH] devel/p5-Devel-ebug: update to 0.52 Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Tue Feb 14 03:20: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=165123 From owner-freebsd-perl@FreeBSD.ORG Tue Feb 14 03:20: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 9192F106567B; Tue, 14 Feb 2012 03:20: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 63DC48FC20; Tue, 14 Feb 2012 03:20: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 q1E3KQwp000209; Tue, 14 Feb 2012 03:20:26 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1E3KQvM000205; Tue, 14 Feb 2012 03:20:26 GMT (envelope-from edwin) Date: Tue, 14 Feb 2012 03:20:26 GMT Message-Id: <201202140320.q1E3KQvM000205@freefall.freebsd.org> To: swills@freebsd.org, edwin@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165123: [PATCH] devel/p5-Devel-ebug: update to 0.52 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, 14 Feb 2012 03:20:26 -0000 Synopsis: [PATCH] devel/p5-Devel-ebug: update to 0.52 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Tue Feb 14 03:20:25 UTC 2012 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165123 From owner-freebsd-perl@FreeBSD.ORG Tue Feb 14 03:30: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 25EA4106564A for ; Tue, 14 Feb 2012 03:30:16 +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 115C38FC08 for ; Tue, 14 Feb 2012 03:30: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 q1E3UF2P008553 for ; Tue, 14 Feb 2012 03: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 q1E3UF0I008550; Tue, 14 Feb 2012 03:30:15 GMT (envelope-from gnats) Date: Tue, 14 Feb 2012 03:30:15 GMT Message-Id: <201202140330.q1E3UF0I008550@freefall.freebsd.org> To: perl@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/165123: [PATCH] devel/p5-Devel-ebug: update to 0.52 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, 14 Feb 2012 03:30:16 -0000 The following reply was made to PR ports/165123; it has been noted by GNATS. From: Edwin Groothuis To: gslin@gslin.org Cc: bug-followup@FreeBSD.org Subject: Re: ports/165123: [PATCH] devel/p5-Devel-ebug: update to 0.52 Date: Tue, 14 Feb 2012 03:20:23 UT Maintainer of devel/p5-Devel-ebug, Please note that PR ports/165123 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/165123 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-perl@FreeBSD.ORG Tue Feb 14 04:20:28 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 E55311065687; Tue, 14 Feb 2012 04:20:28 +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 B88098FC08; Tue, 14 Feb 2012 04:20:28 +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 q1E4KSXK055223; Tue, 14 Feb 2012 04:20:28 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1E4KSxq055215; Tue, 14 Feb 2012 04:20:28 GMT (envelope-from edwin) Date: Tue, 14 Feb 2012 04:20:28 GMT Message-Id: <201202140420.q1E4KSxq055215@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165124: [PATCH] devel/p5-Digest-TransformPath: remove broken test target 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, 14 Feb 2012 04:20:29 -0000 Synopsis: [PATCH] devel/p5-Digest-TransformPath: remove broken test target Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Tue Feb 14 04:20:27 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=165124 From owner-freebsd-perl@FreeBSD.ORG Tue Feb 14 04:20: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 F04CA1065688; Tue, 14 Feb 2012 04: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 C4DAD8FC1D; Tue, 14 Feb 2012 04: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 q1E4KWSc055596; Tue, 14 Feb 2012 04: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 q1E4KWtA055587; Tue, 14 Feb 2012 04:20:32 GMT (envelope-from edwin) Date: Tue, 14 Feb 2012 04:20:32 GMT Message-Id: <201202140420.q1E4KWtA055587@freefall.freebsd.org> To: swills@freebsd.org, edwin@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165124: [PATCH] devel/p5-Digest-TransformPath: remove broken test target 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, 14 Feb 2012 04:20:33 -0000 Synopsis: [PATCH] devel/p5-Digest-TransformPath: remove broken test target State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Tue Feb 14 04:20:32 UTC 2012 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165124 From owner-freebsd-perl@FreeBSD.ORG Tue Feb 14 04:30: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 B3717106566C for ; Tue, 14 Feb 2012 04:30: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 9EA4C8FC08 for ; Tue, 14 Feb 2012 04:30: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 q1E4UBOh063416 for ; Tue, 14 Feb 2012 04:30:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1E4UB1S063413; Tue, 14 Feb 2012 04:30:11 GMT (envelope-from gnats) Date: Tue, 14 Feb 2012 04:30:11 GMT Message-Id: <201202140430.q1E4UB1S063413@freefall.freebsd.org> To: perl@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/165124: [PATCH] devel/p5-Digest-TransformPath: remove broken test target 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, 14 Feb 2012 04:30:11 -0000 The following reply was made to PR ports/165124; it has been noted by GNATS. From: Edwin Groothuis To: coryking@mozimedia.com Cc: bug-followup@FreeBSD.org Subject: Re: ports/165124: [PATCH] devel/p5-Digest-TransformPath: remove broken test target Date: Tue, 14 Feb 2012 04:20:30 UT Maintainer of devel/p5-Digest-TransformPath, Please note that PR ports/165124 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/165124 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-perl@FreeBSD.ORG Tue Feb 14 09:40: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 0EBD1106566B; Tue, 14 Feb 2012 09:40:19 +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 D59D28FC15; Tue, 14 Feb 2012 09:40:18 +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 q1E9eIEk090124; Tue, 14 Feb 2012 09:40:18 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1E9eIfN090116; Tue, 14 Feb 2012 09:40:18 GMT (envelope-from edwin) Date: Tue, 14 Feb 2012 09:40:18 GMT Message-Id: <201202140940.q1E9eIfN090116@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165131: [PATCH] devel/p5-Capture-Tiny: update to 0.16 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, 14 Feb 2012 09:40:19 -0000 Synopsis: [PATCH] devel/p5-Capture-Tiny: update to 0.16 Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Tue Feb 14 09:40:18 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=165131 From owner-freebsd-perl@FreeBSD.ORG Tue Feb 14 09:40:23 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 1F6D6106566C; Tue, 14 Feb 2012 09: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 E61CE8FC0C; Tue, 14 Feb 2012 09:40: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 q1E9eMiu090488; Tue, 14 Feb 2012 09:40:22 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1E9eM65090484; Tue, 14 Feb 2012 09:40:22 GMT (envelope-from edwin) Date: Tue, 14 Feb 2012 09:40:22 GMT Message-Id: <201202140940.q1E9eM65090484@freefall.freebsd.org> To: sunpoet@FreeBSD.org, edwin@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165131: [PATCH] devel/p5-Capture-Tiny: update to 0.16 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, 14 Feb 2012 09:40:23 -0000 Synopsis: [PATCH] devel/p5-Capture-Tiny: update to 0.16 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Tue Feb 14 09:40:22 UTC 2012 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165131 From owner-freebsd-perl@FreeBSD.ORG Tue Feb 14 09:40: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 3E73C106566C; Tue, 14 Feb 2012 09:40:34 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0F8A48FC1A; Tue, 14 Feb 2012 09:40: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 q1E9eXmw091391; Tue, 14 Feb 2012 09:40:33 GMT (envelope-from sunpoet@freefall.freebsd.org) Received: (from sunpoet@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1E9eXUO091387; Tue, 14 Feb 2012 09:40:33 GMT (envelope-from sunpoet) Date: Tue, 14 Feb 2012 09:40:33 GMT Message-Id: <201202140940.q1E9eXUO091387@freefall.freebsd.org> To: bill.brinzer@gmail.com, sunpoet@FreeBSD.org, perl@FreeBSD.org, sunpoet@FreeBSD.org From: sunpoet@FreeBSD.org Cc: Subject: Re: ports/165131: [PATCH] devel/p5-Capture-Tiny: update to 0.16 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, 14 Feb 2012 09:40:34 -0000 Synopsis: [PATCH] devel/p5-Capture-Tiny: update to 0.16 Responsible-Changed-From-To: perl->sunpoet Responsible-Changed-By: sunpoet Responsible-Changed-When: Tue Feb 14 09:40:33 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=165131 From owner-freebsd-perl@FreeBSD.ORG Tue Feb 14 13:42:04 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 E000D1065670; Tue, 14 Feb 2012 13:42:04 +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 B682F8FC1A; Tue, 14 Feb 2012 13:42:04 +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 q1EDg4fp023330; Tue, 14 Feb 2012 13:42:04 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1EDg4F0023326; Tue, 14 Feb 2012 13:42:04 GMT (envelope-from swills) Date: Tue, 14 Feb 2012 13:42:04 GMT Message-Id: <201202141342.q1EDg4F0023326@freefall.freebsd.org> To: simarg@gmail.com, swills@FreeBSD.org, perl@FreeBSD.org, swills@FreeBSD.org From: swills@FreeBSD.org Cc: Subject: Re: ports/164960: [PATCH] devel/p5-Class-Declare: update to 0.17 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, 14 Feb 2012 13:42:05 -0000 Synopsis: [PATCH] devel/p5-Class-Declare: update to 0.17 Responsible-Changed-From-To: perl->swills Responsible-Changed-By: swills Responsible-Changed-When: Tue Feb 14 13:42:04 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=164960 From owner-freebsd-perl@FreeBSD.ORG Tue Feb 14 13:42: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 497121065691; Tue, 14 Feb 2012 13:42:12 +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 1F1038FC08; Tue, 14 Feb 2012 13:42: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 q1EDgCoZ023423; Tue, 14 Feb 2012 13:42:12 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1EDgBxE023419; Tue, 14 Feb 2012 13:42:11 GMT (envelope-from swills) Date: Tue, 14 Feb 2012 13:42:11 GMT Message-Id: <201202141342.q1EDgBxE023419@freefall.freebsd.org> To: dsh@vlink.ru, swills@FreeBSD.org, perl@FreeBSD.org, swills@FreeBSD.org From: swills@FreeBSD.org Cc: Subject: Re: ports/164969: [PATCH] www/p5-HTML-Mason: 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, 14 Feb 2012 13:42:12 -0000 Synopsis: [PATCH] www/p5-HTML-Mason: add TEST_DEPENDS Responsible-Changed-From-To: perl->swills Responsible-Changed-By: swills Responsible-Changed-When: Tue Feb 14 13:42:11 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=164969 From owner-freebsd-perl@FreeBSD.ORG Tue Feb 14 13:42: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 1820F1065673; Tue, 14 Feb 2012 13:42:26 +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 E29318FC1A; Tue, 14 Feb 2012 13:42: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 q1EDgPF2023512; Tue, 14 Feb 2012 13:42:25 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1EDgP4e023508; Tue, 14 Feb 2012 13:42:25 GMT (envelope-from swills) Date: Tue, 14 Feb 2012 13:42:25 GMT Message-Id: <201202141342.q1EDgP4e023508@freefall.freebsd.org> To: freebsdports@chillibear.com, swills@FreeBSD.org, perl@FreeBSD.org, swills@FreeBSD.org From: swills@FreeBSD.org Cc: Subject: Re: ports/165037: [PATCH] devel/p5-Config-Wrest: 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, 14 Feb 2012 13:42:26 -0000 Synopsis: [PATCH] devel/p5-Config-Wrest: add missing DEPENDS Responsible-Changed-From-To: perl->swills Responsible-Changed-By: swills Responsible-Changed-When: Tue Feb 14 13:42:25 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=165037 From owner-freebsd-perl@FreeBSD.ORG Tue Feb 14 13:42: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 A47651065673; Tue, 14 Feb 2012 13:42:40 +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 7921F8FC08; Tue, 14 Feb 2012 13:42: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 q1EDgeXq023601; Tue, 14 Feb 2012 13:42:40 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1EDgd7k023597; Tue, 14 Feb 2012 13:42:39 GMT (envelope-from swills) Date: Tue, 14 Feb 2012 13:42:39 GMT Message-Id: <201202141342.q1EDgd7k023597@freefall.freebsd.org> To: avk@vl.ru, swills@FreeBSD.org, perl@FreeBSD.org, swills@FreeBSD.org From: swills@FreeBSD.org Cc: Subject: Re: ports/165042: [PATCH] devel/p5-Data-Average: 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, 14 Feb 2012 13:42:40 -0000 Synopsis: [PATCH] devel/p5-Data-Average: add missing DEPENDS Responsible-Changed-From-To: perl->swills Responsible-Changed-By: swills Responsible-Changed-When: Tue Feb 14 13:42:39 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=165042 From owner-freebsd-perl@FreeBSD.ORG Tue Feb 14 13:42: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 27C86106566B; Tue, 14 Feb 2012 13:42:47 +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 F24868FC0A; Tue, 14 Feb 2012 13:42:46 +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 q1EDgkpS023688; Tue, 14 Feb 2012 13:42:46 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1EDgkNB023684; Tue, 14 Feb 2012 13:42:46 GMT (envelope-from swills) Date: Tue, 14 Feb 2012 13:42:46 GMT Message-Id: <201202141342.q1EDgkNB023684@freefall.freebsd.org> To: gslin@gslin.org, swills@FreeBSD.org, perl@FreeBSD.org, swills@FreeBSD.org From: swills@FreeBSD.org Cc: Subject: Re: ports/165049: [PATCH] devel/p5-Data-Rmap: 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, 14 Feb 2012 13:42:47 -0000 Synopsis: [PATCH] devel/p5-Data-Rmap: add TEST_DEPENDS Responsible-Changed-From-To: perl->swills Responsible-Changed-By: swills Responsible-Changed-When: Tue Feb 14 13:42:46 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=165049 From owner-freebsd-perl@FreeBSD.ORG Tue Feb 14 13:42:59 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 9F7B71065673; Tue, 14 Feb 2012 13:42:59 +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 7553D8FC0A; Tue, 14 Feb 2012 13:42:59 +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 q1EDgx6d023775; Tue, 14 Feb 2012 13:42:59 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1EDgxF5023771; Tue, 14 Feb 2012 13:42:59 GMT (envelope-from swills) Date: Tue, 14 Feb 2012 13:42:59 GMT Message-Id: <201202141342.q1EDgxF5023771@freefall.freebsd.org> To: markun@onohara.to, swills@FreeBSD.org, perl@FreeBSD.org, swills@FreeBSD.org From: swills@FreeBSD.org Cc: Subject: Re: ports/165055: [PATCH] devel/p5-Data-Throttler-Memcached: 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, 14 Feb 2012 13:42:59 -0000 Synopsis: [PATCH] devel/p5-Data-Throttler-Memcached: add missing DEPENDS Responsible-Changed-From-To: perl->swills Responsible-Changed-By: swills Responsible-Changed-When: Tue Feb 14 13:42:58 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=165055 From owner-freebsd-perl@FreeBSD.ORG Tue Feb 14 13:43:05 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 39AFB1065678; Tue, 14 Feb 2012 13:43:05 +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 0FB918FC1B; Tue, 14 Feb 2012 13:43:05 +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 q1EDh4A9023862; Tue, 14 Feb 2012 13:43:04 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1EDh4Mh023858; Tue, 14 Feb 2012 13:43:04 GMT (envelope-from swills) Date: Tue, 14 Feb 2012 13:43:04 GMT Message-Id: <201202141343.q1EDh4Mh023858@freefall.freebsd.org> To: markun@onohara.to, swills@FreeBSD.org, perl@FreeBSD.org, swills@FreeBSD.org From: swills@FreeBSD.org Cc: Subject: Re: ports/165107: [PATCH] devel/p5-DateTime-Util-Calc: 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, 14 Feb 2012 13:43:05 -0000 Synopsis: [PATCH] devel/p5-DateTime-Util-Calc: add missing DEPENDS Responsible-Changed-From-To: perl->swills Responsible-Changed-By: swills Responsible-Changed-When: Tue Feb 14 13:43:04 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=165107 From owner-freebsd-perl@FreeBSD.ORG Tue Feb 14 13:43: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 EE7151065674; Tue, 14 Feb 2012 13:43:24 +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 C4CD98FC17; Tue, 14 Feb 2012 13:43: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 q1EDhO1Y023953; Tue, 14 Feb 2012 13:43:24 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1EDhOQY023949; Tue, 14 Feb 2012 13:43:24 GMT (envelope-from swills) Date: Tue, 14 Feb 2012 13:43:24 GMT Message-Id: <201202141343.q1EDhOQY023949@freefall.freebsd.org> To: markun@onohara.to, swills@FreeBSD.org, perl@FreeBSD.org, swills@FreeBSD.org From: swills@FreeBSD.org Cc: Subject: Re: ports/165114: [PATCH] devel/p5-Devel-LeakGuard-Object: 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, 14 Feb 2012 13:43:25 -0000 Synopsis: [PATCH] devel/p5-Devel-LeakGuard-Object: add TEST_DEPENDS Responsible-Changed-From-To: perl->swills Responsible-Changed-By: swills Responsible-Changed-When: Tue Feb 14 13:43:24 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=165114 From owner-freebsd-perl@FreeBSD.ORG Tue Feb 14 13:43:35 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 5F6D2106566C; Tue, 14 Feb 2012 13:43:35 +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 359F28FC15; Tue, 14 Feb 2012 13:43: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 q1EDhZtr024043; Tue, 14 Feb 2012 13:43:35 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1EDhY7J024039; Tue, 14 Feb 2012 13:43:34 GMT (envelope-from swills) Date: Tue, 14 Feb 2012 13:43:34 GMT Message-Id: <201202141343.q1EDhY7J024039@freefall.freebsd.org> To: mauricio@arareko.net, swills@FreeBSD.org, perl@FreeBSD.org, swills@FreeBSD.org From: swills@FreeBSD.org Cc: Subject: Re: ports/165116: [PATCH] devel/p5-Devel-TraceUse: update to 2.06 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, 14 Feb 2012 13:43:35 -0000 Synopsis: [PATCH] devel/p5-Devel-TraceUse: update to 2.06 Responsible-Changed-From-To: perl->swills Responsible-Changed-By: swills Responsible-Changed-When: Tue Feb 14 13:43:34 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=165116 From owner-freebsd-perl@FreeBSD.ORG Tue Feb 14 13:43:41 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 6AF3E1065675; Tue, 14 Feb 2012 13:43:41 +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 4102E8FC0C; Tue, 14 Feb 2012 13:43: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 q1EDhfY8024130; Tue, 14 Feb 2012 13:43:41 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1EDhfjC024126; Tue, 14 Feb 2012 13:43:41 GMT (envelope-from swills) Date: Tue, 14 Feb 2012 13:43:41 GMT Message-Id: <201202141343.q1EDhfjC024126@freefall.freebsd.org> To: gslin@gslin.org, swills@FreeBSD.org, perl@FreeBSD.org, swills@FreeBSD.org From: swills@FreeBSD.org Cc: Subject: Re: ports/165123: [PATCH] devel/p5-Devel-ebug: update to 0.52 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, 14 Feb 2012 13:43:41 -0000 Synopsis: [PATCH] devel/p5-Devel-ebug: update to 0.52 Responsible-Changed-From-To: perl->swills Responsible-Changed-By: swills Responsible-Changed-When: Tue Feb 14 13:43:40 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=165123 From owner-freebsd-perl@FreeBSD.ORG Tue Feb 14 13:43:54 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 06E671065672; Tue, 14 Feb 2012 13:43: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 D140D8FC17; Tue, 14 Feb 2012 13:43:53 +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 q1EDhrk1024217; Tue, 14 Feb 2012 13:43:53 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1EDhrgk024213; Tue, 14 Feb 2012 13:43:53 GMT (envelope-from swills) Date: Tue, 14 Feb 2012 13:43:53 GMT Message-Id: <201202141343.q1EDhrgk024213@freefall.freebsd.org> To: coryking@mozimedia.com, swills@FreeBSD.org, perl@FreeBSD.org, swills@FreeBSD.org From: swills@FreeBSD.org Cc: Subject: Re: ports/165124: [PATCH] devel/p5-Digest-TransformPath: remove broken test target 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, 14 Feb 2012 13:43:54 -0000 Synopsis: [PATCH] devel/p5-Digest-TransformPath: remove broken test target Responsible-Changed-From-To: perl->swills Responsible-Changed-By: swills Responsible-Changed-When: Tue Feb 14 13:43:53 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=165124 From owner-freebsd-perl@FreeBSD.ORG Tue Feb 14 18:30:18 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 0AF6C1065677; Tue, 14 Feb 2012 18:30:18 +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 D540E8FC1F; Tue, 14 Feb 2012 18:30:17 +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 q1EIUH6l084757; Tue, 14 Feb 2012 18:30:17 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1EIUHKq084749; Tue, 14 Feb 2012 18:30:17 GMT (envelope-from edwin) Date: Tue, 14 Feb 2012 18:30:17 GMT Message-Id: <201202141830.q1EIUHKq084749@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165145: [PATCH] devel/p5-File-ChangeNotify: update to 0.21, 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, 14 Feb 2012 18:30:18 -0000 Synopsis: [PATCH] devel/p5-File-ChangeNotify: update to 0.21, add TEST_DEPENDS Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Tue Feb 14 18:30:17 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=165145 From owner-freebsd-perl@FreeBSD.ORG Tue Feb 14 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 11F1A1065670; Tue, 14 Feb 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 DC7438FC16; Tue, 14 Feb 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 q1EIUPqN085460; Tue, 14 Feb 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 q1EIUP6B085453; Tue, 14 Feb 2012 18:30:25 GMT (envelope-from edwin) Date: Tue, 14 Feb 2012 18:30:25 GMT Message-Id: <201202141830.q1EIUP6B085453@freefall.freebsd.org> To: swills@freebsd.org, edwin@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165145: [PATCH] devel/p5-File-ChangeNotify: update to 0.21, 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, 14 Feb 2012 18:30:26 -0000 Synopsis: [PATCH] devel/p5-File-ChangeNotify: update to 0.21, add TEST_DEPENDS State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Tue Feb 14 18:30:25 UTC 2012 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165145 From owner-freebsd-perl@FreeBSD.ORG Tue Feb 14 18:40: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 7BB8C1065670 for ; Tue, 14 Feb 2012 18:40:10 +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 6AC548FC15 for ; Tue, 14 Feb 2012 18:40: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 q1EIeAUn094893 for ; Tue, 14 Feb 2012 18: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 q1EIeAJ1094892; Tue, 14 Feb 2012 18:40:10 GMT (envelope-from gnats) Date: Tue, 14 Feb 2012 18:40:10 GMT Message-Id: <201202141840.q1EIeAJ1094892@freefall.freebsd.org> To: perl@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/165145: [PATCH] devel/p5-File-ChangeNotify: update to 0.21, 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, 14 Feb 2012 18:40:10 -0000 The following reply was made to PR ports/165145; it has been noted by GNATS. From: Edwin Groothuis To: alexey@renatasystems.org Cc: bug-followup@FreeBSD.org Subject: Re: ports/165145: [PATCH] devel/p5-File-ChangeNotify: update to 0.21, add TEST_DEPENDS Date: Tue, 14 Feb 2012 18:30:21 UT Maintainer of devel/p5-File-ChangeNotify, Please note that PR ports/165145 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/165145 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-perl@FreeBSD.ORG Tue Feb 14 19:00: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 18EDB106566C for ; Tue, 14 Feb 2012 19:00:22 +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 077538FC08 for ; Tue, 14 Feb 2012 19:00: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 q1EJ0LUI012305 for ; Tue, 14 Feb 2012 19:00:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1EJ0LRs012304; Tue, 14 Feb 2012 19:00:21 GMT (envelope-from gnats) Date: Tue, 14 Feb 2012 19:00:21 GMT Message-Id: <201202141900.q1EJ0LRs012304@freefall.freebsd.org> To: perl@FreeBSD.org From: "Alexey V. Degtyarev" Cc: Subject: Re: ports/165145: [PATCH] devel/p5-File-ChangeNotify: update to 0.21, add TEST_DEPENDS X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Alexey V. Degtyarev" 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, 14 Feb 2012 19:00:22 -0000 The following reply was made to PR ports/165145; it has been noted by GNATS. From: "Alexey V. Degtyarev" To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/165145: [PATCH] devel/p5-File-ChangeNotify: update to 0.21, add TEST_DEPENDS Date: Tue, 14 Feb 2012 22:50:21 +0400 Approved. On 18:30 Tue 14 Feb, Edwin Groothuis wrote: > Maintainer of devel/p5-File-ChangeNotify, > > Please note that PR ports/165145 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/165145 -- Alexey V. Degtyarev From owner-freebsd-perl@FreeBSD.ORG Tue Feb 14 19:30:20 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 BA71B106567B; Tue, 14 Feb 2012 19:30: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 90B528FC12; Tue, 14 Feb 2012 19:30: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 q1EJUKTS040569; Tue, 14 Feb 2012 19:30:20 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1EJUK3a040561; Tue, 14 Feb 2012 19:30:20 GMT (envelope-from edwin) Date: Tue, 14 Feb 2012 19:30:20 GMT Message-Id: <201202141930.q1EJUK3a040561@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165150: [PATCH] devel/p5-File-Dir-Dumper: update to 0.0.7 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, 14 Feb 2012 19:30:20 -0000 Synopsis: [PATCH] devel/p5-File-Dir-Dumper: update to 0.0.7 Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Tue Feb 14 19:30:19 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=165150 From owner-freebsd-perl@FreeBSD.ORG Tue Feb 14 19:30:28 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 C0DE71065672; Tue, 14 Feb 2012 19:30:28 +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 97C348FC1B; Tue, 14 Feb 2012 19:30:28 +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 q1EJUSo5041286; Tue, 14 Feb 2012 19:30:28 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1EJUSrm041277; Tue, 14 Feb 2012 19:30:28 GMT (envelope-from edwin) Date: Tue, 14 Feb 2012 19:30:28 GMT Message-Id: <201202141930.q1EJUSrm041277@freefall.freebsd.org> To: swills@freebsd.org, edwin@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165150: [PATCH] devel/p5-File-Dir-Dumper: update to 0.0.7 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, 14 Feb 2012 19:30:28 -0000 Synopsis: [PATCH] devel/p5-File-Dir-Dumper: update to 0.0.7 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Tue Feb 14 19:30:27 UTC 2012 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165150 From owner-freebsd-perl@FreeBSD.ORG Tue Feb 14 19:40:05 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 C8FA5106566C for ; Tue, 14 Feb 2012 19:40:05 +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 B88398FC20 for ; Tue, 14 Feb 2012 19:40:05 +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 q1EJe5Ou050686 for ; Tue, 14 Feb 2012 19:40:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1EJe583050685; Tue, 14 Feb 2012 19:40:05 GMT (envelope-from gnats) Date: Tue, 14 Feb 2012 19:40:05 GMT Message-Id: <201202141940.q1EJe583050685@freefall.freebsd.org> To: perl@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/165150: [PATCH] devel/p5-File-Dir-Dumper: update to 0.0.7 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, 14 Feb 2012 19:40:05 -0000 The following reply was made to PR ports/165150; it has been noted by GNATS. From: Edwin Groothuis To: tolid@tolid.eu.org Cc: bug-followup@FreeBSD.org Subject: Re: ports/165150: [PATCH] devel/p5-File-Dir-Dumper: update to 0.0.7 Date: Tue, 14 Feb 2012 19:30:24 UT Maintainer of devel/p5-File-Dir-Dumper, Please note that PR ports/165150 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/165150 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-perl@FreeBSD.ORG Tue Feb 14 21:36:19 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 49F1E106566B; Tue, 14 Feb 2012 21:36:19 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from sup.oook.cz (sup.oook.cz [94.23.0.135]) by mx1.freebsd.org (Postfix) with ESMTP id 81F9A8FC1B; Tue, 14 Feb 2012 21:36:18 +0000 (UTC) Received: from [192.168.0.23] (ip-78-102-160-251.net.upcbroadband.cz [78.102.160.251]) (authenticated bits=0) by sup.oook.cz (8.14.4/8.14.4) with ESMTP id q1ELaGAo014753; Tue, 14 Feb 2012 22:36:17 +0100 (CET) (envelope-from pav@FreeBSD.org) From: Pav Lucistnik To: perl@FreeBSD.org, sunpoet Content-Type: multipart/signed; micalg="pgp-sha1"; protocol="application/pgp-signature"; boundary="=-h/Bc+BoQLHTniTG4P6hs" Date: Tue, 14 Feb 2012 22:36:15 +0100 Message-ID: <1329255376.85807.12.camel@hood.oook.cz> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port X-Scanned-By: MIMEDefang 2.72 on 94.23.0.135 X-Milter: Spamilter (Reciever: sup.oook.cz; Sender-ip: 78.102.160.251; Sender-helo: [192.168.0.23]; ) Cc: Subject: [Fwd: p5-Net-SAML-1.05 failed on amd64 8-exp] X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pav@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: Tue, 14 Feb 2012 21:36:19 -0000 --=-h/Bc+BoQLHTniTG4P6hs Content-Type: text/plain; charset="ISO-8859-2" Content-Transfer-Encoding: quoted-printable -------- P=F8eposlan=E1 zpr=E1va -------- > Od: User Ports-amd64 > Komu: cvs@oook.cz, itetcu@freebsd.org, florent.thoumie@gmail.com > P=F8edm=ECt: p5-Net-SAML-1.05 failed on amd64 8-exp > Datum: Tue, 14 Feb 2012 13:51:07 GMT >=20 > You can also find this build log at >=20 > http://pointyhat.FreeBSD.org/errorlogs/amd64-errorlogs/a.8-exp.20120212= 210934/p5-Net-SAML-1.05.log >=20 > building p5-Net-SAML-1.05 on gohan61.freebsd.org > in directory /y/pkgbuild/8-exp/20120212210934/chroot/12 > building for: 8.1-RELEASE-p3 amd64 > maintained by: perl@FreeBSD.org > port directory: /usr/ports/security/p5-Net-SAML > Makefile ident: $FreeBSD: ports/security/p5-Net-SAML/Makefile,v 1.14 2012= /02/12 14:06:39 sunpoet Exp $ > build started at Tue Feb 14 13:50:33 UTC 2012 > FETCH_DEPENDS=3D > PATCH_DEPENDS=3Dperl-5.12.4_3.tbz > EXTRACT_DEPENDS=3Dperl-5.12.4_3.tbz > BUILD_DEPENDS=3Dca_root_nss-3.13.1.tbz curl-7.21.3_2.tbz perl-5.12.4_3.tb= z zxid-1.05.tbz > RUN_DEPENDS=3Dca_root_nss-3.13.1.tbz curl-7.21.3_2.tbz perl-5.12.4_3.tbz = zxid-1.05.tbz > prefixes: LOCALBASE=3Dusr/local > add_pkg > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > =3D=3D=3D> License AL2 accepted by the user > =3D> zxid-1.05.tgz doesn't seem to exist in /tmp/distfiles/. > =3D> Attempting to fetch ftp://ftp-master.freebsd.org/pub/FreeBSD/ports/d= istfiles/zxid-1.05.tgz > fetch: ftp://ftp-master.freebsd.org/pub/FreeBSD/ports/distfiles/zxid-1.05= .tgz: File unavailable (e.g., file not found, no access) > =3D> Attempting to fetch ftp://pointyhat.freebsd.org/pub/FreeBSD/ports/di= stfiles/zxid-1.05.tgz > fetch: ftp://pointyhat.freebsd.org/pub/FreeBSD/ports/distfiles/zxid-1.05.= tgz: File unavailable (e.g., file not found, no access) > =3D> Attempting to fetch ftp://ftp.cpan.org/pub/CPAN/modules/by-module/Ne= t/zxid-1.05.tgz > fetch: ftp://ftp.cpan.org/pub/CPAN/modules/by-module/Net/zxid-1.05.tgz: F= ile unavailable (e.g., file not found, no access) > =3D> Attempting to fetch http://www.cpan.dk/modules/by-module/Net/zxid-1.= 05.tgz > fetch: http://www.cpan.dk/modules/by-module/Net/zxid-1.05.tgz: Not Found > =3D> Attempting to fetch ftp://ftp.kddlabs.co.jp/lang/perl/CPAN/modules/b= y-module/Net/zxid-1.05.tgz > fetch: ftp://ftp.kddlabs.co.jp/lang/perl/CPAN/modules/by-module/Net/zxid-= 1.05.tgz: File unavailable (e.g., file not found, no access) > =3D> Attempting to fetch http://ftp.jaist.ac.jp/pub/CPAN/modules/by-modul= e/Net/zxid-1.05.tgz > fetch: http://ftp.jaist.ac.jp/pub/CPAN/modules/by-module/Net/zxid-1.05.tg= z: Not Found > =3D> Attempting to fetch ftp://ftp.dti.ad.jp/pub/lang/CPAN/modules/by-mod= ule/Net/zxid-1.05.tgz > fetch: ftp://ftp.dti.ad.jp/pub/lang/CPAN/modules/by-module/Net/zxid-1.05.= tgz: File unavailable (e.g., file not found, no access) > =3D> Attempting to fetch ftp://ftp.sunet.se/pub/lang/perl/CPAN/modules/by= -module/Net/zxid-1.05.tgz > fetch: ftp://ftp.sunet.se/pub/lang/perl/CPAN/modules/by-module/Net/zxid-1= .05.tgz: File unavailable (e.g., file not found, no access) > =3D> Attempting to fetch ftp://mirror.hiwaay.net/CPAN/modules/by-module/N= et/zxid-1.05.tgz > fetch: ftp://mirror.hiwaay.net/CPAN/modules/by-module/Net/zxid-1.05.tgz: = File unavailable (e.g., file not found, no access) > =3D> Attempting to fetch ftp://ftp.mirrorservice.org/sites/ftp.funet.fi/p= ub/languages/perl/CPAN/modules/by-module/Net/zxid-1.05.tgz > fetch: ftp://ftp.mirrorservice.org/sites/ftp.funet.fi/pub/languages/perl/= CPAN/modules/by-module/Net/zxid-1.05.tgz: File unavailable (e.g., file not = found, no access) > =3D> Attempting to fetch http://at.cpan.org/modules/by-module/Net/zxid-1.= 05.tgz > fetch: http://at.cpan.org/modules/by-module/Net/zxid-1.05.tgz: Moved Temp= orarily > =3D> Attempting to fetch ftp://ftp.auckland.ac.nz/pub/perl/CPAN/modules/b= y-module/Net/zxid-1.05.tgz > fetch: ftp://ftp.auckland.ac.nz/pub/perl/CPAN/modules/by-module/Net/zxid-= 1.05.tgz: File unavailable (e.g., file not found, no access) > =3D> Attempting to fetch http://backpan.perl.org/modules/by-module/Net/zx= id-1.05.tgz > fetch: http://backpan.perl.org/modules/by-module/Net/zxid-1.05.tgz: Not F= ound > =3D> Attempting to fetch ftp://ftp.funet.fi/pub/languages/perl/CPAN/modul= es/by-module/Net/zxid-1.05.tgz > fetch: ftp://ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/Net/z= xid-1.05.tgz: File unavailable (e.g., file not found, no access) > =3D> Attempting to fetch http://cpan.nctu.edu.tw/modules/by-module/Net/zx= id-1.05.tgz > fetch: http://cpan.nctu.edu.tw/modules/by-module/Net/zxid-1.05.tgz: Not F= ound > =3D> Attempting to fetch http://ftp.twaren.net/Unix/Lang/CPAN/modules/by-= module/Net/zxid-1.05.tgz > fetch: http://ftp.twaren.net/Unix/Lang/CPAN/modules/by-module/Net/zxid-1.= 05.tgz: Not Found > =3D> Attempting to fetch ftp://ftp-master.freebsd.org/pub/FreeBSD/ports/d= istfiles/zxid-1.05.tgz > fetch: ftp://ftp-master.freebsd.org/pub/FreeBSD/ports/distfiles/zxid-1.05= .tgz: File unavailable (e.g., file not found, no access) > =3D> Attempting to fetch ftp://pointyhat.freebsd.org/pub/FreeBSD/ports/di= stfiles/zxid-1.05.tgz > fetch: ftp://pointyhat.freebsd.org/pub/FreeBSD/ports/distfiles/zxid-1.05.= tgz: File unavailable (e.g., file not found, no access) > =3D> Couldn't fetch it - please try to retrieve this > =3D> port manually into /tmp/distfiles/ and try again. > *** Error code 1 >=20 > Stop in /a/ports/security/p5-Net-SAML. > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > build of /usr/ports/security/p5-Net-SAML ended at Tue Feb 14 13:51:04 UTC= 2012 --=20 --=20 Pav Lucistnik Video games don't affect kids, I mean if Pac Man affected us as kids, we'd all run around in a darkened room munching pills and listening to repetitive music. -- Kristian Wilson, CEO at Nintendo Gaming Corporation Inc --=-h/Bc+BoQLHTniTG4P6hs Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (FreeBSD) iEYEABECAAYFAk86088ACgkQntdYP8FOsoLjmgCdGyKDxHFWuVsgjIql1+Fwzn2O acMAoI3p+HoirQl8KQpQYlC2BPWwWYLv =HEKu -----END PGP SIGNATURE----- --=-h/Bc+BoQLHTniTG4P6hs-- From owner-freebsd-perl@FreeBSD.ORG Tue Feb 14 22:20:58 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 29F9D106566B; Tue, 14 Feb 2012 22:20:58 +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 F3F4B8FC15; Tue, 14 Feb 2012 22:20:57 +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 q1EMKvFq005274; Tue, 14 Feb 2012 22:20:57 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1EMKvDE005230; Tue, 14 Feb 2012 22:20:57 GMT (envelope-from swills) Date: Tue, 14 Feb 2012 22:20:57 GMT Message-Id: <201202142220.q1EMKvDE005230@freefall.freebsd.org> To: alexey@renatasystems.org, swills@FreeBSD.org, perl@FreeBSD.org, swills@FreeBSD.org From: swills@FreeBSD.org Cc: Subject: Re: ports/165145: [PATCH] devel/p5-File-ChangeNotify: update to 0.21, 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, 14 Feb 2012 22:20:58 -0000 Synopsis: [PATCH] devel/p5-File-ChangeNotify: update to 0.21, add TEST_DEPENDS Responsible-Changed-From-To: perl->swills Responsible-Changed-By: swills Responsible-Changed-When: Tue Feb 14 22:20:57 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=165145 From owner-freebsd-perl@FreeBSD.ORG Tue Feb 14 22:21:03 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 9C07C106566C; Tue, 14 Feb 2012 22:21:03 +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 720958FC1C; Tue, 14 Feb 2012 22:21:03 +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 q1EML3P4006075; Tue, 14 Feb 2012 22:21:03 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1EML32G006066; Tue, 14 Feb 2012 22:21:03 GMT (envelope-from swills) Date: Tue, 14 Feb 2012 22:21:03 GMT Message-Id: <201202142221.q1EML32G006066@freefall.freebsd.org> To: tolid@tolid.eu.org, swills@FreeBSD.org, perl@FreeBSD.org, swills@FreeBSD.org From: swills@FreeBSD.org Cc: Subject: Re: ports/165150: [PATCH] devel/p5-File-Dir-Dumper: update to 0.0.7 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, 14 Feb 2012 22:21:03 -0000 Synopsis: [PATCH] devel/p5-File-Dir-Dumper: update to 0.0.7 Responsible-Changed-From-To: perl->swills Responsible-Changed-By: swills Responsible-Changed-When: Tue Feb 14 22:21:02 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=165150 From owner-freebsd-perl@FreeBSD.ORG Wed Feb 15 03: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 DEDE61065686; Wed, 15 Feb 2012 03: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 B0F0D8FC18; Wed, 15 Feb 2012 03: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 q1F3oPnO013221; Wed, 15 Feb 2012 03: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 q1F3oPPQ013217; Wed, 15 Feb 2012 03:50:25 GMT (envelope-from edwin) Date: Wed, 15 Feb 2012 03:50:25 GMT Message-Id: <201202150350.q1F3oPPQ013217@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165162: [PATCH] devel/p5-File-Random: add missing DEPENDS, add TEST_DEPENDS to enable testing 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, 15 Feb 2012 03:50:26 -0000 Synopsis: [PATCH] devel/p5-File-Random: add missing DEPENDS, add TEST_DEPENDS to enable testing Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Wed Feb 15 03:50:25 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=165162 From owner-freebsd-perl@FreeBSD.ORG Wed Feb 15 04:50:56 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 BA17910657A5; Wed, 15 Feb 2012 04:50:56 +0000 (UTC) (envelope-from pgollucci@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 8BA218FC0A; Wed, 15 Feb 2012 04:50:56 +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 q1F4ouPN073950; Wed, 15 Feb 2012 04:50:56 GMT (envelope-from pgollucci@freefall.freebsd.org) Received: (from pgollucci@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1F4ouLA073941; Wed, 15 Feb 2012 04:50:56 GMT (envelope-from pgollucci) Date: Wed, 15 Feb 2012 04:50:56 GMT Message-Id: <201202150450.q1F4ouLA073941@freefall.freebsd.org> To: pgollucci@FreeBSD.org, perl@FreeBSD.org, swills@FreeBSD.org From: pgollucci@FreeBSD.org Cc: Subject: Re: ports/165162: [PATCH] devel/p5-File-Random: add missing DEPENDS, add TEST_DEPENDS to enable testing 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, 15 Feb 2012 04:50:56 -0000 Synopsis: [PATCH] devel/p5-File-Random: add missing DEPENDS, add TEST_DEPENDS to enable testing Responsible-Changed-From-To: perl->swills Responsible-Changed-By: pgollucci Responsible-Changed-When: Wed Feb 15 04:50:55 UTC 2012 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=165162 From owner-freebsd-perl@FreeBSD.ORG Wed Feb 15 06: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 84F0A10656B4; Wed, 15 Feb 2012 06:00:31 +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 59DCE8FC1F; Wed, 15 Feb 2012 06: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 q1F60VDW035312; Wed, 15 Feb 2012 06:00:31 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1F60VVo035308; Wed, 15 Feb 2012 06:00:31 GMT (envelope-from edwin) Date: Wed, 15 Feb 2012 06:00:31 GMT Message-Id: <201202150600.q1F60VVo035308@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165165: [PATCH] www/p5-Mojolicious: update to 2.49 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, 15 Feb 2012 06:00:31 -0000 Synopsis: [PATCH] www/p5-Mojolicious: update to 2.49 Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Wed Feb 15 06:00:30 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=165165 From owner-freebsd-perl@FreeBSD.ORG Wed Feb 15 06:00: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 90F0710656B5; Wed, 15 Feb 2012 06:00: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 644758FC0A; Wed, 15 Feb 2012 06:00: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 q1F60aPD035430; Wed, 15 Feb 2012 06:00:36 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1F60a5j035426; Wed, 15 Feb 2012 06:00:36 GMT (envelope-from edwin) Date: Wed, 15 Feb 2012 06:00:36 GMT Message-Id: <201202150600.q1F60a5j035426@freefall.freebsd.org> To: sunpoet@FreeBSD.org, edwin@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165165: [PATCH] www/p5-Mojolicious: update to 2.49 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, 15 Feb 2012 06:00:36 -0000 Synopsis: [PATCH] www/p5-Mojolicious: update to 2.49 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Wed Feb 15 06:00:35 UTC 2012 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165165 From owner-freebsd-perl@FreeBSD.ORG Wed Feb 15 06:00:48 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 823C91065679; Wed, 15 Feb 2012 06:00:48 +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 547D38FC21; Wed, 15 Feb 2012 06:00:48 +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 q1F60m5J036120; Wed, 15 Feb 2012 06:00:48 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1F60mDf036114; Wed, 15 Feb 2012 06:00:48 GMT (envelope-from edwin) Date: Wed, 15 Feb 2012 06:00:48 GMT Message-Id: <201202150600.q1F60mDf036114@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165166: [PATCH] devel/p5-Sys-Virt: update to 0.9.10 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, 15 Feb 2012 06:00:48 -0000 Synopsis: [PATCH] devel/p5-Sys-Virt: update to 0.9.10 Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Wed Feb 15 06:00:47 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=165166 From owner-freebsd-perl@FreeBSD.ORG Wed Feb 15 06:00:54 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 67824106566B; Wed, 15 Feb 2012 06:00:54 +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 395138FC08; Wed, 15 Feb 2012 06:00: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 q1F60smJ036508; Wed, 15 Feb 2012 06:00:54 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1F60srR036502; Wed, 15 Feb 2012 06:00:54 GMT (envelope-from edwin) Date: Wed, 15 Feb 2012 06:00:54 GMT Message-Id: <201202150600.q1F60srR036502@freefall.freebsd.org> To: sunpoet@FreeBSD.org, edwin@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165166: [PATCH] devel/p5-Sys-Virt: update to 0.9.10 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, 15 Feb 2012 06:00:54 -0000 Synopsis: [PATCH] devel/p5-Sys-Virt: update to 0.9.10 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Wed Feb 15 06:00:53 UTC 2012 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165166 From owner-freebsd-perl@FreeBSD.ORG Wed Feb 15 06:02:07 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 669061065672; Wed, 15 Feb 2012 06:02:07 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3777E8FC18; Wed, 15 Feb 2012 06:02:07 +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 q1F62770041963; Wed, 15 Feb 2012 06:02:07 GMT (envelope-from sunpoet@freefall.freebsd.org) Received: (from sunpoet@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1F627f9041955; Wed, 15 Feb 2012 06:02:07 GMT (envelope-from sunpoet) Date: Wed, 15 Feb 2012 06:02:07 GMT Message-Id: <201202150602.q1F627f9041955@freefall.freebsd.org> To: mopsfelder@gmail.com, sunpoet@FreeBSD.org, perl@FreeBSD.org, sunpoet@FreeBSD.org From: sunpoet@FreeBSD.org Cc: Subject: Re: ports/165165: [PATCH] www/p5-Mojolicious: update to 2.49 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, 15 Feb 2012 06:02:07 -0000 Synopsis: [PATCH] www/p5-Mojolicious: update to 2.49 Responsible-Changed-From-To: perl->sunpoet Responsible-Changed-By: sunpoet Responsible-Changed-When: Wed Feb 15 06:02:06 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=165165 From owner-freebsd-perl@FreeBSD.ORG Wed Feb 15 06:10: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 7F16C106566B for ; Wed, 15 Feb 2012 06:10:10 +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 6B5D48FC13 for ; Wed, 15 Feb 2012 06:10: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 q1F6AAmL044616 for ; Wed, 15 Feb 2012 06:10:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1F6AAvx044615; Wed, 15 Feb 2012 06:10:10 GMT (envelope-from gnats) Date: Wed, 15 Feb 2012 06:10:10 GMT Message-Id: <201202150610.q1F6AAvx044615@freefall.freebsd.org> To: perl@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/165166: [PATCH] devel/p5-Sys-Virt: update to 0.9.10 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, 15 Feb 2012 06:10:10 -0000 The following reply was made to PR ports/165166; it has been noted by GNATS. From: Edwin Groothuis To: fw@moov.de Cc: bug-followup@FreeBSD.org Subject: Re: ports/165166: [PATCH] devel/p5-Sys-Virt: update to 0.9.10 Date: Wed, 15 Feb 2012 06:00:51 UT Maintainer of devel/p5-Sys-Virt, Please note that PR ports/165166 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/165166 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-perl@FreeBSD.ORG Wed Feb 15 06:16: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 0428F106564A; Wed, 15 Feb 2012 06:16:16 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id CAD5F8FC12; Wed, 15 Feb 2012 06:16: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 q1F6GFkK054411; Wed, 15 Feb 2012 06:16:15 GMT (envelope-from sunpoet@freefall.freebsd.org) Received: (from sunpoet@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1F6GFoI054407; Wed, 15 Feb 2012 06:16:15 GMT (envelope-from sunpoet) Date: Wed, 15 Feb 2012 06:16:15 GMT Message-Id: <201202150616.q1F6GFoI054407@freefall.freebsd.org> To: fw@moov.de, sunpoet@FreeBSD.org, perl@FreeBSD.org, sunpoet@FreeBSD.org From: sunpoet@FreeBSD.org Cc: Subject: Re: ports/165166: [PATCH] devel/p5-Sys-Virt: update to 0.9.10 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, 15 Feb 2012 06:16:16 -0000 Synopsis: [PATCH] devel/p5-Sys-Virt: update to 0.9.10 Responsible-Changed-From-To: perl->sunpoet Responsible-Changed-By: sunpoet Responsible-Changed-When: Wed Feb 15 06:16:15 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=165166 From owner-freebsd-perl@FreeBSD.ORG Wed Feb 15 23:10:12 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 800FA1065672; Wed, 15 Feb 2012 23:10:12 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from sup.oook.cz (sup.oook.cz [94.23.0.135]) by mx1.freebsd.org (Postfix) with ESMTP id E7D718FC25; Wed, 15 Feb 2012 23:10:11 +0000 (UTC) Received: from [192.168.0.23] (ip-78-102-160-251.net.upcbroadband.cz [78.102.160.251]) (authenticated bits=0) by sup.oook.cz (8.14.4/8.14.4) with ESMTP id q1FNAAaL035988; Thu, 16 Feb 2012 00:10:10 +0100 (CET) (envelope-from pav@FreeBSD.org) From: Pav Lucistnik To: perl , jadawin Content-Type: multipart/signed; micalg="pgp-sha1"; protocol="application/pgp-signature"; boundary="=-/9vO2a0tv/STS0mN7Mba" Date: Thu, 16 Feb 2012 00:10:09 +0100 Message-ID: <1329347409.34084.8.camel@hood.oook.cz> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port X-Scanned-By: MIMEDefang 2.72 on 94.23.0.135 Cc: Subject: [Fwd: p5-Parse-Perl-0.007 failed on amd64 9] X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pav@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, 15 Feb 2012 23:10:12 -0000 --=-/9vO2a0tv/STS0mN7Mba Content-Type: text/plain; charset="ISO-8859-2" Content-Transfer-Encoding: quoted-printable -------- P=F8eposlan=E1 zpr=E1va -------- > Od: User Ports-amd64 > Komu: cvs@oook.cz, itetcu@freebsd.org, florent.thoumie@gmail.com > P=F8edm=ECt: p5-Parse-Perl-0.007 failed on amd64 9 > Datum: Wed, 15 Feb 2012 20:35:53 GMT >=20 > You can also find this build log at >=20 > http://pointyhat.FreeBSD.org/errorlogs/amd64-errorlogs/a.9.201202142134= 38/p5-Parse-Perl-0.007.log >=20 > building p5-Parse-Perl-0.007 on gohan12.freebsd.org > in directory /x/pkgbuild/9/20120214213438/chroot/99 > building for: 9.0-RC2 amd64 > maintained by: perl@FreeBSD.org > port directory: /usr/ports/lang/p5-Parse-Perl > Makefile ident: $FreeBSD: ports/lang/p5-Parse-Perl/Makefile,v 1.3 2012/02= /13 09:31:31 jadawin Exp $ > build started at Wed Feb 15 20:34:19 UTC 2012 > FETCH_DEPENDS=3D > PATCH_DEPENDS=3Dperl-5.12.4_3.tbz > EXTRACT_DEPENDS=3Dperl-5.12.4_3.tbz > BUILD_DEPENDS=3Dperl-5.12.4_3.tbz > RUN_DEPENDS=3Dp5-Devel-CallChecker-0.005.tbz p5-DynaLoader-Functions-0.00= 1.tbz perl-5.12.4_3.tbz > prefixes: LOCALBASE=3Dusr/local > add_pkg > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > =3D=3D=3D> License check disabled, port has not defined LICENSE > =3D> Parse-Perl-0.007.tar.gz doesn't seem to exist in /tmp/distfiles/. > =3D> Attempting to fetch ftp://ftp-master.freebsd.org/pub/FreeBSD/ports/d= istfiles/Parse-Perl-0.007.tar.gz > fetch: ftp://ftp-master.freebsd.org/pub/FreeBSD/ports/distfiles/Parse-Per= l-0.007.tar.gz: File unavailable (e.g., file not found, no access) > =3D> Attempting to fetch ftp://pointyhat.freebsd.org/pub/FreeBSD/ports/di= stfiles/Parse-Perl-0.007.tar.gz > fetch: ftp://pointyhat.freebsd.org/pub/FreeBSD/ports/distfiles/Parse-Perl= -0.007.tar.gz: File unavailable (e.g., file not found, no access) > =3D> Attempting to fetch ftp://ftp.cpan.org/pub/CPAN/modules/by-module/Pa= rse/Parse-Perl-0.007.tar.gz > Parse-Perl-0.007.tar.gz 25 kB 82 kBps > =3D> SHA256 Checksum OK for Parse-Perl-0.007.tar.gz. > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > add_pkg perl-5.12.4_3.tbz > adding dependencies > pkg_add perl-5.12.4_3.tbz > Removing stale symlinks from /usr/bin... > Skipping /usr/bin/perl > Skipping /usr/bin/perl5 > Done. > Creating various symlinks in /usr/bin... > Symlinking /usr/local/bin/perl5.12.4 to /usr/bin/perl > Symlinking /usr/local/bin/perl5.12.4 to /usr/bin/perl5 > Done. > Cleaning up /etc/make.conf... Done. > Spamming /etc/make.conf... Done. > =3D=3D=3D> License check disabled, port has not defined LICENSE > =3D=3D=3D> Extracting for p5-Parse-Perl-0.007 > =3D> SHA256 Checksum OK for Parse-Perl-0.007.tar.gz. > =3D=3D=3D> p5-Parse-Perl-0.007 depends on file: /usr/local/bin/perl5.12= .4 - found > Deleting perl-5.12.4_3 > Removing stale symlinks from /usr/bin... > Removing /usr/bin/perl > Removing /usr/bin/perl5 > Done. > Cleaning up /etc/make.conf... Done. > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > add_pkg perl-5.12.4_3.tbz > adding dependencies > pkg_add perl-5.12.4_3.tbz > Removing stale symlinks from /usr/bin... > Skipping /usr/bin/perl > Skipping /usr/bin/perl5 > Done. > Creating various symlinks in /usr/bin... > Symlinking /usr/local/bin/perl5.12.4 to /usr/bin/perl > Symlinking /usr/local/bin/perl5.12.4 to /usr/bin/perl5 > Done. > Cleaning up /etc/make.conf... Done. > Spamming /etc/make.conf... Done. > =3D=3D=3D> Patching for p5-Parse-Perl-0.007 > =3D=3D=3D> p5-Parse-Perl-0.007 depends on file: /usr/local/bin/perl5.12= .4 - found > Deleting perl-5.12.4_3 > Removing stale symlinks from /usr/bin... > Removing /usr/bin/perl > Removing /usr/bin/perl5 > Done. > Cleaning up /etc/make.conf... Done. > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > add_pkg perl-5.12.4_3.tbz > adding dependencies > pkg_add perl-5.12.4_3.tbz > Removing stale symlinks from /usr/bin... > Skipping /usr/bin/perl > Skipping /usr/bin/perl5 > Done. > Creating various symlinks in /usr/bin... > Symlinking /usr/local/bin/perl5.12.4 to /usr/bin/perl > Symlinking /usr/local/bin/perl5.12.4 to /usr/bin/perl5 > Done. > Cleaning up /etc/make.conf... Done. > Spamming /etc/make.conf... Done. > =3D=3D=3D> p5-Parse-Perl-0.007 depends on file: /usr/local/bin/perl5.12= .4 - found > =3D=3D=3D> Configuring for p5-Parse-Perl-0.007 > # Converted to config installprivlib=3D/usr/local/lib > # Converted to config installarchlib=3D/usr/local/lib > # running Build.PL --installdirs site --config cc=3Dcc --config ccflags= =3D-O2 -pipe -fno-strict-aliasing --prefix /usr/local --config installprivl= ib=3D/usr/local/lib --config installarchlib=3D/usr/local/lib > Checking prerequisites... > requires: > ! Devel::CallChecker is not installed > build_requires: > ! Devel::CallChecker is not installed >=20 > ERRORS/WARNINGS FOUND IN PREREQUISITES. You may wish to install the vers= ions > of the modules indicated above before proceeding with this installation >=20 > Run 'Build installdeps' to install missing prerequisites. >=20 > Creating new 'MYMETA.yml' with configuration results > Creating new 'Build' script for 'Parse-Perl' version '0.007' > =3D=3D=3D> Building for p5-Parse-Perl-0.007 > /usr/local/bin/perl5.12.4 Build --makefile_env_macros 1 > Building Parse-Perl > Can't locate Devel/CallChecker.pm in @INC (@INC contains: /work/a/ports/l= ang/p5-Parse-Perl/work/Parse-Perl-0.007/_build/lib _build/lib /work/a/ports= /lang/p5-Parse-Perl/work/Parse-Perl-0.007/_build/lib _build/lib /usr/local/= lib/perl5/5.12.4/BSDPAN /usr/local/lib/perl5/site_perl/5.12.4/mach /usr/loc= al/lib/perl5/site_perl/5.12.4 /usr/local/lib/perl5/5.12.4/mach /usr/local/l= ib/perl5/5.12.4 .) at /work/a/ports/lang/p5-Parse-Perl/work/Parse-Perl-0.00= 7/_build/lib/MyModuleBuilder.pm line 13. > *** Error code 2 >=20 > Stop in /work/a/ports/lang/p5-Parse-Perl/work/Parse-Perl-0.007. > *** Error code 1 >=20 > Stop in /a/ports/lang/p5-Parse-Perl. > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > build of /usr/ports/lang/p5-Parse-Perl ended at Wed Feb 15 20:35:50 UTC 2= 012 --=20 --=20 Pav Lucistnik I can't do that, that would make sense. --=-/9vO2a0tv/STS0mN7Mba Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (FreeBSD) iEYEABECAAYFAk88O1EACgkQntdYP8FOsoInxgCgroo3pjv+X3G3X8eFiCsnFBA8 fNEAn2NfJkUELMh69Q8XhqG2LrR7BJ21 =oJwP -----END PGP SIGNATURE----- --=-/9vO2a0tv/STS0mN7Mba-- From owner-freebsd-perl@FreeBSD.ORG Thu Feb 16 10:31:00 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 4ECD81065675; Thu, 16 Feb 2012 10:31:00 +0000 (UTC) (envelope-from jadawin@huppa.tuxaco.net) Received: from huppa.tuxaco.net (unknown [IPv6:2001:41d0:1:66c1::1]) by mx1.freebsd.org (Postfix) with ESMTP id 88AA08FC17; Thu, 16 Feb 2012 10:30:59 +0000 (UTC) Received: from huppa.tuxaco.net (localhost [127.0.0.1]) by huppa.tuxaco.net (Postfix) with ESMTP id 0B7652282C; Thu, 16 Feb 2012 11:31:34 +0100 (CET) X-Virus-Scanned: amavisd-new at tuxaco.net Received: from huppa.tuxaco.net ([127.0.0.1]) by huppa.tuxaco.net (huppa.tuxaco.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id PGTGwdQucXcK; Thu, 16 Feb 2012 11:31:24 +0100 (CET) Received: by huppa.tuxaco.net (Postfix, from userid 1001) id BDBE52282A; Thu, 16 Feb 2012 11:31:24 +0100 (CET) Date: Thu, 16 Feb 2012 11:31:24 +0100 From: jadawin To: Pav Lucistnik Message-ID: <20120216103124.GA9691@tuxaco.net> References: <1329347409.34084.8.camel@hood.oook.cz> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="6TrnltStXW4iwmi0" Content-Disposition: inline In-Reply-To: <1329347409.34084.8.camel@hood.oook.cz> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: perl Subject: Re: [Fwd: p5-Parse-Perl-0.007 failed on amd64 9] 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: Thu, 16 Feb 2012 10:31:00 -0000 --6TrnltStXW4iwmi0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, 16 Feb 2012, Pav Lucistnik wrote: > -------- P?eposlan=E1 zpr=E1va -------- > > Od: User Ports-amd64 > > Komu: cvs@oook.cz, itetcu@freebsd.org, florent.thoumie@gmail.com > > P?edm?t: p5-Parse-Perl-0.007 failed on amd64 9 > > Datum: Wed, 15 Feb 2012 20:35:53 GMT > >=20 > > You can also find this build log at > >=20 > > http://pointyhat.FreeBSD.org/errorlogs/amd64-errorlogs/a.9.2012021421= 3438/p5-Parse-Perl-0.007.log > >=20 > > building p5-Parse-Perl-0.007 on gohan12.freebsd.org > > in directory /x/pkgbuild/9/20120214213438/chroot/99 > > building for: 9.0-RC2 amd64 > > maintained by: perl@FreeBSD.org > > port directory: /usr/ports/lang/p5-Parse-Perl > > Makefile ident: $FreeBSD: ports/lang/p5-Parse-Perl/Makefile,v 1.3 2012/= 02/13 09:31:31 jadawin Exp $ > > build started at Wed Feb 15 20:34:19 UTC 2012 > > FETCH_DEPENDS=3D > > PATCH_DEPENDS=3Dperl-5.12.4_3.tbz > > EXTRACT_DEPENDS=3Dperl-5.12.4_3.tbz > > BUILD_DEPENDS=3Dperl-5.12.4_3.tbz > > RUN_DEPENDS=3Dp5-Devel-CallChecker-0.005.tbz p5-DynaLoader-Functions-0.= 001.tbz perl-5.12.4_3.tbz > > prefixes: LOCALBASE=3Dusr/local > > add_pkg > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > =3D=3D=3D> License check disabled, port has not defined LICENSE > > =3D> Parse-Perl-0.007.tar.gz doesn't seem to exist in /tmp/distfiles/. > > =3D> Attempting to fetch ftp://ftp-master.freebsd.org/pub/FreeBSD/ports= /distfiles/Parse-Perl-0.007.tar.gz > > fetch: ftp://ftp-master.freebsd.org/pub/FreeBSD/ports/distfiles/Parse-P= erl-0.007.tar.gz: File unavailable (e.g., file not found, no access) > > =3D> Attempting to fetch ftp://pointyhat.freebsd.org/pub/FreeBSD/ports/= distfiles/Parse-Perl-0.007.tar.gz > > fetch: ftp://pointyhat.freebsd.org/pub/FreeBSD/ports/distfiles/Parse-Pe= rl-0.007.tar.gz: File unavailable (e.g., file not found, no access) > > =3D> Attempting to fetch ftp://ftp.cpan.org/pub/CPAN/modules/by-module/= Parse/Parse-Perl-0.007.tar.gz > > Parse-Perl-0.007.tar.gz 25 kB 82 kBps > > =3D> SHA256 Checksum OK for Parse-Perl-0.007.tar.gz. > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > add_pkg perl-5.12.4_3.tbz > > adding dependencies > > pkg_add perl-5.12.4_3.tbz > > Removing stale symlinks from /usr/bin... > > Skipping /usr/bin/perl > > Skipping /usr/bin/perl5 > > Done. > > Creating various symlinks in /usr/bin... > > Symlinking /usr/local/bin/perl5.12.4 to /usr/bin/perl > > Symlinking /usr/local/bin/perl5.12.4 to /usr/bin/perl5 > > Done. > > Cleaning up /etc/make.conf... Done. > > Spamming /etc/make.conf... Done. > > =3D=3D=3D> License check disabled, port has not defined LICENSE > > =3D=3D=3D> Extracting for p5-Parse-Perl-0.007 > > =3D> SHA256 Checksum OK for Parse-Perl-0.007.tar.gz. > > =3D=3D=3D> p5-Parse-Perl-0.007 depends on file: /usr/local/bin/perl5.= 12.4 - found > > Deleting perl-5.12.4_3 > > Removing stale symlinks from /usr/bin... > > Removing /usr/bin/perl > > Removing /usr/bin/perl5 > > Done. > > Cleaning up /etc/make.conf... Done. > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > add_pkg perl-5.12.4_3.tbz > > adding dependencies > > pkg_add perl-5.12.4_3.tbz > > Removing stale symlinks from /usr/bin... > > Skipping /usr/bin/perl > > Skipping /usr/bin/perl5 > > Done. > > Creating various symlinks in /usr/bin... > > Symlinking /usr/local/bin/perl5.12.4 to /usr/bin/perl > > Symlinking /usr/local/bin/perl5.12.4 to /usr/bin/perl5 > > Done. > > Cleaning up /etc/make.conf... Done. > > Spamming /etc/make.conf... Done. > > =3D=3D=3D> Patching for p5-Parse-Perl-0.007 > > =3D=3D=3D> p5-Parse-Perl-0.007 depends on file: /usr/local/bin/perl5.= 12.4 - found > > Deleting perl-5.12.4_3 > > Removing stale symlinks from /usr/bin... > > Removing /usr/bin/perl > > Removing /usr/bin/perl5 > > Done. > > Cleaning up /etc/make.conf... Done. > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > add_pkg perl-5.12.4_3.tbz > > adding dependencies > > pkg_add perl-5.12.4_3.tbz > > Removing stale symlinks from /usr/bin... > > Skipping /usr/bin/perl > > Skipping /usr/bin/perl5 > > Done. > > Creating various symlinks in /usr/bin... > > Symlinking /usr/local/bin/perl5.12.4 to /usr/bin/perl > > Symlinking /usr/local/bin/perl5.12.4 to /usr/bin/perl5 > > Done. > > Cleaning up /etc/make.conf... Done. > > Spamming /etc/make.conf... Done. > > =3D=3D=3D> p5-Parse-Perl-0.007 depends on file: /usr/local/bin/perl5.= 12.4 - found > > =3D=3D=3D> Configuring for p5-Parse-Perl-0.007 > > # Converted to config installprivlib=3D/usr/local/lib > > # Converted to config installarchlib=3D/usr/local/lib > > # running Build.PL --installdirs site --config cc=3Dcc --config ccflags= =3D-O2 -pipe -fno-strict-aliasing --prefix /usr/local --config installprivl= ib=3D/usr/local/lib --config installarchlib=3D/usr/local/lib > > Checking prerequisites... > > requires: > > ! Devel::CallChecker is not installed > > build_requires: > > ! Devel::CallChecker is not installed > >=20 > > ERRORS/WARNINGS FOUND IN PREREQUISITES. You may wish to install the ve= rsions > > of the modules indicated above before proceeding with this installation > >=20 > > Run 'Build installdeps' to install missing prerequisites. > >=20 > > Creating new 'MYMETA.yml' with configuration results > > Creating new 'Build' script for 'Parse-Perl' version '0.007' > > =3D=3D=3D> Building for p5-Parse-Perl-0.007 > > /usr/local/bin/perl5.12.4 Build --makefile_env_macros 1 > > Building Parse-Perl > > Can't locate Devel/CallChecker.pm in @INC (@INC contains: /work/a/ports= /lang/p5-Parse-Perl/work/Parse-Perl-0.007/_build/lib _build/lib /work/a/por= ts/lang/p5-Parse-Perl/work/Parse-Perl-0.007/_build/lib _build/lib /usr/loca= l/lib/perl5/5.12.4/BSDPAN /usr/local/lib/perl5/site_perl/5.12.4/mach /usr/l= ocal/lib/perl5/site_perl/5.12.4 /usr/local/lib/perl5/5.12.4/mach /usr/local= /lib/perl5/5.12.4 .) at /work/a/ports/lang/p5-Parse-Perl/work/Parse-Perl-0.= 007/_build/lib/MyModuleBuilder.pm line 13. > > *** Error code 2 > >=20 > > Stop in /work/a/ports/lang/p5-Parse-Perl/work/Parse-Perl-0.007. > > *** Error code 1 > >=20 > > Stop in /a/ports/lang/p5-Parse-Perl. > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > build of /usr/ports/lang/p5-Parse-Perl ended at Wed Feb 15 20:35:50 UTC= 2012 >=20 > --=20 > --=20 > Pav Lucistnik > > I can't do that, that would make sense. Hi, My bad! I will commit fix today. Regards, --=20 Philippe Aud=E9oud --6TrnltStXW4iwmi0 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.17 (FreeBSD) iEYEARECAAYFAk882vsACgkQ5Jj8K8g11A4pCACfVUEjhUAQdvH2rUFQB94xCv8v 7OMAn0Dv1zCw858A3Hc3iJ7kiXup5FJX =ewyi -----END PGP SIGNATURE----- --6TrnltStXW4iwmi0-- From owner-freebsd-perl@FreeBSD.ORG Thu Feb 16 16:24:33 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 E6CB7106566B; Thu, 16 Feb 2012 16:24:33 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id A24338FC19; Thu, 16 Feb 2012 16:24:33 +0000 (UTC) Received: by iaeo4 with SMTP id o4so4107030iae.13 for ; Thu, 16 Feb 2012 08:24:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:content-type :content-transfer-encoding; bh=Je4UU02X6M/OMK3c/EqaqHzlUV1VId+R8YXBgC5lV0U=; b=bdgGOK9bILzYaA6h6xIVW/63ZSPZ8PIIIOd3S0BgkxntFO+XsOeV+hCst2hBJcShSt tstzWIeqVvueNm5Ze0L9uyoAczvCsgTBQWN9F/mPkDDneRTy9YBa5gII+8shKmdDYE50 8IwMkX00OlqLqJXkPE5sBduiQGrRwincJixMg= Received: by 10.42.155.5 with SMTP id s5mr2994246icw.13.1329407910266; Thu, 16 Feb 2012 07:58:30 -0800 (PST) MIME-Version: 1.0 Sender: utisoft@gmail.com Received: by 10.231.183.21 with HTTP; Thu, 16 Feb 2012 07:58:00 -0800 (PST) In-Reply-To: <201202070828.q178SOlQ073850@portsmonj.FreeBSD.org> References: <201202070828.q178SOlQ073850@portsmonj.FreeBSD.org> From: Chris Rees Date: Thu, 16 Feb 2012 15:58:00 +0000 X-Google-Sender-Auth: 873m1XWDfmSikglmJRrtZ81sXT0 Message-ID: To: skv@freebsd.org, perl Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: Subject: Re: FreeBSD ports that you maintain which are currently marked broken 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: Thu, 16 Feb 2012 16:24:34 -0000 On 7 February 2012 08:28, wrote: > > portname: =A0 =A0 =A0 =A0 =A0 devel/p5-B-Size > broken because: =A0 =A0 Does not build with perl >=3D 5.10 > build errors: =A0 =A0 =A0 none. > overview: =A0 =A0 =A0 =A0 =A0 http://portsmon.FreeBSD.org/portoverview.py= ?category=3Ddevel&portname=3Dp5-B-Size Haha, if no-one objects I'm just going to remove that; no need for deprecation when it's been over two years. Any comments? Chris From owner-freebsd-perl@FreeBSD.ORG Fri Feb 17 07:12:12 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 9D5F6106566B for ; Fri, 17 Feb 2012 07:12:12 +0000 (UTC) (envelope-from skv@protey.ru) Received: from mail-bk0-f54.google.com (mail-bk0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 24A078FC1B for ; Fri, 17 Feb 2012 07:12:11 +0000 (UTC) Received: by bkcjg1 with SMTP id jg1so3709929bkc.13 for ; Thu, 16 Feb 2012 23:12:10 -0800 (PST) Received: by 10.204.13.82 with SMTP id b18mr3764463bka.88.1329461135534; Thu, 16 Feb 2012 22:45:35 -0800 (PST) Received: from [192.168.0.5] (95-24-150-77.broadband.corbina.ru. [95.24.150.77]) by mx.google.com with ESMTPS id ez5sm20862370bkc.15.2012.02.16.22.45.30 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 16 Feb 2012 22:45:30 -0800 (PST) Sender: Sergey Skvortsov Message-ID: <4F3DF784.4020402@FreeBSD.org> Date: Fri, 17 Feb 2012 10:45:24 +0400 From: Sergey Skvortsov User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0.1) Gecko/20120208 Thunderbird/10.0.1 MIME-Version: 1.0 To: Chris Rees References: <201202070828.q178SOlQ073850@portsmonj.FreeBSD.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Gm-Message-State: ALoCoQkDOMQYoqLO+sQIF+2i4wgWI3CHZPLNjRR4BUtTdorDsgReTRLT+YNjY2nO3jVmpLP0ApmS Cc: perl Subject: Re: FreeBSD ports that you maintain which are currently marked broken 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, 17 Feb 2012 07:12:12 -0000 On 16.02.2012 19:58, Chris Rees wrote: > On 7 February 2012 08:28, wrote: >> >> portname: devel/p5-B-Size >> broken because: Does not build with perl >= 5.10 >> build errors: none. >> overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=p5-B-Size > > Haha, if no-one objects I'm just going to remove that; no need for > deprecation when it's been over two years. Ok. -- Sergey Skvortsov mailto: skv@FreeBSD.org From owner-freebsd-perl@FreeBSD.ORG Fri Feb 17 09:28:23 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 6C3EB106566B; Fri, 17 Feb 2012 09:28:23 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-tul01m020-f182.google.com (mail-tul01m020-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 22C4B8FC12; Fri, 17 Feb 2012 09:28:22 +0000 (UTC) Received: by obcwo16 with SMTP id wo16so5417901obc.13 for ; Fri, 17 Feb 2012 01:28:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=TV6xLoLRuEtg143ro2Hzw1v3VLY+f4XDGfEw5lE3dT0=; b=jQrrZczjtzaTc9yZ6OL1XoZaRhxMXv0FfO0GBSdUybx+EnxIhs9SODgskOTiOo6E6f In9c4+no+epha4Ymo4uM3oE/+yV5yYcUrLDNs+Rgb0CLQWoqFADL3SFsfUCpxuHqJOmv 1GrABamz04PUkGvpfZGeQ/mmuR94rGEl4u9uM= Received: by 10.50.153.234 with SMTP id vj10mr7676231igb.16.1329470902363; Fri, 17 Feb 2012 01:28:22 -0800 (PST) MIME-Version: 1.0 Sender: utisoft@gmail.com Received: by 10.231.183.21 with HTTP; Fri, 17 Feb 2012 01:27:52 -0800 (PST) In-Reply-To: <4F3DF784.4020402@FreeBSD.org> References: <201202070828.q178SOlQ073850@portsmonj.FreeBSD.org> <4F3DF784.4020402@FreeBSD.org> From: Chris Rees Date: Fri, 17 Feb 2012 09:27:52 +0000 X-Google-Sender-Auth: Qmb9XpnITeSksm5OOT8WuqO8dyo Message-ID: To: Sergey Skvortsov Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: perl Subject: Re: FreeBSD ports that you maintain which are currently marked broken 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, 17 Feb 2012 09:28:23 -0000 On 17 February 2012 06:45, Sergey Skvortsov wrote: > On 16.02.2012 19:58, Chris Rees wrote: >> On 7 February 2012 08:28, =A0 wrote: >>> >>> portname: =A0 =A0 =A0 =A0 =A0 devel/p5-B-Size >>> broken because: =A0 =A0 Does not build with perl >=3D 5.10 >>> build errors: =A0 =A0 =A0 none. >>> overview: =A0 =A0 =A0 =A0 =A0 http://portsmon.FreeBSD.org/portoverview.= py?category=3Ddevel&portname=3Dp5-B-Size >> >> Haha, if no-one objects I'm just going to remove that; no need for >> deprecation when it's been over two years. > > Ok. Hm, actually.... miscalculated slightly, perhaps we should wait until perl58 has been removed. Sorry for the noise. Chris From owner-freebsd-perl@FreeBSD.ORG Fri Feb 17 17:59:42 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 3B3021065860; Fri, 17 Feb 2012 17:59:42 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0F23A8FC13; Fri, 17 Feb 2012 17:59:42 +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 q1HHxfjc090108; Fri, 17 Feb 2012 17:59:41 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1HHxfqX090104; Fri, 17 Feb 2012 17:59:41 GMT (envelope-from linimon) Date: Fri, 17 Feb 2012 17:59:41 GMT Message-Id: <201202171759.q1HHxfqX090104@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/165234: updated net/p5-perl-ldap 0.43 -> 0.44 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, 17 Feb 2012 17:59:42 -0000 Old Synopsis: p5-perl-ldap 0.43 -> 0.44 New Synopsis: updated net/p5-perl-ldap 0.43 -> 0.44 Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: linimon Responsible-Changed-When: Fri Feb 17 17:58:59 UTC 2012 Responsible-Changed-Why: Fix synopsis and assign. http://www.freebsd.org/cgi/query-pr.cgi?pr=165234 From owner-freebsd-perl@FreeBSD.ORG Fri Feb 17 18:00:49 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 5CFF8106567C; Fri, 17 Feb 2012 18:00:49 +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 309448FC1D; Fri, 17 Feb 2012 18:00:49 +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 q1HI0nVt091403; Fri, 17 Feb 2012 18:00:49 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1HI0nXL091397; Fri, 17 Feb 2012 18:00:49 GMT (envelope-from edwin) Date: Fri, 17 Feb 2012 18:00:49 GMT Message-Id: <201202171800.q1HI0nXL091397@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165243: [PATCH] devel/p5-MooseX-App-Cmd: add missing DEPENDS, 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, 17 Feb 2012 18:00:49 -0000 Synopsis: [PATCH] devel/p5-MooseX-App-Cmd: add missing DEPENDS, add TEST_DEPENDS Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Fri Feb 17 18:00:48 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=165243 From owner-freebsd-perl@FreeBSD.ORG Fri Feb 17 18:00: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 C659A10656AD; Fri, 17 Feb 2012 18:00:55 +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 99EFB8FC2B; Fri, 17 Feb 2012 18:00: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 q1HI0tS2091919; Fri, 17 Feb 2012 18:00:55 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1HI0tFl091910; Fri, 17 Feb 2012 18:00:55 GMT (envelope-from edwin) Date: Fri, 17 Feb 2012 18:00:55 GMT Message-Id: <201202171800.q1HI0tFl091910@freefall.freebsd.org> To: swills@freebsd.org, edwin@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165243: [PATCH] devel/p5-MooseX-App-Cmd: add missing DEPENDS, 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, 17 Feb 2012 18:00:55 -0000 Synopsis: [PATCH] devel/p5-MooseX-App-Cmd: add missing DEPENDS, add TEST_DEPENDS State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Fri Feb 17 18:00:54 UTC 2012 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165243 From owner-freebsd-perl@FreeBSD.ORG Fri Feb 17 18:10: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 82A1F1065676 for ; Fri, 17 Feb 2012 18:10: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 6E7A68FC12 for ; Fri, 17 Feb 2012 18:10: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 q1HIACRJ099529 for ; Fri, 17 Feb 2012 18:10:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1HIACN8099528; Fri, 17 Feb 2012 18:10:12 GMT (envelope-from gnats) Date: Fri, 17 Feb 2012 18:10:12 GMT Message-Id: <201202171810.q1HIACN8099528@freefall.freebsd.org> To: perl@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/165243: [PATCH] devel/p5-MooseX-App-Cmd: add missing DEPENDS, 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, 17 Feb 2012 18:10:12 -0000 The following reply was made to PR ports/165243; it has been noted by GNATS. From: Edwin Groothuis To: gslin@gslin.org Cc: bug-followup@FreeBSD.org Subject: Re: ports/165243: [PATCH] devel/p5-MooseX-App-Cmd: add missing DEPENDS, add TEST_DEPENDS Date: Fri, 17 Feb 2012 18:00:52 UT Maintainer of devel/p5-MooseX-App-Cmd, Please note that PR ports/165243 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/165243 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-perl@FreeBSD.ORG Sat Feb 18 21:57: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 CEAD21065670; Sat, 18 Feb 2012 21:57:30 +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 A17B28FC08; Sat, 18 Feb 2012 21:57:30 +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 q1ILvUWQ005685; Sat, 18 Feb 2012 21:57:30 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1ILvUDf005681; Sat, 18 Feb 2012 21:57:30 GMT (envelope-from swills) Date: Sat, 18 Feb 2012 21:57:30 GMT Message-Id: <201202182157.q1ILvUDf005681@freefall.freebsd.org> To: gslin@gslin.org, swills@FreeBSD.org, perl@FreeBSD.org, swills@FreeBSD.org From: swills@FreeBSD.org Cc: Subject: Re: ports/165243: [PATCH] devel/p5-MooseX-App-Cmd: add missing DEPENDS, 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: Sat, 18 Feb 2012 21:57:30 -0000 Synopsis: [PATCH] devel/p5-MooseX-App-Cmd: add missing DEPENDS, add TEST_DEPENDS Responsible-Changed-From-To: perl->swills Responsible-Changed-By: swills Responsible-Changed-When: Sat Feb 18 21:57:29 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=165243