1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-17 08:01:36 +00:00

Upgrade to 0.1.5.

This commit is contained in:
Jun Kuriyama 2009-03-28 07:58:38 +00:00
parent fa12cde444
commit ec1fa4e4d7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=231180
3 changed files with 9 additions and 6 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= HTTP-Engine
PORTVERSION= 0.1.4
PORTVERSION= 0.1.5
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@ -15,8 +15,8 @@ MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl extension for HTTP Server Engine Drivers
RUN_DEPENDS= \
p5-Any-Moose>=0.04:${PORTSDIR}/devel/p5-Any-Moose \
p5-Mouse>=0.17:${PORTSDIR}/devel/p5-Moose \
p5-Any-Moose>=0.05:${PORTSDIR}/devel/p5-Any-Moose \
p5-Mouse>=0.19:${PORTSDIR}/devel/p5-Moose \
p5-MouseX-Types>=0.01:${PORTSDIR}/devel/p5-MouseX-Types \
p5-Class-Method-Modifiers>=0:${PORTSDIR}/devel/p5-Class-Method-Modifiers \
p5-CGI-Simple>=1.103:${PORTSDIR}/www/p5-CGI-Simple \
@ -42,6 +42,7 @@ MAN3= HTTP::Engine.3 \
HTTP::Engine::Request::Upload.3 \
HTTP::Engine::Response.3 \
HTTP::Engine::Role::Interface.3 \
HTTP::Engine::Test::Request.3 \
HTTP::Engine::Types::Core.3
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
MD5 (HTTP-Engine-0.1.4.tar.gz) = 16d7151ba6fcf371538d6eb91e361177
SHA256 (HTTP-Engine-0.1.4.tar.gz) = 0f56413ac0816a52d869eb0a653bc55291ac9ed7eda2210594435a1c9eeb448f
SIZE (HTTP-Engine-0.1.4.tar.gz) = 106029
MD5 (HTTP-Engine-0.1.5.tar.gz) = 74fcce3cca9d6433d4e4e528f7bf6e0a
SHA256 (HTTP-Engine-0.1.5.tar.gz) = c6a4275b2524b3e1820b942ca93744f4ee7396573df7001be0e74fd2b9885521
SIZE (HTTP-Engine-0.1.5.tar.gz) = 108676

View File

@ -31,9 +31,11 @@
%%SITE_PERL%%/HTTP/Engine/Role/ResponseWriter/OutputHeader.pm
%%SITE_PERL%%/HTTP/Engine/Role/ResponseWriter/ResponseLine.pm
%%SITE_PERL%%/HTTP/Engine/Role/ResponseWriter/WriteSTDOUT.pm
%%SITE_PERL%%/HTTP/Engine/Test/Request.pm
%%SITE_PERL%%/HTTP/Engine/Types/Core.pm
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP/Engine
@dirrm %%SITE_PERL%%/HTTP/Engine/Types
@dirrm %%SITE_PERL%%/HTTP/Engine/Test
@dirrm %%SITE_PERL%%/HTTP/Engine/Role/ResponseWriter
@dirrm %%SITE_PERL%%/HTTP/Engine/Role/RequestBuilder
@dirrm %%SITE_PERL%%/HTTP/Engine/Role