Update www/p5-Web-Query to the latest version. see http://cpansearch.perl.org/src/TOKUHIROM/Web-Query-0.10/Changes for the changes. Fix: see attached patch. Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->perl perl@ wants this port PRs (via the GNATS Auto Assign Tool)
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Maintainer of www/p5-Web-Query, Please note that PR ports/174354 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/174354 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
Responsible Changed From-To: perl->culot I'll take it.
Author: culot Date: Wed Jan 2 18:33:08 2013 New Revision: 309829 URL: http://svnweb.freebsd.org/changeset/ports/309829 Log: - Update to 0.11 Changes: http://search.cpan.org/dist/Web-Query/Changes PR: ports/174354 (based on) Submitted by: Geraud CONTINSOUZAS <geraud@gcu.info> Approved by: maintainer timeout (>14 days) Modified: head/www/p5-Web-Query/Makefile head/www/p5-Web-Query/distinfo head/www/p5-Web-Query/pkg-plist Modified: head/www/p5-Web-Query/Makefile ============================================================================== --- head/www/p5-Web-Query/Makefile Wed Jan 2 18:18:15 2013 (r309828) +++ head/www/p5-Web-Query/Makefile Wed Jan 2 18:33:08 2013 (r309829) @@ -1,12 +1,8 @@ -# New ports collection makefile for: p5-Web-Query -# Date created: 2011-10-02 -# Whom: Gea-Suan Lin <gslin@gslin.org> -# +# Created by: Gea-Suan Lin <gslin@gslin.org> # $FreeBSD$ -# PORTNAME= Web-Query -PORTVERSION= 0.08 +PORTVERSION= 0.11 CATEGORIES= www MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:TOKUHIROM @@ -18,11 +14,9 @@ COMMENT= Yet another scraping library li 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 +RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +PERL_MODBUILD= yes MAN3= Web::Query.3 Modified: head/www/p5-Web-Query/distinfo ============================================================================== --- head/www/p5-Web-Query/distinfo Wed Jan 2 18:18:15 2013 (r309828) +++ head/www/p5-Web-Query/distinfo Wed Jan 2 18:33:08 2013 (r309829) @@ -1,2 +1,2 @@ -SHA256 (Web-Query-0.08.tar.gz) = 482e0c526e9aa85c81ca587770b5c2f367a31f9eee5076081ae1c7233d75baf7 -SIZE (Web-Query-0.08.tar.gz) = 23298 +SHA256 (Web-Query-0.11.tar.gz) = 2c73dc26d6e4e0760d70b951fce526622d160a24e9451d8fc1ee20e65450975e +SIZE (Web-Query-0.11.tar.gz) = 18185 Modified: head/www/p5-Web-Query/pkg-plist ============================================================================== --- head/www/p5-Web-Query/pkg-plist Wed Jan 2 18:18:15 2013 (r309828) +++ head/www/p5-Web-Query/pkg-plist Wed Jan 2 18:33:08 2013 (r309829) @@ -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 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed Updated to 0.11 based on your submission. Thanks!