diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-10-07 01:23:58 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-10-07 01:23:58 +0800 |
commit | 500526bfe1da8b53ed910d6532b8336e74bf3a68 (patch) | |
tree | 250d8244e457699a75647a2e02c6fc217e477796 /www/p5-FCGI-Engine | |
parent | 3849fdbf01cca66340fcdaa5eb56caa59fe5900f (diff) | |
download | freebsd-ports-gnome-500526bfe1da8b53ed910d6532b8336e74bf3a68.tar.gz freebsd-ports-gnome-500526bfe1da8b53ed910d6532b8336e74bf3a68.tar.zst freebsd-ports-gnome-500526bfe1da8b53ed910d6532b8336e74bf3a68.zip |
- Update to 0.19
- Add TEST_DEPENDS
Changes: http://search.cpan.org/dist/FCGI-Engine/Changes
Diffstat (limited to 'www/p5-FCGI-Engine')
-rw-r--r-- | www/p5-FCGI-Engine/Makefile | 31 | ||||
-rw-r--r-- | www/p5-FCGI-Engine/distinfo | 4 | ||||
-rw-r--r-- | www/p5-FCGI-Engine/pkg-plist | 2 |
3 files changed, 24 insertions, 13 deletions
diff --git a/www/p5-FCGI-Engine/Makefile b/www/p5-FCGI-Engine/Makefile index cf869a8d8555..8a54d6aa3a05 100644 --- a/www/p5-FCGI-Engine/Makefile +++ b/www/p5-FCGI-Engine/Makefile @@ -6,7 +6,7 @@ # PORTNAME= FCGI-Engine -PORTVERSION= 0.18 +PORTVERSION= 0.19 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,17 +14,19 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= A flexible engine for running FCGI-based applications -BUILD_DEPENDS= \ - p5-Moose>=1.21:${PORTSDIR}/devel/p5-Moose \ - p5-MooseX-Daemonize>=0.12:${PORTSDIR}/devel/p5-MooseX-Daemonize \ - p5-MooseX-Getopt>=0.33:${PORTSDIR}/devel/p5-MooseX-Getopt \ - p5-MooseX-Types-Path-Class>=0.05:${PORTSDIR}/devel/p5-MooseX-Types-Path-Class \ - p5-CGI-Simple>=1.112:${PORTSDIR}/www/p5-CGI-Simple \ - p5-Test-WWW-Mechanize>=1.30:${PORTSDIR}/devel/p5-Test-WWW-Mechanize \ - p5-Test-Exception>=0.31:${PORTSDIR}/devel/p5-Test-Exception \ - p5-Declare-Constraints-Simple>=0.03:${PORTSDIR}/devel/p5-Declare-Constraints-Simple +BUILD_DEPENDS= p5-CGI-Simple>=0:${PORTSDIR}/www/p5-CGI-Simple \ + p5-Config-Any>=0:${PORTSDIR}/devel/p5-Config-Any \ + p5-Declare-Constraints-Simple>=0:${PORTSDIR}/devel/p5-Declare-Constraints-Simple \ + p5-FCGI>=0:${PORTSDIR}/www/p5-FCGI \ + p5-Moose>=0.93:${PORTSDIR}/devel/p5-Moose \ + p5-MooseX-Daemonize>=0.09:${PORTSDIR}/devel/p5-MooseX-Daemonize \ + p5-MooseX-Getopt>=0.26:${PORTSDIR}/devel/p5-MooseX-Getopt \ + p5-MooseX-Types-Path-Class>=0:${PORTSDIR}/devel/p5-MooseX-Types-Path-Class RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \ + p5-Test-WWW-Mechanize>=0:${PORTSDIR}/devel/p5-Test-WWW-Mechanize + PERL_CONFIGURE= yes MAN3= FCGI::Engine.3 \ @@ -35,10 +37,17 @@ MAN3= FCGI::Engine.3 \ FCGI::Engine::Manager::Server::Plackup.3 \ FCGI::Engine::PSGI.3 \ FCGI::Engine::ProcManager.3 \ + FCGI::Engine::ProcManager::Constrained.3 \ FCGI::Engine::Types.3 \ Plack::Handler::FCGI::Engine.3 \ Plack::Handler::FCGI::Engine::ProcManager.3 \ Plack::Server::FCGI::Engine.3 \ Plack::Server::FCGI::Engine::ProcManager.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 501001 +TEST_DEPENDS+= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple +.endif + +.include <bsd.port.post.mk> diff --git a/www/p5-FCGI-Engine/distinfo b/www/p5-FCGI-Engine/distinfo index 3326b8ebebdf..43336078dc25 100644 --- a/www/p5-FCGI-Engine/distinfo +++ b/www/p5-FCGI-Engine/distinfo @@ -1,2 +1,2 @@ -SHA256 (FCGI-Engine-0.18.tar.gz) = 178c4d3ab86868dfb7acf3863142b2be9f67099e3f74166d03c451ec6e609e2e -SIZE (FCGI-Engine-0.18.tar.gz) = 35798 +SHA256 (FCGI-Engine-0.19.tar.gz) = f2ca75a6b63262f22645d366e3f2854eb1e5a18cf50f1672ae8ff2f0173f6095 +SIZE (FCGI-Engine-0.19.tar.gz) = 41688 diff --git a/www/p5-FCGI-Engine/pkg-plist b/www/p5-FCGI-Engine/pkg-plist index 47faa814d4c5..ac54dabcb812 100644 --- a/www/p5-FCGI-Engine/pkg-plist +++ b/www/p5-FCGI-Engine/pkg-plist @@ -6,6 +6,7 @@ %%SITE_PERL%%/FCGI/Engine/Manager/Server/Plackup.pm %%SITE_PERL%%/FCGI/Engine/PSGI.pm %%SITE_PERL%%/FCGI/Engine/ProcManager.pm +%%SITE_PERL%%/FCGI/Engine/ProcManager/Constrained.pm %%SITE_PERL%%/FCGI/Engine/Types.pm %%SITE_PERL%%/Plack/Handler/FCGI/Engine.pm %%SITE_PERL%%/Plack/Handler/FCGI/Engine/ProcManager.pm @@ -21,6 +22,7 @@ @dirrmtry %%SITE_PERL%%/Plack/Handler/FCGI @dirrmtry %%SITE_PERL%%/Plack/Handler @dirrmtry %%SITE_PERL%%/Plack +@dirrmtry %%SITE_PERL%%/FCGI/Engine/ProcManager @dirrmtry %%SITE_PERL%%/FCGI/Engine/Manager/Server @dirrmtry %%SITE_PERL%%/FCGI/Engine/Manager @dirrmtry %%SITE_PERL%%/FCGI/Engine |