Date: Fri, 11 Oct 2013 15:32:04 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r330083 - head/www/p5-WWW-Scraper-ISBN-Amazon_Driver Message-ID: <201310111532.r9BFW4If042654@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Fri Oct 11 15:32:04 2013 New Revision: 330083 URL: http://svnweb.freebsd.org/changeset/ports/330083 Log: - Update to 0.31 - Add TEST_DEPENDS - Support STAGEDIR Changes: http://search.cpan.org/dist/WWW-Scraper-ISBN-Amazon_Driver/Changes Modified: head/www/p5-WWW-Scraper-ISBN-Amazon_Driver/Makefile head/www/p5-WWW-Scraper-ISBN-Amazon_Driver/distinfo head/www/p5-WWW-Scraper-ISBN-Amazon_Driver/pkg-plist (contents, props changed) Modified: head/www/p5-WWW-Scraper-ISBN-Amazon_Driver/Makefile ============================================================================== --- head/www/p5-WWW-Scraper-ISBN-Amazon_Driver/Makefile Fri Oct 11 15:30:42 2013 (r330082) +++ head/www/p5-WWW-Scraper-ISBN-Amazon_Driver/Makefile Fri Oct 11 15:32:04 2013 (r330083) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= WWW-Scraper-ISBN-Amazon_Driver -PORTVERSION= 0.30 +PORTVERSION= 0.31 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -16,12 +16,9 @@ BUILD_DEPENDS= p5-WWW-Mechanize>=1.60:${ p5-WWW-Scraper-ISBN>=0.25:${PORTSDIR}/www/p5-WWW-Scraper-ISBN \ p5-WWW-Scraper-ISBN-Driver>=0.18:${PORTSDIR}/www/p5-WWW-Scraper-ISBN-Driver RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-JSON>=0:${PORTSDIR}/converters/p5-JSON USES= perl5 USE_PERL5= configure -MAN3= WWW::Scraper::ISBN::AmazonUK_Driver.3 \ - WWW::Scraper::ISBN::AmazonUS_Driver.3 - -NO_STAGE= yes .include <bsd.port.mk> Modified: head/www/p5-WWW-Scraper-ISBN-Amazon_Driver/distinfo ============================================================================== --- head/www/p5-WWW-Scraper-ISBN-Amazon_Driver/distinfo Fri Oct 11 15:30:42 2013 (r330082) +++ head/www/p5-WWW-Scraper-ISBN-Amazon_Driver/distinfo Fri Oct 11 15:32:04 2013 (r330083) @@ -1,2 +1,2 @@ -SHA256 (WWW-Scraper-ISBN-Amazon_Driver-0.30.tar.gz) = 0a7f30b69ab9f28cfc18041a54920b1ff574f5fc51d6653da68adce381292dc2 -SIZE (WWW-Scraper-ISBN-Amazon_Driver-0.30.tar.gz) = 10769 +SHA256 (WWW-Scraper-ISBN-Amazon_Driver-0.31.tar.gz) = 374b527639360d6c509a86bf017800b88b288ac3e065d18800c47a00f2587481 +SIZE (WWW-Scraper-ISBN-Amazon_Driver-0.31.tar.gz) = 10892 Modified: head/www/p5-WWW-Scraper-ISBN-Amazon_Driver/pkg-plist ============================================================================== --- head/www/p5-WWW-Scraper-ISBN-Amazon_Driver/pkg-plist Fri Oct 11 15:30:42 2013 (r330082) +++ head/www/p5-WWW-Scraper-ISBN-Amazon_Driver/pkg-plist Fri Oct 11 15:32:04 2013 (r330083) @@ -1,9 +1,11 @@ %%SITE_PERL%%/WWW/Scraper/ISBN/AmazonUK_Driver.pm %%SITE_PERL%%/WWW/Scraper/ISBN/AmazonUS_Driver.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Scraper/ISBN/Amazon_Driver/.packlist +%%PERL5_MAN3%%/WWW::Scraper::ISBN::AmazonUK_Driver.3.gz +%%PERL5_MAN3%%/WWW::Scraper::ISBN::AmazonUS_Driver.3.gz @dirrmtry %%SITE_PERL%%/WWW/Scraper/ISBN @dirrmtry %%SITE_PERL%%/WWW/Scraper @dirrmtry %%SITE_PERL%%/WWW -%%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Scraper/ISBN/Amazon_Driver/.packlist @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Scraper/ISBN/Amazon_Driver @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Scraper/ISBN @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Scraper
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310111532.r9BFW4If042654>