On 03/20/11 10:57, Simon Bertrang wrote: > On Sat, Mar 19, 2011 at 06:09:41PM +0100, Benoit Lecocq wrote: >> Hi, >> >> This diff updates p5-Net-Whois-RIPE to 2.00003. >> Tested on amd64. >> >> Comments ? OK ? >> > > Seems devel/p5-Module-Install isn't needed, the dependency for > devel/p5-Test-Exception seems to be gone [0], and REGRESS_DEPENDS is > already set up by cpan.port.mk. Other than that looks good and passes > all tests on i386. > Without Test-Exception regression tests fails @amd64, what about this one ? Cheers Giovanni
Index: Makefile =================================================================== RCS file: /cvs/ports/net/p5-Net-Whois-RIPE/Makefile,v retrieving revision 1.10 diff -u -p -r1.10 Makefile --- Makefile 30 Dec 2010 16:20:57 -0000 1.10 +++ Makefile 22 Mar 2011 09:20:07 -0000 @@ -2,7 +2,7 @@ COMMENT = perl implementation of RIPE whois -DISTNAME = Net-Whois-RIPE-2.00002 +DISTNAME = Net-Whois-RIPE-2.00003 CATEGORIES = net MAINTAINER = Benoit Lecocq <[email protected]> @@ -15,11 +15,9 @@ PERMIT_DISTFILES_FTP = Yes MODULES = cpan -USE_GROFF = Yes +RUN_DEPENDS = devel/p5-Iterator-Util -RUN_DEPENDS = devel/p5-Test-Exception \ - devel/p5-Module-Install \ - devel/p5-Iterator-Util -REGRESS_DEPENDS = ${RUN_DEPENDS} +REGRESS_DEPENDS = ${RUN_DEPENDS} \ + devel/p5-Test-Exception .include <bsd.port.mk> Index: distinfo =================================================================== RCS file: /cvs/ports/net/p5-Net-Whois-RIPE/distinfo,v retrieving revision 1.4 diff -u -p -r1.4 distinfo --- distinfo 30 Dec 2010 16:20:57 -0000 1.4 +++ distinfo 22 Mar 2011 09:20:07 -0000 @@ -1,5 +1,5 @@ -MD5 (Net-Whois-RIPE-2.00002.tar.gz) = t9Whyz3REcjmdKzIIfKjjA== -RMD160 (Net-Whois-RIPE-2.00002.tar.gz) = P4dkBGkEANmFo2FC8QaC+GjmliQ= -SHA1 (Net-Whois-RIPE-2.00002.tar.gz) = Ck2wuiqY/0polTB/ero2IWy/fBM= -SHA256 (Net-Whois-RIPE-2.00002.tar.gz) = k0K6QxOr4mOMY1OcBA557ifdmAv+S7cWNgPX4dWsROc= -SIZE (Net-Whois-RIPE-2.00002.tar.gz) = 9142 +MD5 (Net-Whois-RIPE-2.00003.tar.gz) = EA9sOZI1r/oFMcZ8U9rjSg== +RMD160 (Net-Whois-RIPE-2.00003.tar.gz) = HAg7pkh7vFK1LVaFPozQwPTuUoQ= +SHA1 (Net-Whois-RIPE-2.00003.tar.gz) = NeJkO2yqcWLuAVUVDa/e0m+j1iA= +SHA256 (Net-Whois-RIPE-2.00003.tar.gz) = BlAM/pvMkRGaBL2RTqFxUv4Mapwjyp1/j0QeTylhAHc= +SIZE (Net-Whois-RIPE-2.00003.tar.gz) = 9159 Index: pkg/PLIST =================================================================== RCS file: /cvs/ports/net/p5-Net-Whois-RIPE/pkg/PLIST,v retrieving revision 1.2 diff -u -p -r1.2 PLIST --- pkg/PLIST 30 Dec 2010 16:21:00 -0000 1.2 +++ pkg/PLIST 22 Mar 2011 09:20:07 -0000 @@ -1,4 +1,5 @@ @comment $OpenBSD: PLIST,v 1.2 2010/12/30 16:21:00 benoit Exp $ +${P5SITE}/Net/ ${P5SITE}/Net/Whois/ ${P5SITE}/Net/Whois/RIPE.pm @man man/man3p/Net::Whois::RIPE.3p
