Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Jul 2006 08:20:21 GMT
From:      Gea-Suan Lin <gslin@gslin.org>
To:        perl@FreeBSD.org
Subject:   Re: ports/101079: [PATCH] www/p5-WWW-Search: update to 2.489
Message-ID:  <200607310820.k6V8KLXX034084@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/101079; it has been noted by GNATS.

From: Gea-Suan Lin <gslin@gslin.org>
To: Erwin Lansing <erwin@FreeBSD.org>
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 <bsd.port.post.mk>
 ===> Done
 
 -- 
 * Gea-Suan Lin  (public key: Using https://keyserver.pgp.com/ to search)
 * If you cannot convince them, confuse them.           -- Harry S Truman



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200607310820.k6V8KLXX034084>