diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-HTTP-Proxy/Makefile | 5 | ||||
-rw-r--r-- | www/p5-HTTP-Proxy/distinfo | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/www/p5-HTTP-Proxy/Makefile b/www/p5-HTTP-Proxy/Makefile index b942b04..51585b3 100644 --- a/www/p5-HTTP-Proxy/Makefile +++ b/www/p5-HTTP-Proxy/Makefile @@ -6,7 +6,7 @@ # PORTNAME= HTTP-Proxy -PORTVERSION= 0.15 +PORTVERSION= 0.16 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= HTTP @@ -41,6 +41,9 @@ BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/IO/Socket/INET.pm:${PORTSDIR}/devel/p5 post-patch: @${PERL} -i -pe '$$_ = "" if /use warnings/' ${WRKSRC}/Build.PL + @${PERL} -i -pe 's/^our ([^\s;]+)/use vars qw($$1); $$1/;' \ + ${WRKSRC}/lib/HTTP/Proxy/Engine/NoFork.pm \ + ${WRKSRC}/lib/HTTP/Proxy/Engine/Legacy.pm .endif .include <bsd.port.post.mk> diff --git a/www/p5-HTTP-Proxy/distinfo b/www/p5-HTTP-Proxy/distinfo index eb2172f..9550385 100644 --- a/www/p5-HTTP-Proxy/distinfo +++ b/www/p5-HTTP-Proxy/distinfo @@ -1,2 +1,2 @@ -MD5 (HTTP-Proxy-0.15.tar.gz) = 46a5f92e459678e49165633e9a0b73ac -SIZE (HTTP-Proxy-0.15.tar.gz) = 50985 +MD5 (HTTP-Proxy-0.16.tar.gz) = 71402530846f6f3c2eff460241b8ece9 +SIZE (HTTP-Proxy-0.16.tar.gz) = 59543 |