From owner-svn-ports-head@freebsd.org Wed Jul 8 20:31:41 2015 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 EAE7A9973B1; Wed, 8 Jul 2015 20:31:40 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 D00241D79; Wed, 8 Jul 2015 20:31:40 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t68KVe4I028407; Wed, 8 Jul 2015 20:31:40 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t68KVeJa028405; Wed, 8 Jul 2015 20:31:40 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507082031.t68KVeJa028405@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, 8 Jul 2015 20:31:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391596 - head/www/p5-Dancer2 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.20 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, 08 Jul 2015 20:31:41 -0000 Author: sunpoet Date: Wed Jul 8 20:31:39 2015 New Revision: 391596 URL: https://svnweb.freebsd.org/changeset/ports/391596 Log: - Update to 0.161000 Changes: http://search.cpan.org/dist/Dancer2/Changes Modified: head/www/p5-Dancer2/Makefile head/www/p5-Dancer2/distinfo Modified: head/www/p5-Dancer2/Makefile ============================================================================== --- head/www/p5-Dancer2/Makefile Wed Jul 8 20:31:34 2015 (r391595) +++ head/www/p5-Dancer2/Makefile Wed Jul 8 20:31:39 2015 (r391596) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Dancer2 -PORTVERSION= 0.160003 +PORTVERSION= 0.161000 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -16,7 +16,7 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-App-Cmd>=0:${PORTSDIR}/devel/p5-App-Cmd \ p5-Capture-Tiny>=0.12:${PORTSDIR}/devel/p5-Capture-Tiny \ p5-Class-Load>=0:${PORTSDIR}/devel/p5-Class-Load \ - p5-Crypt-URandom>0:${PORTSDIR}/security/p5-Crypt-URandom \ + p5-Crypt-URandom>=0:${PORTSDIR}/security/p5-Crypt-URandom \ p5-Config-Any>=0:${PORTSDIR}/devel/p5-Config-Any \ p5-File-ShareDir-Install>=0:${PORTSDIR}/devel/p5-File-ShareDir-Install \ p5-Hash-Merge-Simple>=0:${PORTSDIR}/devel/p5-Hash-Merge-Simple \ @@ -28,7 +28,7 @@ BUILD_DEPENDS= p5-App-Cmd>=0:${PORTSDIR} p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64 \ p5-Moo>=0.09014:${PORTSDIR}/devel/p5-Moo \ p5-MooX-Types-MooseLike-Numeric>=0:${PORTSDIR}/devel/p5-MooX-Types-MooseLike-Numeric \ - p5-Plack>=1.0029:${PORTSDIR}/www/p5-Plack \ + p5-Plack>=1.0035:${PORTSDIR}/www/p5-Plack \ p5-Plack-Middleware-FixMissingBodyInRedirect>=0:${PORTSDIR}/www/p5-Plack-Middleware-FixMissingBodyInRedirect \ p5-Plack-Middleware-RemoveRedundantBody>=0:${PORTSDIR}/www/p5-Plack-Middleware-RemoveRedundantBody \ p5-Return-MultiLevel>=0:${PORTSDIR}/devel/p5-Return-MultiLevel \ @@ -41,11 +41,8 @@ BUILD_DEPENDS= p5-App-Cmd>=0:${PORTSDIR} RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message \ p5-LWP-Protocol-PSGI>=0.06:${PORTSDIR}/www/p5-LWP-Protocol-PSGI \ - p5-LWP-Protocol-https>0:${PORTSDIR}/www/p5-LWP-Protocol-https \ - p5-Test-Fatal>0:${PORTSDIR}/devel/p5-Test-Fatal \ - p5-Test-Memory-Cycle>=0:${PORTSDIR}/devel/p5-Test-Memory-Cycle \ - p5-Test-MockTime>=0:${PORTSDIR}/devel/p5-Test-MockTime \ - p5-Test-TCP>0:${PORTSDIR}/devel/p5-Test-TCP \ + p5-LWP-Protocol-https>=0:${PORTSDIR}/www/p5-LWP-Protocol-https \ + p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal \ ${XS_BUILD_DEPENDS} OPTIONS_DEFINE= XS Modified: head/www/p5-Dancer2/distinfo ============================================================================== --- head/www/p5-Dancer2/distinfo Wed Jul 8 20:31:34 2015 (r391595) +++ head/www/p5-Dancer2/distinfo Wed Jul 8 20:31:39 2015 (r391596) @@ -1,2 +1,2 @@ -SHA256 (Dancer2-0.160003.tar.gz) = 43373271bb560e4b8f30594c65160ddc6e6032f67a4fe5d17700ca1734a41ed5 -SIZE (Dancer2-0.160003.tar.gz) = 312429 +SHA256 (Dancer2-0.161000.tar.gz) = 1ac2f11604684a2390dbf7be41504e2e4508e49bdb730b012bd6d7be0d04cef8 +SIZE (Dancer2-0.161000.tar.gz) = 314343