From leeym@utopia.leeym.com  Fri Jun 30 05:43:54 2006
Return-Path: <leeym@utopia.leeym.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 20C9A16A403;
	Fri, 30 Jun 2006 05:43:54 +0000 (UTC)
	(envelope-from leeym@utopia.leeym.com)
Received: from msr16.hinet.net (msr16.hinet.net [168.95.4.116])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 72A4F43D45;
	Fri, 30 Jun 2006 05:43:53 +0000 (GMT)
	(envelope-from leeym@utopia.leeym.com)
Received: from utopia.leeym.com (utopia.leeym.com [211.21.137.52])
	by msr16.hinet.net (8.9.3/8.9.3) with ESMTP id NAA05214;
	Fri, 30 Jun 2006 13:43:51 +0800 (CST)
Received: from localhost (localhost [127.0.0.1])
	by utopia.leeym.com (Postfix) with ESMTP id 8A8C2B29CE3;
	Fri, 30 Jun 2006 13:43:50 +0800 (CST)
Received: from utopia.leeym.com ([127.0.0.1])
	by localhost (utopia.leeym.com [127.0.0.1]) (amavisd-new, port 10024)
	with ESMTP id tViSCoX7hvbj; Fri, 30 Jun 2006 13:43:38 +0800 (CST)
Received: by utopia.leeym.com (Postfix, from userid 1000)
	id 93F86B29CD7; Fri, 30 Jun 2006 13:43:38 +0800 (CST)
Message-Id: <20060630054338.93F86B29CD7@utopia.leeym.com>
Date: Fri, 30 Jun 2006 13:43:38 +0800 (CST)
From: Yen-Ming Lee <leeym@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: skv@freebsd.org
Subject: [PATCH] devel/p5-Object-Accessor: update to 0.20
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         99633
>Category:       ports
>Synopsis:       [PATCH] devel/p5-Object-Accessor: update to 0.20
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    skv
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 30 05:50:15 GMT 2006
>Closed-Date:    Mon Jul 03 12:26:24 GMT 2006
>Last-Modified:  Mon Jul 03 12:26:24 GMT 2006
>Originator:     Yen-Ming Lee
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
FreeBSD Taiwan
>Environment:
System: FreeBSD utopia.leeym.com 6.1-STABLE FreeBSD 6.1-STABLE #0: Thu Jun 29 10:44:26 CST 2006
>Description:
- Update to 0.20

- Note: it didn't pass "make test" under perl 5.6

PERL_DL_NONLAZY=1 /usr/local/bin/perl5.6.2 "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00_Object-Accessor...............ok
t/01_Object-Accessor-Subclassed....ok
t/02_Object-Accessor-allow.........ok
t/03_Object-Accessor-local.........ok
t/04_Object-Accessor-lvalue........panic: unexpected optree near method call at t/04_Object-Accessor-lvalue.t line 31, near "$$ }"
Execution of t/04_Object-Accessor-lvalue.t aborted due to compilation errors.
t/04_Object-Accessor-lvalue........dubious
        Test returned status 255 (wstat 65280, 0xff00)
Failed Test                   Stat Wstat Total Fail  Failed  List of Failed
-------------------------------------------------------------------------------
t/04_Object-Accessor-lvalue.t  255 65280    ??   ??       %  ??
Failed 1/5 test scripts, 80.00% okay. 0/82 subtests failed, 100.00% okay.
*** Error code 35

Port maintainer (skv@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- p5-Object-Accessor-0.20.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/p5-Object-Accessor/Makefile,v
retrieving revision 1.1
diff -u -u -r1.1 Makefile
--- Makefile	30 Sep 2005 14:46:07 -0000	1.1
+++ Makefile	30 Jun 2006 05:41:44 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	Object-Accessor
-PORTVERSION=	0.12
+PORTVERSION=	0.20
 CATEGORIES=	devel perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	Object
@@ -15,9 +15,9 @@
 MAINTAINER=	skv@FreeBSD.org
 COMMENT=	Interface to create per object accessors
 
-BUILD_DEPENDS=	${SITE_PERL}/Params/Check.pm:${PORTSDIR}/devel/p5-Params-Check \
-		${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
-RUN_DEPENDS=	${BUILD_DEPENDS}
+RUN_DEPENDS=	${SITE_PERL}/Params/Check.pm:${PORTSDIR}/devel/p5-Params-Check
+BUILD_DEPENDS=	${RUN_DEPENDS}
+BUILD_DEPENDS+=	${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
 
 PERL_CONFIGURE=	yes
 
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/devel/p5-Object-Accessor/distinfo,v
retrieving revision 1.2
diff -u -u -r1.2 distinfo
--- distinfo	22 Jan 2006 08:29:17 -0000	1.2
+++ distinfo	30 Jun 2006 05:41:44 -0000
@@ -1,3 +1,3 @@
-MD5 (Object-Accessor-0.12.tar.gz) = 722421fcbe2a18facd056ea6edb1be4f
-SHA256 (Object-Accessor-0.12.tar.gz) = 84c8f2f64be8ae59766d7c93842375df5b245b869b7d065ce3f491672ad99847
-SIZE (Object-Accessor-0.12.tar.gz) = 7781
+MD5 (Object-Accessor-0.20.tar.gz) = 811136397755ce7849db17b68db3e284
+SHA256 (Object-Accessor-0.20.tar.gz) = f0d6cec26b63936db012967ee9b7de07e3478ed02f6836ba9e24179f6d0e3a75
+SIZE (Object-Accessor-0.20.tar.gz) = 8390
--- p5-Object-Accessor-0.20.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->skv 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Jun 30 05:50:28 UTC 2006 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=99633 
State-Changed-From-To: open->closed 
State-Changed-By: skv 
State-Changed-When: Mon Jul 3 12:26:11 UTC 2006 
State-Changed-Why:  
Committed, thank you! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=99633 
>Unformatted:
