From owner-svn-ports-all@FreeBSD.ORG Thu Mar 12 19:39:59 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E2482330; Thu, 12 Mar 2015 19:39: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 B4A75E5A; Thu, 12 Mar 2015 19:39: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 t2CJdx5R080559; Thu, 12 Mar 2015 19:39:59 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t2CJdwKE080556; Thu, 12 Mar 2015 19:39:58 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201503121939.t2CJdwKE080556@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Thu, 12 Mar 2015 19:39:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r381148 - in head: devel/p5-Class-C3 devel/p5-Moo 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.18-1 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: Thu, 12 Mar 2015 19:40:00 -0000 Author: adamw Date: Thu Mar 12 19:39:57 2015 New Revision: 381148 URL: https://svnweb.freebsd.org/changeset/ports/381148 QAT: https://qat.redports.org/buildarchive/r381148/ Log: Use XS from bsd.options.desc.mk. Modified: head/devel/p5-Class-C3/Makefile head/devel/p5-Moo/Makefile head/www/p5-Dancer2/Makefile Modified: head/devel/p5-Class-C3/Makefile ============================================================================== --- head/devel/p5-Class-C3/Makefile Thu Mar 12 19:30:57 2015 (r381147) +++ head/devel/p5-Class-C3/Makefile Thu Mar 12 19:39:57 2015 (r381148) @@ -11,19 +11,14 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Pragma to use the C3 method resolution order algorithm OPTIONS_DEFINE= XS -XS_DESC= XS speed optimizations USES= perl5 USE_PERL5= configure -.include +XS_BUILD_DEPENDS= p5-Class-C3-XS>=0.13:${PORTSDIR}/devel/p5-Class-C3-XS +XS_RUN_DEPENDS= p5-Class-C3-XS>=0.13:${PORTSDIR}/devel/p5-Class-C3-XS -.if ${PORT_OPTIONS:MXS} -BUILD_DEPENDS+= p5-Class-C3-XS>=0.13:${PORTSDIR}/devel/p5-Class-C3-XS -RUN_DEPENDS+= p5-Class-C3-XS>=0.13:${PORTSDIR}/devel/p5-Class-C3-XS -.else -BUILD_DEPENDS+= p5-Algorithm-C3>=0.07:${PORTSDIR}/devel/p5-Algorithm-C3 -RUN_DEPENDS+= p5-Algorithm-C3>=0.07:${PORTSDIR}/devel/p5-Algorithm-C3 -.endif +XS_BUILD_DEPENDS_OFF= p5-Algorithm-C3>=0.07:${PORTSDIR}/devel/p5-Algorithm-C3 +XS_RUN_DEPENDS_OFF= p5-Algorithm-C3>=0.07:${PORTSDIR}/devel/p5-Algorithm-C3 .include Modified: head/devel/p5-Moo/Makefile ============================================================================== --- head/devel/p5-Moo/Makefile Thu Mar 12 19:30:57 2015 (r381147) +++ head/devel/p5-Moo/Makefile Thu Mar 12 19:39:57 2015 (r381148) @@ -26,7 +26,6 @@ USES= perl5 USE_PERL5= configure OPTIONS_DEFINE= XS -XS_DESC= Use XS libraries for speed boost XS_BUILD_DEPENDS= p5-Class-XSAccessor>=1.18:${PORTSDIR}/devel/p5-Class-XSAccessor \ p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils Modified: head/www/p5-Dancer2/Makefile ============================================================================== --- head/www/p5-Dancer2/Makefile Thu Mar 12 19:30:57 2015 (r381147) +++ head/www/p5-Dancer2/Makefile Thu Mar 12 19:39:57 2015 (r381148) @@ -47,8 +47,7 @@ TEST_DEPENDS= p5-Test-Memory-Cycle>=0:${ p5-LWP-Protocol-https>0:${PORTSDIR}/www/p5-LWP-Protocol-https \ p5-LWP-Protocol-PSGI>=0.06:${PORTSDIR}/www/p5-LWP-Protocol-PSGI -OPTIONS_DEFINE= XS -XS_DESC= Use XS modules for speed boost +OPTIONS_DEFINE= XS XS_BUILD_DEPENDS= p5-CGI-Deurl-XS>=0:${PORTSDIR}/www/p5-CGI-Deurl-XS \ p5-JSON-XS>=0:${PORTSDIR}/converters/p5-JSON-XS \