From owner-svn-ports-head@freebsd.org Wed Nov 14 21:44:13 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3498611008BE; Wed, 14 Nov 2018 21:44:13 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A49006E7DC; Wed, 14 Nov 2018 21:44:12 +0000 (UTC) (envelope-from sunpoet@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4B1A624C75; Wed, 14 Nov 2018 21:44:11 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wAELiBPj069695; Wed, 14 Nov 2018 21:44:11 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wAELiAQE069693; Wed, 14 Nov 2018 21:44:10 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201811142144.wAELiAQE069693@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 14 Nov 2018 21:44:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r484957 - head/www/p5-WWW-Mechanize X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/p5-WWW-Mechanize X-SVN-Commit-Revision: 484957 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: A49006E7DC X-Spamd-Result: default: False [-106.88 / 200.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; ALLOW_DOMAIN_WHITELIST(-100.00)[FreeBSD.org]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; HAS_XAW(0.00)[]; R_SPF_SOFTFAIL(0.00)[~all]; DMARC_NA(0.00)[FreeBSD.org]; RCVD_COUNT_THREE(0.00)[4]; MX_GOOD(-0.01)[cached: mx1.FreeBSD.org]; NEURAL_HAM_SHORT(-1.00)[-1.000,0]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; IP_SCORE(-3.77)[ip: (-9.91), ipnet: 2610:1c1:1::/48(-4.93), asn: 11403(-3.91), country: US(-0.10)] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 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: Wed, 14 Nov 2018 21:44:13 -0000 Author: sunpoet Date: Wed Nov 14 21:44:10 2018 New Revision: 484957 URL: https://svnweb.freebsd.org/changeset/ports/484957 Log: Update to 1.90 - Add LICENSE_FILE - Add more TEST_DEPENDS 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 Wed Nov 14 21:44:02 2018 (r484956) +++ head/www/p5-WWW-Mechanize/Makefile Wed Nov 14 21:44:10 2018 (r484957) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= WWW-Mechanize -PORTVERSION= 1.89 +PORTVERSION= 1.90 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -18,11 +18,13 @@ BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-CGI>=4.08:www/p5-CGI \ p5-HTML-Form>=6:www/p5-HTML-Form \ p5-HTML-Parser>=3.33:www/p5-HTML-Parser \ - p5-HTML-Tree>=0:www/p5-HTML-Tree \ + p5-HTML-Tree>=5:www/p5-HTML-Tree \ p5-HTTP-Server-Simple>=0.35:www/p5-HTTP-Server-Simple \ p5-URI>=0:net/p5-URI \ p5-libwww>=5.829:www/p5-libwww -TEST_DEPENDS= p5-Test-Deep>=0:devel/p5-Test-Deep \ +TEST_DEPENDS= p5-Perl-Critic>=0:textproc/p5-Perl-Critic \ + p5-Perl-Tidy>=0:devel/p5-Perl-Tidy \ + 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 \ @@ -32,9 +34,10 @@ TEST_DEPENDS= p5-Test-Deep>=0:devel/p5-Test-Deep \ p5-Test-Warn>=0.11:devel/p5-Test-Warn \ p5-Test-Warnings>=0:devel/p5-Test-Warnings -NO_ARCH= yes USES= perl5 USE_PERL5= configure + +NO_ARCH= yes DOCS= Changes etc/www-mechanize-logo.png PORTDOCS= ${DOCS:T} Modified: head/www/p5-WWW-Mechanize/distinfo ============================================================================== --- head/www/p5-WWW-Mechanize/distinfo Wed Nov 14 21:44:02 2018 (r484956) +++ head/www/p5-WWW-Mechanize/distinfo Wed Nov 14 21:44:10 2018 (r484957) @@ -1,3 +1,3 @@ -TIMESTAMP = 1539962961 -SHA256 (WWW-Mechanize-1.89.tar.gz) = b09e88254b5f9a1b3ea38b3998a308e0e8b0d23e724c1337e2d146bc8519bdd7 -SIZE (WWW-Mechanize-1.89.tar.gz) = 175938 +TIMESTAMP = 1542202585 +SHA256 (WWW-Mechanize-1.90.tar.gz) = 84e46b44c0b2ff59f8e01ac1ac0b749ffcbf3bb8daa14c3c89950d62a04d110d +SIZE (WWW-Mechanize-1.90.tar.gz) = 176285