From owner-svn-ports-head@freebsd.org Mon Oct 10 21:11:21 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DDFDEC0C853; Mon, 10 Oct 2016 21:11:21 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8D4ED355; Mon, 10 Oct 2016 21:11:21 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9ALBKlg074025; Mon, 10 Oct 2016 21:11:20 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9ALBKHc074023; Mon, 10 Oct 2016 21:11:20 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201610102111.u9ALBKHc074023@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Mon, 10 Oct 2016 21:11:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423724 - head/www/p5-WWW-Mechanize X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2016 21:11:22 -0000 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 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