From owner-svn-ports-head@freebsd.org Thu Jun 23 16:43:57 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 B3E83B7387B; Thu, 23 Jun 2016 16:43:57 +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 6A43F2B05; Thu, 23 Jun 2016 16:43:57 +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 u5NGhukh041690; Thu, 23 Jun 2016 16:43:56 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u5NGhuGY041688; Thu, 23 Jun 2016 16:43:56 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201606231643.u5NGhuGY041688@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Thu, 23 Jun 2016 16:43:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r417388 - 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.22 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: Thu, 23 Jun 2016 16:43:57 -0000 Author: adamw Date: Thu Jun 23 16:43:56 2016 New Revision: 417388 URL: https://svnweb.freebsd.org/changeset/ports/417388 Log: Update to 0.200002. Add p5-AnyEvent to TEST_DEPENDS. Activate the XS option by default. 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 Thu Jun 23 16:42:36 2016 (r417387) +++ head/www/p5-Dancer2/Makefile Thu Jun 23 16:43:56 2016 (r417388) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Dancer2 -PORTVERSION= 0.200001 +PORTVERSION= 0.200002 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -38,17 +38,18 @@ BUILD_DEPENDS= p5-App-Cmd>=0:devel/p5-Ap p5-URI>=0:net/p5-URI \ p5-libwww>=0:www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-HTTP-Message>=0:www/p5-HTTP-Message \ +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-Template-Toolkit>=0:www/p5-Template-Toolkit \ p5-Test-Fatal>=0:devel/p5-Test-Fatal \ p5-Test-Memory-Cycle>=0:devel/p5-Test-Memory-Cycle \ p5-Test-MockTime>=0:devel/p5-Test-MockTime \ - p5-YAML>=0.86:textproc/p5-YAML \ - ${XS_BUILD_DEPENDS} + p5-YAML>=0.86:textproc/p5-YAML OPTIONS_DEFINE= XS +OPTIONS_DEFAULT= XS XS_BUILD_DEPENDS= p5-CGI-Deurl-XS>=0:www/p5-CGI-Deurl-XS \ p5-Class-Load-XS>=0:devel/p5-Class-Load-XS \ Modified: head/www/p5-Dancer2/distinfo ============================================================================== --- head/www/p5-Dancer2/distinfo Thu Jun 23 16:42:36 2016 (r417387) +++ head/www/p5-Dancer2/distinfo Thu Jun 23 16:43:56 2016 (r417388) @@ -1,3 +1,3 @@ -TIMESTAMP = 1466162550 -SHA256 (Dancer2-0.200001.tar.gz) = 2f0de7f819f28d65d5f798d9ad0c2fab2b5988f15f0c6c5501824433e9a0df16 -SIZE (Dancer2-0.200001.tar.gz) = 336887 +TIMESTAMP = 1466699754 +SHA256 (Dancer2-0.200002.tar.gz) = 5c39f924adf137919284a96bd12ba53d6fff7076da391510840a5dbe3347539d +SIZE (Dancer2-0.200002.tar.gz) = 339400