diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2005-09-06 13:42:41 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2005-09-06 13:42:41 +0000 |
commit | b26cdfd16d319c9b1b899af1dce7fabcd134dceb (patch) | |
tree | 5feadc859bcacb0250ba61d246da6437a7e1e4c5 /www/p5-HTTP-Proxy | |
parent | 1e7e0cd1d208ba55067a9e0a5073fb99474bcd43 (diff) | |
download | ports-b26cdfd16d319c9b1b899af1dce7fabcd134dceb.tar.gz ports-b26cdfd16d319c9b1b899af1dce7fabcd134dceb.zip |
Notes
Diffstat (limited to 'www/p5-HTTP-Proxy')
-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 b942b04ae051..51585b3b401e 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 eb2172fd6c0d..9550385f9ef0 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 |