On Sat, Dec 01, 2007 at 10:54:44PM +0100, Markus Lude wrote:
> On Sat, Dec 01, 2007 at 05:49:21AM -0800, J.C. Roberts wrote:
> >
> > archivers/p5-IO-Compress-Zlib -->2.008
> >
> > tested: i386
>
> > Index: Makefile
> > ===================================================================
> > RCS file: /cvs/ports/archivers/p5-IO-Compress-Zlib/Makefile,v
> > retrieving revision 1.3
> > diff -u -r1.3 Makefile
> > --- Makefile 15 Oct 2007 16:44:18 -0000 1.3
> > +++ Makefile 1 Dec 2007 13:23:47 -0000
> > @@ -4,7 +4,7 @@
> >
> > MODULES= cpan
> >
> > -DISTNAME= IO-Compress-Zlib-2.006
> > +DISTNAME= IO-Compress-Zlib-2.008
> > CATEGORIES= archivers
> >
> > MAINTAINER= Giovanni Bechis <[EMAIL PROTECTED]>
>
> In the intree version there is:
>
> RUN_DEPENDS= :p5-Compress-Raw-Zlib->=2.006:archivers/p5-Compress-Raw-Zlib \
> :p5-IO-Compress-Base->=2.006:archivers/p5-IO-Compress-Base
>
> Does IO-Compress-Zlib-2.008 work with p5-IO-Compress-Base-2.006 or does
> it need to bump the required version in RUN_DEPENDS too?
META.yml:
requires:
Compress::Raw::Zlib: 2.008
IO::Compress::Base: 2.008
IO::Uncompress::Base: 2.008
Hmm, this looks like one need to bump the version in RUN_DEPENDS. Please
update the diff and those of the other which needs similiar changes.
Regards,
Markus