mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-01 10:59:55 +00:00
- Upgrade to 0.4011.
This commit is contained in:
parent
7472820f5b
commit
0c585c0fc0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=372944
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Starman
|
||||
PORTVERSION= 0.4008
|
||||
PORTVERSION= 0.4011
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= CPAN:MIYAGAWA
|
||||
@ -10,6 +10,9 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= kuriyama@FreeBSD.org
|
||||
COMMENT= Perl extension for high-performance preforking PSGI web server
|
||||
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
RUN_DEPENDS= \
|
||||
p5-Data-Dump>0:${PORTSDIR}/devel/p5-Data-Dump \
|
||||
p5-HTTP-Parser-XS>0:${PORTSDIR}/www/p5-HTTP-Parser-XS \
|
||||
@ -25,5 +28,10 @@ TEST_DEPENDS= \
|
||||
USES= perl5
|
||||
USE_PERL5= modbuildtiny
|
||||
USE_RC_SUBR= starman
|
||||
NO_ARCH= YES
|
||||
|
||||
# Workaround until Module::Build::Tiny 0.039.
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e 's|0.039|0.038|' ${WRKSRC}/Build.PL
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (Starman-0.4008.tar.gz) = 08b103dac940e9ecb0b028fb162baebacb3239b70a3b464f3322563bae1fcc19
|
||||
SIZE (Starman-0.4008.tar.gz) = 28281
|
||||
SHA256 (Starman-0.4011.tar.gz) = a72cdf996a64a204fc06aa89a910d73ebcc3968f6fe89cda234f876d22fc678c
|
||||
SIZE (Starman-0.4011.tar.gz) = 29311
|
||||
|
@ -9,10 +9,3 @@ bin/starman
|
||||
%%SITE_PERL%%/Plack/Handler/Starman.pm
|
||||
%%SITE_PERL%%/Starman.pm
|
||||
%%SITE_PERL%%/Starman/Server.pm
|
||||
@dirrmtry %%SITE_PERL%%/HTTP/Server/PSGI/Net/Server
|
||||
@dirrmtry %%SITE_PERL%%/HTTP/Server/PSGI/Net
|
||||
@dirrmtry %%SITE_PERL%%/HTTP/Server/PSGI
|
||||
@dirrmtry %%SITE_PERL%%/Plack/Handler
|
||||
@dirrmtry %%SITE_PERL%%/Plack
|
||||
@dirrm %%SITE_PERL%%/Starman
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Starman
|
||||
|
Loading…
Reference in New Issue
Block a user