diff options
author | lth <lth@FreeBSD.org> | 2006-09-21 15:51:14 +0800 |
---|---|---|
committer | lth <lth@FreeBSD.org> | 2006-09-21 15:51:14 +0800 |
commit | bb41d1971876795b4ce93bcc08584630b935f16b (patch) | |
tree | 760adb58117c14820a6426f73780f0451352607c /www/p5-POE-Component-Server-SOAP | |
parent | 02a01ec2dc391c5c58a6ef747c1adc78e1002c84 (diff) | |
download | freebsd-ports-gnome-bb41d1971876795b4ce93bcc08584630b935f16b.tar.gz freebsd-ports-gnome-bb41d1971876795b4ce93bcc08584630b935f16b.tar.zst freebsd-ports-gnome-bb41d1971876795b4ce93bcc08584630b935f16b.zip |
Update to 1.10. Now requires perl from ports.
Diffstat (limited to 'www/p5-POE-Component-Server-SOAP')
-rw-r--r-- | www/p5-POE-Component-Server-SOAP/Makefile | 13 | ||||
-rw-r--r-- | www/p5-POE-Component-Server-SOAP/distinfo | 6 |
2 files changed, 7 insertions, 12 deletions
diff --git a/www/p5-POE-Component-Server-SOAP/Makefile b/www/p5-POE-Component-Server-SOAP/Makefile index 26c3cdd41170..bf251f42b2c0 100644 --- a/www/p5-POE-Component-Server-SOAP/Makefile +++ b/www/p5-POE-Component-Server-SOAP/Makefile @@ -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> diff --git a/www/p5-POE-Component-Server-SOAP/distinfo b/www/p5-POE-Component-Server-SOAP/distinfo index 035a8984690b..d2591c4eee37 100644 --- a/www/p5-POE-Component-Server-SOAP/distinfo +++ b/www/p5-POE-Component-Server-SOAP/distinfo @@ -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 |