From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Nov 18 17:20:29 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 41CF316A41F for ; Fri, 18 Nov 2005 17:20:29 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5413D43D49 for ; Fri, 18 Nov 2005 17:20:28 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id jAIHKSEE052297 for ; Fri, 18 Nov 2005 17:20:28 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id jAIHKShB052296; Fri, 18 Nov 2005 17:20:28 GMT (envelope-from gnats) Resent-Date: Fri, 18 Nov 2005 17:20:28 GMT Resent-Message-Id: <200511181720.jAIHKShB052296@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jim Pirzyk Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E05C16A41F for ; Fri, 18 Nov 2005 17:19:29 +0000 (GMT) (envelope-from pirzyk@lilo.cites.uiuc.edu) Received: from lilo.cites.uiuc.edu (lilo.cites.uiuc.edu [128.174.86.231]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C70543D53 for ; Fri, 18 Nov 2005 17:19:28 +0000 (GMT) (envelope-from pirzyk@lilo.cites.uiuc.edu) Received: from lilo.cites.uiuc.edu (localhost [127.0.0.1]) by lilo.cites.uiuc.edu (8.13.4/8.13.4) with ESMTP id jAIHJSY9083737 for ; Fri, 18 Nov 2005 11:19:28 -0600 (CST) (envelope-from pirzyk@lilo.cites.uiuc.edu) Received: (from pirzyk@localhost) by lilo.cites.uiuc.edu (8.13.4/8.13.4/Submit) id jAIHJSjx083736; Fri, 18 Nov 2005 11:19:28 -0600 (CST) (envelope-from pirzyk) Message-Id: <200511181719.jAIHJSjx083736@lilo.cites.uiuc.edu> Date: Fri, 18 Nov 2005 11:19:28 -0600 (CST) From: Jim Pirzyk To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/89244: Update port: deve/p5-Config-Objective X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Jim Pirzyk List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Nov 2005 17:20:29 -0000 >Number: 89244 >Category: ports >Synopsis: Update port: deve/p5-Config-Objective >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Nov 18 17:20:27 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Jim Pirzyk >Release: FreeBSD 5.4-STABLE i386 >Organization: >Environment: System: FreeBSD lilo.cites.uiuc.edu 5.4-STABLE FreeBSD 5.4-STABLE #15: Fri Nov 4 09:03:01 CST 2005 root@lilo.cites.uiuc.edu:/usr/obj/usr/src/sys/LILO_KERNEL i386 >Description: Patch to clean up some perl -w warning messages in this package. >How-To-Repeat: Have a script use Config::Objective and run it with -w option. >Fix: diff -Nru p5-Config-Objective/Makefile p5-Config-Objective.new/Makefile --- p5-Config-Objective/Makefile Tue Nov 15 14:06:31 2005 +++ p5-Config-Objective.new/Makefile Tue Nov 15 14:06:19 2005 @@ -7,7 +7,7 @@ PORTNAME= Config-Objective PORTVERSION= 0.9.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Config diff -Nru p5-Config-Objective/files/patch-grammar.yp p5-Config-Objective.new/files/patch-grammar.yp --- p5-Config-Objective/files/patch-grammar.yp Wed Dec 31 18:00:00 1969 +++ p5-Config-Objective.new/files/patch-grammar.yp Tue Nov 15 14:10:45 2005 @@ -0,0 +1,10 @@ +--- ./grammar.yp.orig Tue Nov 15 14:09:30 2005 ++++ ./grammar.yp Tue Nov 15 14:09:51 2005 +@@ -251,6 +251,7 @@ + ### if a previous condition was true + return undef + if ($config->{'in_expr'} ++ && @{$config->{'cond_stack'}} + && $config->{'cond_stack'}->[-1] == CS_NO_EVAL); + + ### for statements, don't evaluate if we're inside a Binary files p5-Config-Objective/p5-Config-Objective-0.9.1_2.tbz and p5-Config-Objective.new/p5-Config-Objective-0.9.1_2.tbz differ >Release-Note: >Audit-Trail: >Unformatted: