- update to 2.33 - take maintainership Fix: PORTNAME= WWW-Search -PORTVERSION= 2.26 +PORTVERSION= 2.33 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= WWW PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= erwin@lansing.dk BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/LWP.pm:${PORTSDIR}/www/p5-libwww \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/HTML/TreeBuilder.pm:${PORTSDIR}/www/p5-HTML-Tree \ @@ -27,7 +27,6 @@ MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= WWW::Search.3 \ WWW::Search::Crawler.3 \ - WWW::Search::Excite::News.3 \ WWW::Search::ExciteForWebServers.3 \ WWW::Search::Fireball.3 \ WWW::Search::FolioViews.3 \
State Changed From-To: open->feedback The submitted update appears to fail the tests ( cd work/WWW-Search-2.33 ; make test ) Would you try to fix this problem?
On Tue, May 28, 2002 at 08:15:21AM -0700, tobez@FreeBSD.org wrote: > The submitted update appears to fail the tests > ( cd work/WWW-Search-2.33 ; make test ) > > Would you try to fix this problem? > oops. I added two dependencies. Note that I couldn't find User.pm, so I created a new port (PR 38666). Someone needs to commit that one first. New diff included. Cheers, /erwin diff -ruN p5-WWW-Search.orig/Makefile p5-WWW-Search/Makefile --- p5-WWW-Search.orig/Makefile Fri May 24 17:12:32 2002 +++ p5-WWW-Search/Makefile Tue May 28 19:41:30 2002 @@ -6,18 +6,21 @@ # PORTNAME= WWW-Search -PORTVERSION= 2.26 +PORTVERSION= 2.33 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= WWW PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= erwin@lansing.dk BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/LWP.pm:${PORTSDIR}/www/p5-libwww \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/HTML/TreeBuilder.pm:${PORTSDIR}/www/p5-HTML-Tree \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/URI.pm:${PORTSDIR}/net/p5-URI \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/MIME/Lite.pm:${PORTSDIR}/mail/p5-MIME-Lite + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/MIME/Lite.pm:${PORTSDIR}/mail/p5-MIME-Lite \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/File/Spec/Functions.pm:${PORTSDIR}/devel/p5-File-Spec \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/User.pm:${PORTSDIR}/sysutils/p5-User RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes @@ -27,7 +30,6 @@ MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= WWW::Search.3 \ WWW::Search::Crawler.3 \ - WWW::Search::Excite::News.3 \ WWW::Search::ExciteForWebServers.3 \ WWW::Search::Fireball.3 \ WWW::Search::FolioViews.3 \ diff -ruN p5-WWW-Search.orig/distinfo p5-WWW-Search/distinfo --- p5-WWW-Search.orig/distinfo Fri May 24 17:12:32 2002 +++ p5-WWW-Search/distinfo Tue May 28 17:19:50 2002 @@ -1 +1 @@ -MD5 (WWW-Search-2.26.tar.gz) = 59ca8b910efad4dc3fb8e9b9cae469a8 +MD5 (WWW-Search-2.33.tar.gz) = 78001a220529a861c56a335ca217aed6 diff -ruN p5-WWW-Search.orig/pkg-plist p5-WWW-Search/pkg-plist --- p5-WWW-Search.orig/pkg-plist Fri May 24 17:12:32 2002 +++ p5-WWW-Search/pkg-plist Tue May 28 17:19:50 2002 @@ -3,7 +3,6 @@ lib/perl5/site_perl/%%PERL_VER%%/WWW/Search.pm lib/perl5/site_perl/%%PERL_VER%%/WWW/Search.pm.rej lib/perl5/site_perl/%%PERL_VER%%/WWW/Search/Crawler.pm -lib/perl5/site_perl/%%PERL_VER%%/WWW/Search/Excite/News.pm lib/perl5/site_perl/%%PERL_VER%%/WWW/Search/ExciteForWebServers.pm lib/perl5/site_perl/%%PERL_VER%%/WWW/Search/Fireball.pm lib/perl5/site_perl/%%PERL_VER%%/WWW/Search/FolioViews.pm @@ -25,6 +24,5 @@ lib/perl5/site_perl/%%PERL_VER%%/WWW/Search/VoilaFr.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/WWW/Search/.packlist @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/WWW/Search -@dirrm lib/perl5/site_perl/%%PERL_VER%%/WWW/Search/Excite @dirrm lib/perl5/site_perl/%%PERL_VER%%/WWW/Search @unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/WWW 2>/dev/null || true
State Changed From-To: feedback->closed Update committed, thanks! You are now this port maintainer.