Skip site navigation (1)Skip section navigation (2)
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:   ports/99633: [PATCH] devel/p5-Object-Accessor: update to 0.20
Message-ID:  <20060630054338.93F86B29CD7@utopia.leeym.com>
Resent-Message-ID: <200606300550.k5U5oFvo032172@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         99633
>Category:       ports
>Synopsis:       [PATCH] devel/p5-Object-Accessor: update to 0.20
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 30 05:50:15 GMT 2006
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060630054338.93F86B29CD7>