From owner-svn-ports-all@freebsd.org Mon Sep 7 17:56:30 2015 Return-Path: Delivered-To: svn-ports-all@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 4A3699CCEC0; Mon, 7 Sep 2015 17:56:30 +0000 (UTC) (envelope-from adamw@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 3B3C913A3; Mon, 7 Sep 2015 17:56:30 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t87HuU5g079113; Mon, 7 Sep 2015 17:56:30 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t87HuUgY079112; Mon, 7 Sep 2015 17:56:30 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201509071756.t87HuUgY079112@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Mon, 7 Sep 2015 17:56:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r396333 - 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: Mon, 07 Sep 2015 17:56:30 -0000 Author: adamw Date: Mon Sep 7 17:56:29 2015 New Revision: 396333 URL: https://svnweb.freebsd.org/changeset/ports/396333 Log: Piggyback off the previous commit. Add two more modules two TEST_DEPENDS to enable the full test suite, and add two more XS modules to the XS option that should have meaningful effects. Modified: head/www/p5-Dancer2/Makefile Modified: head/www/p5-Dancer2/Makefile ============================================================================== --- head/www/p5-Dancer2/Makefile Mon Sep 7 17:55:43 2015 (r396332) +++ head/www/p5-Dancer2/Makefile Mon Sep 7 17:56:29 2015 (r396333) @@ -43,12 +43,16 @@ TEST_DEPENDS= p5-HTTP-Message>=0:${PORTS 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 \ ${XS_BUILD_DEPENDS} OPTIONS_DEFINE= XS XS_BUILD_DEPENDS= p5-CGI-Deurl-XS>=0:${PORTSDIR}/www/p5-CGI-Deurl-XS \ + p5-Class-Load-XS>=0:${PORTSDIR}/devel/p5-Class-Load-XS \ p5-JSON-XS>=0:${PORTSDIR}/converters/p5-JSON-XS \ + p5-Scope-Upper>=0:${PORTSDIR}/devel/p5-Scope-Upper \ p5-URL-Encode-XS>=0:${PORTSDIR}/www/p5-URL-Encode-XS \ p5-YAML-LibYAML>=0:${PORTSDIR}/textproc/p5-YAML-LibYAML XS_RUN_DEPENDS= ${XS_BUILD_DEPENDS}