From pgollucci@frieza.p6m7g8.net  Mon Jun  7 00:50:05 2010
Return-Path: <pgollucci@frieza.p6m7g8.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 23374106566C;
	Mon,  7 Jun 2010 00:49:47 +0000 (UTC)
	(envelope-from pgollucci@frieza.p6m7g8.net)
Received: from frieza.p6m7g8.net (wsip-174-79-184-239.dc.dc.cox.net [174.79.184.239])
	by mx1.freebsd.org (Postfix) with ESMTP id D1B078FC20;
	Mon,  7 Jun 2010 00:49:46 +0000 (UTC)
Received: from frieza.p6m7g8.net (localhost [127.0.0.1])
	by frieza.p6m7g8.net (8.14.4/8.14.4) with ESMTP id o570nks3082666;
	Sun, 6 Jun 2010 20:49:46 -0400 (EDT)
	(envelope-from pgollucci@frieza.p6m7g8.net)
Received: (from pgollucci@localhost)
	by frieza.p6m7g8.net (8.14.4/8.14.4/Submit) id o570nkCA082665;
	Sun, 6 Jun 2010 20:49:46 -0400 (EDT)
	(envelope-from pgollucci)
Message-Id: <201006070049.o570nkCA082665@frieza.p6m7g8.net>
Date: Sun, 6 Jun 2010 20:49:46 -0400 (EDT)
From: "Philip M. Gollucci" <pgollucci@p6m7g8.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc: clsung@freebsd.org
Subject: [PATCH] www/p5-WWW-Search: update to 2.508
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         147626
>Category:       ports
>Synopsis:       [PATCH] www/p5-WWW-Search: update to 2.508
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pgollucci
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 07 01:00:16 UTC 2010
>Closed-Date:    Mon Aug 23 03:59:42 UTC 2010
>Last-Modified:  Mon Aug 23 04:00:27 UTC 2010
>Originator:     Philip M. Gollucci
>Release:        FreeBSD 9.0-CURRENT amd64
>Organization:
RideCharge Inc / TaxiMagic
>Environment:
System: FreeBSD frieza.p6m7g8.net 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Mon Apr 26 16:20:00 EDT 2010
>Description:
- Update to 2.508

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

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

--- p5-WWW-Search-2.508.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/www/p5-WWW-Search/Makefile,v
retrieving revision 1.60
diff -u -u -r1.60 Makefile
--- Makefile	22 Jul 2009 16:27:07 -0000	1.60
+++ Makefile	7 Jun 2010 00:46:56 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	WWW-Search
-PORTVERSION=	2.507
+PORTVERSION=	2.508
 CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -14,19 +14,26 @@
 MAINTAINER=	clsung@FreeBSD.org
 COMMENT=	A perl5 module for WWW searches
 
-RUN_DEPENDS=	p5-Bit-Vector>=0:${PORTSDIR}/math/p5-Bit-Vector \
+BUILD_DEPENDS=	p5-Bit-Vector>=0:${PORTSDIR}/math/p5-Bit-Vector \
 		p5-Date-Manip>=0:${PORTSDIR}/devel/p5-Date-Manip \
 		p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \
 		p5-HTML-Parser>=2.23:${PORTSDIR}/www/p5-HTML-Parser \
 		p5-HTML-Tree>=0:${PORTSDIR}/www/p5-HTML-Tree \
 		p5-URI>=0:${PORTSDIR}/net/p5-URI \
 		p5-User>=0:${PORTSDIR}/sysutils/p5-User \
-		p5-libwww>=2:${PORTSDIR}/www/p5-libwww
-BUILD_DEPENDS=	${RUN_DEPENDS}
-BUILD_DEPENDS+=	p5-IO-Capture>=0:${PORTSDIR}/devel/p5-IO-Capture \
+		p5-libwww>=2:${PORTSDIR}/www/p5-libwww \
+		p5-IO-Capture>=0:${PORTSDIR}/devel/p5-IO-Capture \
 		p5-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Pod-Coverage \
 		p5-Test-File>=0:${PORTSDIR}/devel/p5-Test-File \
