On Saturday 01 December 2007, J.C. Roberts wrote: > [4.2-STABLE] UPD: archivers_p5-Compress-Zlib-2.008 > > For those running -STABLE and complaining about a lack of updates on > ports-STABLE, here is your chance to do something... namely TEST > these patches and post your results. You can be reasonably certain > these patches will not be committed without testing, so you've got to > do your part if you want convince one of our benevolent developers to > push the big red 'commit' button. > > tested: i386 > > MAINTAINER: Kevin Lo <[EMAIL PROTECTED]>
Thanks to Marcus Lude, I've added a REGRESS_DEPENDS for p5-Test-Pod
Index: Makefile =================================================================== RCS file: /cvs/ports/archivers/p5-Compress-Zlib/Makefile,v retrieving revision 1.45 diff -u -r1.45 Makefile --- Makefile 12 May 2007 12:26:36 -0000 1.45 +++ Makefile 1 Dec 2007 23:40:33 -0000 @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.45 2007/05/12 12:26:36 steven Exp $ +# $OpenBSD: Makefile,v 1.48 2007/10/15 16:45:16 sthen Exp $ -COMMENT= "perl interface to the zlib compression library" +COMMENT= perl interface to the zlib compression library MODULES= cpan -DISTNAME= Compress-Zlib-2.004 +DISTNAME= Compress-Zlib-2.008 CATEGORIES= archivers # Perl @@ -14,7 +14,7 @@ PERMIT_DISTFILES_FTP= Yes RUN_DEPENDS= ::archivers/p5-IO-Compress-Zlib - +REGRESS_DEPENDS= ::devel/p5-Test-Pod EXAMPLE_FILES= filtdef filtinf gzcat gzgrep gzstream post-install: Index: distinfo =================================================================== RCS file: /cvs/ports/archivers/p5-Compress-Zlib/distinfo,v retrieving revision 1.13 diff -u -r1.13 distinfo --- distinfo 12 May 2007 12:26:36 -0000 1.13 +++ distinfo 1 Dec 2007 23:40:33 -0000 @@ -1,5 +1,5 @@ -MD5 (Compress-Zlib-2.004.tar.gz) = 6ng3KUo6Q0wSZsfphixDYA== -RMD160 (Compress-Zlib-2.004.tar.gz) = cKC/2c5S2eaUaZ80YmEP6ct2PHk= -SHA1 (Compress-Zlib-2.004.tar.gz) = v3tCMN9ZJYF311y/O09ilmkBee0= -SHA256 (Compress-Zlib-2.004.tar.gz) = AqqfY84cU9/8SMCfezDNMGwEExMz6Z5mPfHZ9HJ4o7E= -SIZE (Compress-Zlib-2.004.tar.gz) = 62484 +MD5 (Compress-Zlib-2.008.tar.gz) = sNETLQLfC1cQMapLNOgiow== +RMD160 (Compress-Zlib-2.008.tar.gz) = 5+w+A42eeup27aswKtpMuI34JdE= +SHA1 (Compress-Zlib-2.008.tar.gz) = FJeBxUaL+ttI6IdeXCRP6QuuC5A= +SHA256 (Compress-Zlib-2.008.tar.gz) = honxMuHrS7COPZx4MN25hAYU3ZcKX3hrxhvHFjWl+w0= +SIZE (Compress-Zlib-2.008.tar.gz) = 63812
