From owner-svn-ports-all@FreeBSD.ORG Wed Feb 25 17:42: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 AA58D5D5; Wed, 25 Feb 2015 17:42: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 8B8AFBE8; Wed, 25 Feb 2015 17:42: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 t1PHgxv4030711; Wed, 25 Feb 2015 17:42:59 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1PHgxZT030710; Wed, 25 Feb 2015 17:42:59 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201502251742.t1PHgxZT030710@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Wed, 25 Feb 2015 17:42:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379930 - 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.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: Wed, 25 Feb 2015 17:42:59 -0000 Author: adamw Date: Wed Feb 25 17:42:58 2015 New Revision: 379930 URL: https://svnweb.freebsd.org/changeset/ports/379930 QAT: https://qat.redports.org/buildarchive/r379930/ Log: Remove a number of unused dependencies. p5-HTTP-Server-Simple-PSGI support was removed p5-LWP-Protocol-PSGI is for testing p5-Path-Class isn't used p5-URI-Escape-XS isn't used; it wants p5-URI instead While here, add an XS option that depends on optional XS modules: p5-CGI-Deurl-XS p5-URL-Encode-XS p5-JSON-XS p5-YAML-LibYAML (moved from BUILD_DEPENDS to here) PORTREVISION bump for these changes. Modified: head/www/p5-Dancer2/Makefile Modified: head/www/p5-Dancer2/Makefile ============================================================================== --- head/www/p5-Dancer2/Makefile Wed Feb 25 17:41:32 2015 (r379929) +++ head/www/p5-Dancer2/Makefile Wed Feb 25 17:42:58 2015 (r379930) @@ -3,6 +3,7 @@ PORTNAME= Dancer2 PORTVERSION= 0.159001 +PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -24,13 +25,10 @@ RUN_DEPENDS= p5-App-Cmd>=0:${PORTSDIR}/d p5-HTTP-Body>=0:${PORTSDIR}/www/p5-HTTP-Body \ p5-HTTP-Date>=0:${PORTSDIR}/www/p5-HTTP-Date \ p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message \ - p5-HTTP-Server-Simple-PSGI>=0:${PORTSDIR}/www/p5-HTTP-Server-Simple-PSGI \ p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \ - p5-LWP-Protocol-PSGI>=0.06:${PORTSDIR}/www/p5-LWP-Protocol-PSGI \ 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-Path-Class>=0:${PORTSDIR}/devel/p5-Path-Class \ p5-Plack>=0:${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 \ @@ -38,16 +36,25 @@ RUN_DEPENDS= p5-App-Cmd>=0:${PORTSDIR}/d p5-Safe-Isa>=0:${PORTSDIR}/devel/p5-Safe-Isa \ p5-Template-Tiny>=0:${PORTSDIR}/textproc/p5-Template-Tiny \ p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit \ - p5-URI-Escape-XS>=0:${PORTSDIR}/www/p5-URI-Escape-XS \ + p5-URI>=0:${PORTSDIR}/net/p5-URI \ p5-YAML>=0.71:${PORTSDIR}/textproc/p5-YAML \ - p5-YAML-LibYAML>=0:${PORTSDIR}/textproc/p5-YAML-LibYAML \ 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 \ p5-Test-Fatal>0:${PORTSDIR}/devel/p5-Test-Fatal \ p5-Test-TCP>0:${PORTSDIR}/devel/p5-Test-TCP \ - p5-LWP-Protocol-https>0:${PORTSDIR}/www/p5-LWP-Protocol-https + 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 + +XS_BUILD_DEPENDS= p5-CGI-Deurl-XS>=0:${PORTSDIR}/www/p5-CGI-Deurl-XS \ + p5-JSON-XS>=0:${PORTSDIR}/converters/p5-JSON-XS \ + 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} USES= perl5 USE_PERL5= configure