From owner-freebsd-perl@FreeBSD.ORG Mon Jul 31 08:20:21 2006 Return-Path: X-Original-To: perl@hub.freebsd.org Delivered-To: freebsd-perl@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E1ECC16A4DA for ; Mon, 31 Jul 2006 08:20:21 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C60943D46 for ; Mon, 31 Jul 2006 08:20:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k6V8KLFe034085 for ; Mon, 31 Jul 2006 08:20:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k6V8KLXX034084; Mon, 31 Jul 2006 08:20:21 GMT (envelope-from gnats) Date: Mon, 31 Jul 2006 08:20:21 GMT Message-Id: <200607310820.k6V8KLXX034084@freefall.freebsd.org> To: perl@FreeBSD.org From: Gea-Suan Lin Cc: Subject: Re: ports/101079: [PATCH] www/p5-WWW-Search: update to 2.489 X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Gea-Suan Lin List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Jul 2006 08:20:22 -0000 The following reply was made to PR ports/101079; it has been noted by GNATS. From: Gea-Suan Lin To: Erwin Lansing Cc: perl@FreeBSD.org, FreeBSD-gnats-submit@FreeBSD.org Subject: Re: ports/101079: [PATCH] www/p5-WWW-Search: update to 2.489 Date: Mon, 31 Jul 2006 16:11:07 +0800 On Mon, Jul 31, 2006 at 07:52:37AM +0000, Erwin Lansing wrote: > Synopsis: [PATCH] www/p5-WWW-Search: update to 2.489 > > State-Changed-From-To: open->feedback > State-Changed-By: erwin > State-Changed-When: Mon Jul 31 07:52:01 UTC 2006 > State-Changed-Why: > The port was updated to 2.489 two hours ago by clsung. > Can you send a new patch with only the dependency changes? > > http://www.freebsd.org/cgi/query-pr.cgi?pr=101079 ===> Generating patch ===> Viewing diff with less diff -ruN --exclude=CVS /usr/ports/www/p5-WWW-Search/Makefile /home/staff/gslin/work/p5-WWW-Search/Makefile --- /usr/ports/www/p5-WWW-Search/Makefile Mon Jul 31 16:02:23 2006 +++ /home/staff/gslin/work/p5-WWW-Search/Makefile Mon Jul 31 16:09:22 2006 @@ -7,6 +7,7 @@ PORTNAME= WWW-Search PORTVERSION= 2.489 +PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= WWW @@ -15,20 +16,16 @@ MAINTAINER= perl@FreeBSD.org COMMENT= A perl5 module for WWW searches -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools \ - ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp \ - ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \ +RUN_DEPENDS= ${SITE_PERL}/Date/Manip.pm:${PORTSDIR}/devel/p5-Date-Manip \ ${SITE_PERL}/HTML/TreeBuilder.pm:${PORTSDIR}/www/p5-HTML-Tree \ - ${SITE_PERL}/Date/Manip.pm:${PORTSDIR}/devel/p5-Date-Manip \ - ${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI \ + ${SITE_PERL}/IO/Capture.pm:${PORTSDIR}/devel/p5-IO-Capture \ + ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \ + ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \ ${SITE_PERL}/MIME/Lite.pm:${PORTSDIR}/mail/p5-MIME-Lite \ + ${SITE_PERL}/Test/File.pm:${PORTSDIR}/devel/p5-Test-File \ ${SITE_PERL}/Test/Inline.pm:${PORTSDIR}/devel/p5-Test-Inline \ - ${SITE_PERL}/User.pm:${PORTSDIR}/sysutils/p5-User \ - ${SITE_PERL}/Getopt/Long.pm:${PORTSDIR}/devel/p5-Getopt-Long \ - ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \ - p5-IO-Capture>0:${PORTSDIR}/devel/p5-IO-Capture \ - p5-Test-File>0:${PORTSDIR}/devel/p5-Test-File -RUN_DEPENDS= ${BUILD_DEPENDS} + ${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI +BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes @@ -53,6 +50,10 @@ .if ${PERL_LEVEL} < 500600 IGNORE= requires perl 5.6.0 or later. Install lang/perl5.8 and try again +.endif + +.if ${PERL_LEVEL} < 500601 +RUN_DEPENDS+= ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp .endif .include ===> Done -- * Gea-Suan Lin (public key: Using https://keyserver.pgp.com/ to search) * If you cannot convince them, confuse them. -- Harry S Truman