From owner-svn-ports-all@FreeBSD.ORG Fri May 15 15:31:59 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 51CD7A51; Fri, 15 May 2015 15:31:59 +0000 (UTC) Received: from svn.freebsd.org (svn.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 2571E1B63; Fri, 15 May 2015 15:31:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4FFVxLq007392; Fri, 15 May 2015 15:31:59 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4FFVwZw007040; Fri, 15 May 2015 15:31:58 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201505151531.t4FFVwZw007040@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Fri, 15 May 2015 15:31:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386416 - 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-all@freebsd.org X-Mailman-Version: 2.1.20 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: Fri, 15 May 2015 15:31:59 -0000 Author: adamw Date: Fri May 15 15:31:58 2015 New Revision: 386416 URL: https://svnweb.freebsd.org/changeset/ports/386416 Log: Update to 0.160001. While here, sort TEST_DEPENDS, and add the XS modules to it. 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 Fri May 15 15:29:45 2015 (r386415) +++ head/www/p5-Dancer2/Makefile Fri May 15 15:31:58 2015 (r386416) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Dancer2 -PORTVERSION= 0.160000 +PORTVERSION= 0.160001 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -36,15 +36,16 @@ RUN_DEPENDS= p5-App-Cmd>=0:${PORTSDIR}/d p5-Template-Tiny>=0:${PORTSDIR}/textproc/p5-Template-Tiny \ p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit \ p5-URI>=0:${PORTSDIR}/net/p5-URI \ - p5-YAML>=0.71:${PORTSDIR}/textproc/p5-YAML \ + p5-YAML>=0.86:${PORTSDIR}/textproc/p5-YAML \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww BUILD_DEPENDS:= ${RUN_DEPENDS} -TEST_DEPENDS= p5-Test-Memory-Cycle>=0:${PORTSDIR}/devel/p5-Test-Memory-Cycle \ - p5-Test-MockTime>=0:${PORTSDIR}/devel/p5-Test-MockTime \ +TEST_DEPENDS= 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-LWP-Protocol-PSGI>=0.06:${PORTSDIR}/www/p5-LWP-Protocol-PSGI + ${XS_BUILD_DEPENDS} OPTIONS_DEFINE= XS Modified: head/www/p5-Dancer2/distinfo ============================================================================== --- head/www/p5-Dancer2/distinfo Fri May 15 15:29:45 2015 (r386415) +++ head/www/p5-Dancer2/distinfo Fri May 15 15:31:58 2015 (r386416) @@ -1,2 +1,2 @@ -SHA256 (Dancer2-0.160000.tar.gz) = c7910cc2141922497785bdc8d7959af185fdeaca20c8de962230c15c2d4f37d3 -SIZE (Dancer2-0.160000.tar.gz) = 311343 +SHA256 (Dancer2-0.160001.tar.gz) = 942731535205213cdc314b66643707d29b2c346107247149d61658813def60d6 +SIZE (Dancer2-0.160001.tar.gz) = 311643