Date: Fri, 18 Nov 2005 11:19:28 -0600 (CST) From: Jim Pirzyk <pirzyk@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/89244: Update port: deve/p5-Config-Objective Message-ID: <200511181719.jAIHJSjx083736@lilo.cites.uiuc.edu> Resent-Message-ID: <200511181720.jAIHKShB052296@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200511181719.jAIHJSjx083736>