-		p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod \
+		p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod
+RUN_DEPENDS=	p5-Bit-Vector>=0:${PORTSDIR}/math/p5-Bit-Vector \
+		p5-Date-Manip>=0:${PORTSDIR}/devel/p5-Date-Manip \
+		p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \
+		p5-HTML-Parser>=2.23:${PORTSDIR}/www/p5-HTML-Parser \
+		p5-HTML-Tree>=0:${PORTSDIR}/www/p5-HTML-Tree \
+		p5-URI>=0:${PORTSDIR}/net/p5-URI \
+		p5-User>=0:${PORTSDIR}/sysutils/p5-User \
+		p5-libwww>=2:${PORTSDIR}/www/p5-libwww \
 		p5-Test-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Test-Pod-Coverage
 
 PERL_CONFIGURE=	yes
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/www/p5-WWW-Search/distinfo,v
retrieving revision 1.40
diff -u -u -r1.40 distinfo
--- distinfo	29 Dec 2008 05:35:13 -0000	1.40
+++ distinfo	6 Jun 2010 21:34:48 -0000
@@ -1,3 +1,3 @@
-MD5 (WWW-Search-2.507.tar.gz) = 5aadc9c62a7cff95e1e595390a0118b4
-SHA256 (WWW-Search-2.507.tar.gz) = 382a89dad3cb2666fee166fc427f652e6bf4201cf68aa1fcf819cc5b9e6f9811
-SIZE (WWW-Search-2.507.tar.gz) = 87890
+MD5 (WWW-Search-2.508.tar.gz) = 287e248762977efb81f495588c51003b
+SHA256 (WWW-Search-2.508.tar.gz) = 58fee5e544bb267d48c8d7fc7d475abcd73c4db01b0abd3ec33724e73deacfe3
+SIZE (WWW-Search-2.508.tar.gz) = 92644
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/www/p5-WWW-Search/pkg-plist,v
retrieving revision 1.16
diff -u -u -r1.16 pkg-plist
--- pkg-plist	22 Jan 2006 02:58:17 -0000	1.16
+++ pkg-plist	6 Jun 2010 23:50:11 -0000
@@ -10,7 +10,8 @@
 %%SITE_PERL%%/WWW/Search/Simple.pm
 %%SITE_PERL%%/WWW/Search/Test.pm
 %%SITE_PERL%%/WWW/SearchResult.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Search/.packlist
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW-Search/.packlist
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW-Search
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Search
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW
 @dirrm %%SITE_PERL%%/WWW/Search/Null
--- p5-WWW-Search-2.508.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->clsung 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon Jun 7 01:01:58 UTC 2010 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=147626 
Responsible-Changed-From-To: clsung->pgollucci 
Responsible-Changed-By: pgollucci 
Responsible-Changed-When: Wed Jun 23 15:19:34 UTC 2010 
Responsible-Changed-Why:  
Maintainer timeout (clsung) > 14 days 

http://www.freebsd.org/cgi/query-pr.cgi?pr=147626 
State-Changed-From-To: open->closed 
State-Changed-By: pgollucci 
State-Changed-When: Mon Aug 23 03:59:41 UTC 2010 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=147626 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/147626: commit references a PR
Date: Mon, 23 Aug 2010 03:59:49 +0000 (UTC)

 pgollucci    2010-08-23 03:59:03 UTC
 
   FreeBSD ports repository
 
   Modified files:
     www/p5-WWW-Search    Makefile distinfo pkg-plist 
   Log:
   - Update to 2.508
   
   Changes:        bythe:Searchlibrary.Thislibraryimplementsahttp://search.cpan.org/dist/WWW-Search/Changes
   PR:             ports/147626
   Submitted by:   pgollucci (myself)
   Approved by:    maintainer timeout (clsung; > 2.5 months)
   
   Revision  Changes    Path
   1.61      +13 -6     ports/www/p5-WWW-Search/Makefile
   1.41      +3 -3      ports/www/p5-WWW-Search/distinfo
   1.17      +2 -1      ports/www/p5-WWW-Search/pkg-plist
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
