From fd575e6fef227582aff3a792fd4b3ca9000dff39 Mon Sep 17 00:00:00 2001 From: lth Date: Sun, 17 Sep 2006 18:53:36 +0000 Subject: Update to 1.12. Now requires perl from ports --- www/p5-POE-Component-Server-SimpleHTTP/Makefile | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'www/p5-POE-Component-Server-SimpleHTTP/Makefile') diff --git a/www/p5-POE-Component-Server-SimpleHTTP/Makefile b/www/p5-POE-Component-Server-SimpleHTTP/Makefile index 2b5d304fc203..3a089caa233a 100644 --- a/www/p5-POE-Component-Server-SimpleHTTP/Makefile +++ b/www/p5-POE-Component-Server-SimpleHTTP/Makefile @@ -6,7 +6,7 @@ # PORTNAME= POE-Component-Server-SimpleHTTP -PORTVERSION= 1.11 +PORTVERSION= 1.12 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= POE @@ -40,14 +40,8 @@ BUILD_DEPENDS+= ${SITE_PERL}/POE/Component/SSLify.pm:${PORTSDIR}/security/p5-POE BUILD_DEPENDS+= ${SITE_PERL}/IPC/Shareable.pm:${PORTSDIR}/devel/p5-IPC-Shareable .endif -.if ${PERL_LEVEL} < 500600 -EXTRA_PATCHES= ${FILESDIR}/500503-* - -post-patch: - @${PERL} -pi -e 's/^our ([\$$\@]\w+)/use vars qw($$1); $$1/;' \ - -e '$$_ = "" if /use warnings/;' \ - $$(${FIND} ${WRKSRC} -name '*.pm') - @${RM} ${WRKSRC}/lib/POE/Component/Server/SimpleHTTP.pm.orig +.if ${PERL_LEVEL} < 500600 # inherited from www/p5-libwww +IGNORE= requires Perl 5.6. Install lang/perl5 or lang/perl5.8, and try again .endif .include -- cgit