From owner-svn-ports-all@freebsd.org Sun Jun 10 01:02:22 2018 Return-Path: Delivered-To: svn-ports-all@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 F2093100764E; Sun, 10 Jun 2018 01:02:21 +0000 (UTC) (envelope-from wen@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 A07A681BE4; Sun, 10 Jun 2018 01:02:21 +0000 (UTC) (envelope-from wen@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 8194525903; Sun, 10 Jun 2018 01:02:21 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w5A12LxB041497; Sun, 10 Jun 2018 01:02:21 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5A12L2F041495; Sun, 10 Jun 2018 01:02:21 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201806100102.w5A12L2F041495@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Sun, 10 Jun 2018 01:02:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r472109 - head/www/p5-Dancer2 X-SVN-Group: ports-head X-SVN-Commit-Author: wen X-SVN-Commit-Paths: head/www/p5-Dancer2 X-SVN-Commit-Revision: 472109 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Jun 2018 01:02:22 -0000 Author: wen Date: Sun Jun 10 01:02:20 2018 New Revision: 472109 URL: https://svnweb.freebsd.org/changeset/ports/472109 Log: - Update to 0.206000 Changes: https://metacpan.org/changes/distribution/Dancer2 Modified: head/www/p5-Dancer2/Makefile head/www/p5-Dancer2/distinfo Modified: head/www/p5-Dancer2/Makefile ============================================================================== --- head/www/p5-Dancer2/Makefile Sun Jun 10 00:56:18 2018 (r472108) +++ head/www/p5-Dancer2/Makefile Sun Jun 10 01:02:20 2018 (r472109) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Dancer2 -PORTVERSION= 0.205002 +PORTVERSION= 0.206000 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -18,6 +18,7 @@ BUILD_DEPENDS= p5-App-Cmd>=0:devel/p5-App-Cmd \ p5-Capture-Tiny>=0.12:devel/p5-Capture-Tiny \ p5-Crypt-URandom>=0:security/p5-Crypt-URandom \ p5-Config-Any>=0:devel/p5-Config-Any \ + p5-File-Share>=0:devel/p5-File-Share \ p5-File-ShareDir-Install>=0.06:devel/p5-File-ShareDir-Install \ p5-Hash-Merge-Simple>=0:devel/p5-Hash-Merge-Simple \ p5-HTTP-Body>=0:www/p5-HTTP-Body \ @@ -29,7 +30,7 @@ BUILD_DEPENDS= p5-App-Cmd>=0:devel/p5-App-Cmd \ p5-JSON-MaybeXS>=0:converters/p5-JSON-MaybeXS \ p5-Module-Runtime>=0:devel/p5-Module-Runtime \ p5-Moo>=2.000000:devel/p5-Moo \ - p5-Plack>=1.0035:www/p5-Plack \ + p5-Plack>=1.0040:www/p5-Plack \ p5-Plack-Middleware-FixMissingBodyInRedirect>=0:www/p5-Plack-Middleware-FixMissingBodyInRedirect \ p5-Plack-Middleware-RemoveRedundantBody>=0:www/p5-Plack-Middleware-RemoveRedundantBody \ p5-Ref-Util>=0:devel/p5-Ref-Util \ @@ -49,6 +50,7 @@ TEST_DEPENDS= p5-AnyEvent>=0:devel/p5-AnyEvent \ p5-HTTP-Message>=0:www/p5-HTTP-Message \ p5-LWP-Protocol-PSGI>=0.06:www/p5-LWP-Protocol-PSGI \ p5-LWP-Protocol-https>=0:www/p5-LWP-Protocol-https \ + p5-Test-CPAN-Meta>=0:devel/p5-Test-CPAN-Meta \ p5-Test-EOL>=0:devel/p5-Test-EOL \ p5-Test-Fatal>=0:devel/p5-Test-Fatal \ p5-Test-Memory-Cycle>=0:devel/p5-Test-Memory-Cycle \ Modified: head/www/p5-Dancer2/distinfo ============================================================================== --- head/www/p5-Dancer2/distinfo Sun Jun 10 00:56:18 2018 (r472108) +++ head/www/p5-Dancer2/distinfo Sun Jun 10 01:02:20 2018 (r472109) @@ -1,3 +1,3 @@ -TIMESTAMP = 1508339895 -SHA256 (Dancer2-0.205002.tar.gz) = df0bfbaf150fb31abb3b57636b7c1b9832f5c0b2d03e37d2e2e74c080278da59 -SIZE (Dancer2-0.205002.tar.gz) = 368450 +TIMESTAMP = 1527070572 +SHA256 (Dancer2-0.206000.tar.gz) = cbe5fc167a4976ab20dd96bcbdf160dcf39405525583cca9821e286cb66b9be6 +SIZE (Dancer2-0.206000.tar.gz) = 361953