Update to 0.15

This commit is contained in:
Lars Thegler 2005-10-13 18:41:56 +00:00
parent 0bee0c95d2
commit 1285c892f0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=145292
3 changed files with 7 additions and 4 deletions

View file

@ -6,7 +6,7 @@
#
PORTNAME= HTTP-Server-Simple
PORTVERSION= 0.13
PORTVERSION= 0.15
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= HTTP
@ -18,7 +18,8 @@ COMMENT= A very simple standalone HTTP daemon
PERL_CONFIGURE= yes
MAN3= HTTP::Server::Simple.3 \
HTTP::Server::Simple::CGI.3
HTTP::Server::Simple::CGI.3 \
HTTP::Server::Simple::CGI::Environment.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600

View file

@ -1,2 +1,2 @@
MD5 (HTTP-Server-Simple-0.13.tar.gz) = 475bdbbaa80717bb0b7157088fddfe8c
SIZE (HTTP-Server-Simple-0.13.tar.gz) = 18096
MD5 (HTTP-Server-Simple-0.15.tar.gz) = b98bf162561f31e01f7aa66fa1646165
SIZE (HTTP-Server-Simple-0.15.tar.gz) = 18812

View file

@ -1,9 +1,11 @@
%%SITE_PERL%%/HTTP/Server/Simple.pm
%%SITE_PERL%%/HTTP/Server/Simple/CGI.pm
%%SITE_PERL%%/HTTP/Server/Simple/CGI/Environment.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP/Server/Simple/.packlist
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP/Server/Simple 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP/Server 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/HTTP/Server/Simple/CGI 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/HTTP/Server/Simple 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/HTTP/Server 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/HTTP 2>/dev/null || true