Date: Mon, 10 Oct 2016 21:11:20 +0000 (UTC) From: Adam Weinberger <adamw@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423724 - head/www/p5-WWW-Mechanize Message-ID: <201610102111.u9ALBKHc074023@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: adamw Date: Mon Oct 10 21:11:20 2016 New Revision: 423724 URL: https://svnweb.freebsd.org/changeset/ports/423724 Log: Update to 1.82. Changes: https://metacpan.org/changes/distribution/WWW-Mechanize Modified: head/www/p5-WWW-Mechanize/Makefile head/www/p5-WWW-Mechanize/distinfo Modified: head/www/p5-WWW-Mechanize/Makefile ============================================================================== --- head/www/p5-WWW-Mechanize/Makefile Mon Oct 10 21:05:39 2016 (r423723) +++ head/www/p5-WWW-Mechanize/Makefile Mon Oct 10 21:11:20 2016 (r423724) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= WWW-Mechanize -PORTVERSION= 1.79 +PORTVERSION= 1.82 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -21,13 +21,17 @@ BUILD_DEPENDS= p5-CGI>=4.08:www/p5-CGI \ p5-URI>=0:net/p5-URI \ p5-libwww>=5.829:www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Test-Exception>=0:devel/p5-Test-Exception \ +TEST_DEPENDS= p5-Test-Deep>=0:devel/p5-Test-Deep \ + p5-Test-Exception>=0:devel/p5-Test-Exception \ + p5-Test-Fatal>=0:devel/p5-Test-Fatal \ p5-Test-Memory-Cycle>=0:devel/p5-Test-Memory-Cycle \ + p5-Test-Needs>=0:devel/p5-Test-Needs \ p5-Test-NoWarnings>=0:devel/p5-Test-NoWarnings \ - p5-Test-Pod>=1.14:devel/p5-Test-Pod \ - p5-Test-Pod-Coverage>=1.04:devel/p5-Test-Pod-Coverage \ + p5-Test-Output>=0:devel/p5-Test-Output \ + p5-Test-RequiresInternet>=0:devel/p5-Test-RequiresInternet \ p5-Test-Taint>=0:devel/p5-Test-Taint \ - p5-Test-Warn>=0.11:devel/p5-Test-Warn + p5-Test-Warn>=0.11:devel/p5-Test-Warn \ + p5-Test-Warnings>=0:devel/p5-Test-Warnings NO_ARCH= yes USES= perl5 @@ -41,6 +45,5 @@ OPTIONS_DEFINE= DOCS post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR}) - @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." .include <bsd.port.mk> Modified: head/www/p5-WWW-Mechanize/distinfo ============================================================================== --- head/www/p5-WWW-Mechanize/distinfo Mon Oct 10 21:05:39 2016 (r423723) +++ head/www/p5-WWW-Mechanize/distinfo Mon Oct 10 21:11:20 2016 (r423724) @@ -1,3 +1,3 @@ -TIMESTAMP = 1474186068 -SHA256 (WWW-Mechanize-1.79.tar.gz) = 196c29aeb74ada424d79781770e3e4ff7e293cee0c210b8f50e0e34d3c124708 -SIZE (WWW-Mechanize-1.79.tar.gz) = 156998 +TIMESTAMP = 1476113463 +SHA256 (WWW-Mechanize-1.82.tar.gz) = 1a4a38961797340e6c66a73bd1492fd18630b3afc8317d82aa53558f821f59a9 +SIZE (WWW-Mechanize-1.82.tar.gz) = 159245
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610102111.u9ALBKHc074023>