On Saturday 01 December 2007, Markus Lude wrote:
> 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-Ra
> >w-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

Thanks Marcus.
diff attached.
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 22:57:22 -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]>
@@ -15,8 +15,8 @@
 PERMIT_DISTFILES_CDROM=	Yes
 PERMIT_DISTFILES_FTP=	Yes
 
-RUN_DEPENDS=	:p5-Compress-Raw-Zlib->=2.006:archivers/p5-Compress-Raw-Zlib \
-		:p5-IO-Compress-Base->=2.006:archivers/p5-IO-Compress-Base
+RUN_DEPENDS=	:p5-Compress-Raw-Zlib->=2.008:archivers/p5-Compress-Raw-Zlib \
+		:p5-IO-Compress-Base->=2.008:archivers/p5-IO-Compress-Base
 
 post-install:
 	${INSTALL_DATA_DIR} ${PREFIX}/share/examples/p5-IO-Compress-Zlib
Index: distinfo
===================================================================
RCS file: /cvs/ports/archivers/p5-IO-Compress-Zlib/distinfo,v
retrieving revision 1.3
diff -u -r1.3 distinfo
--- distinfo	15 Oct 2007 16:44:18 -0000	1.3
+++ distinfo	1 Dec 2007 22:57:22 -0000
@@ -1,5 +1,5 @@
-MD5 (IO-Compress-Zlib-2.006.tar.gz) = mjZX3msACgUxFUBjsrtEQw==
-RMD160 (IO-Compress-Zlib-2.006.tar.gz) = Yf/g5lKoUJ/KoW6fWxlDio8sfVY=
-SHA1 (IO-Compress-Zlib-2.006.tar.gz) = 1FmeOEK73xKB2ycCd5dwx23ftFM=
-SHA256 (IO-Compress-Zlib-2.006.tar.gz) = exM5sE5/JhdU/GZizI+S9le6QOZjTpRyjNh9I0XTg9o=
-SIZE (IO-Compress-Zlib-2.006.tar.gz) = 134865
+MD5 (IO-Compress-Zlib-2.008.tar.gz) = k8woJz3AKWFbeARUJIR4Ig==
+RMD160 (IO-Compress-Zlib-2.008.tar.gz) = ikeyqQr9uNEpt6Ole32Sr/1R6rg=
+SHA1 (IO-Compress-Zlib-2.008.tar.gz) = 0P1ScjbHV1AlnIdtTVDhley9+zU=
+SHA256 (IO-Compress-Zlib-2.008.tar.gz) = ib2QUwM7fh31pL5QGtj+rMnHRqAyVlklwJ1rJ3DBjTI=
+SIZE (IO-Compress-Zlib-2.008.tar.gz) = 135067

Reply via email to