diff options
author | edwin <edwin@FreeBSD.org> | 2003-04-29 15:14:36 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-04-29 15:14:36 +0800 |
commit | 42f0f598e3fcbd4bf79fdac58448ca610cb4f6e2 (patch) | |
tree | 6e9763c16d160752eefad821e7a5739f3e1d5480 | |
parent | fc966603c45105d66bcf2cb82ef8b85960db1766 (diff) | |
download | freebsd-ports-gnome-42f0f598e3fcbd4bf79fdac58448ca610cb4f6e2.tar.gz freebsd-ports-gnome-42f0f598e3fcbd4bf79fdac58448ca610cb4f6e2.tar.zst freebsd-ports-gnome-42f0f598e3fcbd4bf79fdac58448ca610cb4f6e2.zip |
maintainer-update www/p5-WWW-Search-AltaVista to 2.09
vendor update to 2.09:
* lib/WWW/Search/AltaVista/News.pm (native_setup_search):
new search URL
* lib/WWW/Search/AltaVista.pm (native_retrieve_some): fix
parsing of NEXT link; ignore image links
PR: ports/51212
Submitted by: Erwin Lansing <erwin@lansing.dk>
-rw-r--r-- | www/p5-WWW-Search/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/p5-WWW-Search/Makefile b/www/p5-WWW-Search/Makefile index f4201c4507b5..3d08479a32de 100644 --- a/www/p5-WWW-Search/Makefile +++ b/www/p5-WWW-Search/Makefile @@ -40,7 +40,7 @@ MAN3= WWW::Search.3 \ .include <bsd.port.pre.mk> -.if ${PERL_LEVEL} < 500800 +.if ${PERL_LEVEL} < 500601 BUILD_DEPENDS+= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple .endif |