Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Dec 2012 02:33:59 GMT
From:      Geraud CONTINSOUZAS <geraud@gcu.info>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/174354: [PATCH] www/p5-Web-Query update to 0.10
Message-ID:  <201212110233.qBB2Xx2J033891@red.freebsd.org>
Resent-Message-ID: <201212110240.qBB2e0vx025556@freefall.freebsd.org>

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

>Number:         174354
>Category:       ports
>Synopsis:       [PATCH] www/p5-Web-Query update to 0.10
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Dec 11 02:40:00 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Geraud CONTINSOUZAS
>Release:        FreeBSD 8.3 STABLE
>Organization:
>Environment:
FreeBSD chauchau.xxxxxx.local 8.3-STABLE FreeBSD 8.3-STABLE #0: Mon Jul 23 15:19:20 NCT 2012     root@chauchau.xxxxxx.net:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
Update www/p5-Web-Query to the latest version.

see http://cpansearch.perl.org/src/TOKUHIROM/Web-Query-0.10/Changes

for the changes.
>How-To-Repeat:

>Fix:
see attached patch.

Patch attached with submission follows:

--- www/p5-Web-Query/Makefile.orig	2012-11-18 16:21:45.000000000 +1100
+++ www/p5-Web-Query/Makefile	2012-11-24 10:07:21.000000000 +1100
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	Web-Query
-PORTVERSION=	0.08
+PORTVERSION=	0.10
 CATEGORIES=	www
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:TOKUHIROM
@@ -15,14 +15,12 @@
 MAINTAINER=	gslin@gslin.org
 COMMENT=	Yet another scraping library like jQuery
 
-BUILD_DEPENDS=	p5-HTML-Selector-XPath>=0.06:${PORTSDIR}/www/p5-HTML-Selector-XPath \
-		p5-HTML-TreeBuilder-XPath>=0.12:${PORTSDIR}/www/p5-HTML-TreeBuilder-XPath \
-		p5-libwww>=5.385:${PORTSDIR}/www/p5-libwww
 RUN_DEPENDS=	p5-HTML-Selector-XPath>=0.06:${PORTSDIR}/www/p5-HTML-Selector-XPath \
 		p5-HTML-TreeBuilder-XPath>=0.12:${PORTSDIR}/www/p5-HTML-TreeBuilder-XPath \
 		p5-libwww>=5.385:${PORTSDIR}/www/p5-libwww
+BUILD_DEPENDS=	${RUN_DEPENDS}
 
-PERL_CONFIGURE=	yes
+PERL_MODBUILD=	yes
 
 MAN3=		Web::Query.3
 
--- www/p5-Web-Query/distinfo.orig	2011-11-29 21:28:51.000000000 +1100
+++ www/p5-Web-Query/distinfo	2012-11-24 10:04:16.000000000 +1100
@@ -1,2 +1,2 @@
-SHA256 (Web-Query-0.08.tar.gz) = 482e0c526e9aa85c81ca587770b5c2f367a31f9eee5076081ae1c7233d75baf7
-SIZE (Web-Query-0.08.tar.gz) = 23298
+SHA256 (Web-Query-0.10.tar.gz) = 0a3ab949055253e46d2f7c5ada702d26d13eaf8df59eeea06225b160ba66f403
+SIZE (Web-Query-0.10.tar.gz) = 17835
--- www/p5-Web-Query/pkg-plist.orig	2011-11-29 21:28:51.000000000 +1100
+++ www/p5-Web-Query/pkg-plist	2012-11-24 10:08:42.000000000 +1100
@@ -1,5 +1,2 @@
 %%SITE_PERL%%/Web/Query.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Web/Query/.packlist
-@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Web/Query
-@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Web
 @dirrmtry %%SITE_PERL%%/Web


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



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