Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Jul 2006 15:33:13 +0800 (CST)
From:      Gea-Suan Lin <gslin@gslin.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        perl@FreeBSD.org, gslin@gslin.org
Subject:   ports/101079: [PATCH] www/p5-WWW-Search: update to 2.489
Message-ID:  <20060731073313.8B1BD73@netnews.NCTU.edu.tw>
Resent-Message-ID: <200607310740.k6V7eDGK031339@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         101079
>Category:       ports
>Synopsis:       [PATCH] www/p5-WWW-Search: update to 2.489
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 31 07:40:13 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Gea-Suan Lin
>Release:        FreeBSD 6.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD netnews.NCTU.edu.tw 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sat May 13 03:43:48 CST 2006
>Description:
- Update to 2.489
- p5-File-Spec, p5-Getopt-Long, and p5-User are in Perl base.

Port maintainer (perl@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- p5-WWW-Search-2.489.patch begins here ---
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	Wed Apr 26 03:22:08 2006
+++ /home/staff/gslin/work/p5-WWW-Search/Makefile	Mon Jul 31 15:31:05 2006
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	WWW-Search
-PORTVERSION=	2.488
+PORTVERSION=	2.489
 CATEGORIES=	www perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	WWW
@@ -15,20 +15,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 +49,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>
diff -ruN --exclude=CVS /usr/ports/www/p5-WWW-Search/distinfo /home/staff/gslin/work/p5-WWW-Search/distinfo
--- /usr/ports/www/p5-WWW-Search/distinfo	Wed Apr 26 03:22:08 2006
+++ /home/staff/gslin/work/p5-WWW-Search/distinfo	Mon Jul 31 15:13:41 2006
@@ -1,3 +1,3 @@
-MD5 (WWW-Search-2.488.tar.gz) = 936266e5d437b99562017326c481b827
-SHA256 (WWW-Search-2.488.tar.gz) = ef0930656644c145c1c0cc9863ec2feb3a7fab7a3722cf99b6768b478fa70ec3
-SIZE (WWW-Search-2.488.tar.gz) = 84638
+MD5 (WWW-Search-2.489.tar.gz) = 2aeac89959294ccc6f204c1f7598f534
+SHA256 (WWW-Search-2.489.tar.gz) = d3750b2e75cb60618f118a96dcb9c8e3c524548af64c423c295a531efb5076e8
+SIZE (WWW-Search-2.489.tar.gz) = 85273
--- p5-WWW-Search-2.489.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



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