diff options
author | mat <mat@FreeBSD.org> | 2005-09-06 21:42:41 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2005-09-06 21:42:41 +0800 |
commit | 9199a525afdef5582d99d923ee0374e5d79cc104 (patch) | |
tree | f09db3992d6e284de739bc9bde75ce86c04e70af /www/p5-HTTP-Proxy | |
parent | 3cc97504eddbfd9185425ce9e352fc953c43626e (diff) | |
download | freebsd-ports-gnome-9199a525afdef5582d99d923ee0374e5d79cc104.tar.gz freebsd-ports-gnome-9199a525afdef5582d99d923ee0374e5d79cc104.tar.zst freebsd-ports-gnome-9199a525afdef5582d99d923ee0374e5d79cc104.zip |
Update to 0.16
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 |