Update to 1.10. Now requires perl from ports.

This commit is contained in:
Lars Thegler 2006-09-21 07:51:14 +00:00
parent 76b19097bc
commit a58da7ae50
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=173505
2 changed files with 7 additions and 12 deletions

View File

@ -6,10 +6,9 @@
#
PORTNAME= POE-Component-Server-SOAP
PORTVERSION= 1.09
PORTVERSION= 1.10
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= POE
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= lth@FreeBSD.org
@ -26,11 +25,7 @@ MAN3= POE::Component::Server::SOAP.3 \
POE::Component::Server::SOAP::Response.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600
post-patch:
@${PERL} -pi -e 's/^our\s+([\$$\@\%]\w+)/use vars qw($$1); $$1/;' \
-e '$$_ = "" if /use warnings/;' \
${WRKSRC}/lib/POE/Component/Server/SOAP.pm \
${WRKSRC}/lib/POE/Component/Server/SOAP/Response.pm
.if ${PERL_LEVEL} < 500600 # from p5-MIME-Tools, via p5-SOAP-Lite
IGNORE= requires Perl 5.6. Install lang/perl5 or lang/perl5.8, and try again
.endif
.include <bsd.port.post.mk>

View File

@ -1,3 +1,3 @@
MD5 (POE-Component-Server-SOAP-1.09.tar.gz) = dcda3222ea8cf981c2aace003aa33733
SHA256 (POE-Component-Server-SOAP-1.09.tar.gz) = ce42bad564ba59dc5d32c3826626fcb1b4ca6ee040dc0733a7833d08966ca9e4
SIZE (POE-Component-Server-SOAP-1.09.tar.gz) = 12782
MD5 (POE-Component-Server-SOAP-1.10.tar.gz) = d56d0f94ca2ce45ff336ed43736747db
SHA256 (POE-Component-Server-SOAP-1.10.tar.gz) = 47a9d921237191550de5e62982a7b84f48bbd4e596b77e47e4644e0da00b77d0
SIZE (POE-Component-Server-SOAP-1.10.tar.gz) = 13131