On Fri, Aug 28, 2020 at 03:07:21AM +0200, Charlene Wendling wrote: > Hi, > > I've spotted that while reviewing Catalyst depends: > > > Failed test 'use Catalyst::Plugin::Charsets::Japanese;' > > at t/00_compile.t line 5. > > Tried to use 'Catalyst::Plugin::Charsets::Japanese'. > > Error: Base class package "Class::Data::Inheritable" is empty. > > It misses some RUN_DEPENDS and TEST_DEPENDS. Some tests are still > failing and that distribution seems to be not maintained by the way. > > OK?
OK afresh1@, even with the test failures at least it loads this way. I might try hitting them up on Twitter when I get home (if I remember) and see where I might send patches. Not sure whether being able to read Japanese is important for that yet :-) https://twitter.com/lyokato Unfortunately, no Catalyst repos on their GitHub, so no help there. https://github.com/lyokato?tab=repositories&q=catalyst (handy that their name is so unique) > Charlène. > > > Index: Makefile > =================================================================== > RCS file: > /cvs/ports/converters/p5-Catalyst-Plugin-Charsets-Japanese/Makefile,v > retrieving revision 1.11 > diff -u -p -u -p -r1.11 Makefile > --- Makefile 3 Jul 2020 21:44:31 -0000 1.11 > +++ Makefile 28 Aug 2020 00:58:35 -0000 > @@ -3,7 +3,7 @@ > COMMENT= jcode interface for catalyst > > DISTNAME= Catalyst-Plugin-Charsets-Japanese-0.06 > -REVISION= 2 > +REVISION= 3 > CATEGORIES= converters www > MODULES= cpan > PKG_ARCH= * > @@ -12,8 +12,11 @@ PKG_ARCH= * > PERMIT_PACKAGE= Yes > > RUN_DEPENDS= converters/p5-Jcode \ > + devel/p5-Class-Accessor \ > + devel/p5-Class-Data-Inheritable \ > www/p5-Catalyst-Runtime > > -TEST_DEPENDS= devel/p5-Test-Pod > +TEST_DEPENDS= devel/p5-Test-Pod \ > + devel/p5-Test-WWW-Mechanize-Catalyst > > .include <bsd.port.mk> > -- andrew - http://afresh1.com "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning." -- Rich Cook
