Mon Jan 12 07:48:03 2015 UTC ()
Update 0.28 to 0.301
0.301 Sun Aug  3 2014
        [TEST]
        - fix t/02pod-coverage.t to skip HTTP::Proxy::Engine::Threaded
          when running under an unthreaded Perl (Masahiro Nagano (KAZEBURO))
        - fix t/01pod.t and t/02pod-coverage.t to only run under
          RELEASE_TESTING (thanks to Masahiro Nagano (KAZEBURO))

0.300 Sun Apr  7 2013
        [IMPROVEMENTS]
        - Downgrade a disconnect message from ERROR to SOCKET debug level
          in order to reduce the amount of runtime log output. Disconnects
          are /very/ common in HTTP, and shoudn't be considered errors.
          (thanks to Salve J. Nilsen)
        [TEST]
        - include t/90httpstatus.t in the MANIFEST
        - fix t/67save.t to not try to create files with a "?" in
          their name under MSWin32

0.29 Tue Mar 19 2013
        [TEST]
        - fix t/50hopbyhop.t to open the proxy on a random port,
          and avoid failures when port 8080 is "already in use"


(mef)
diff -r1.15 -r1.16 pkgsrc/www/p5-HTTP-Proxy/Makefile
diff -r1.6 -r1.7 pkgsrc/www/p5-HTTP-Proxy/distinfo

cvs diff -r1.15 -r1.16 pkgsrc/www/p5-HTTP-Proxy/Makefile (expand / switch to unified diff)

--- pkgsrc/www/p5-HTTP-Proxy/Makefile 2014/05/29 23:38:08 1.15
+++ pkgsrc/www/p5-HTTP-Proxy/Makefile 2015/01/12 07:48:03 1.16
@@ -1,19 +1,18 @@ @@ -1,19 +1,18 @@
1# $NetBSD: Makefile,v 1.15 2014/05/29 23:38:08 wiz Exp $ 1# $NetBSD: Makefile,v 1.16 2015/01/12 07:48:03 mef Exp $
2# 2#
3 3
4DISTNAME= HTTP-Proxy-0.28 4DISTNAME= HTTP-Proxy-0.301
5PKGNAME= p5-${DISTNAME} 5PKGNAME= p5-${DISTNAME}
6PKGREVISION= 2 
7CATEGORIES= www perl5 6CATEGORIES= www perl5
8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTTP/} 7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTTP/}
9 8
10MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://search.cpan.org/dist/HTTP-Proxy/ 10HOMEPAGE= http://search.cpan.org/dist/HTTP-Proxy/
12COMMENT= Perl5 module providing a simple HTTP proxy daemon 11COMMENT= Perl5 module providing a simple HTTP proxy daemon
13LICENSE= ${PERL5_LICENSE} 12LICENSE= ${PERL5_LICENSE}
14 13
15DEPENDS+= p5-libwww>=2.0:../../www/p5-libwww 14DEPENDS+= p5-libwww>=2.0:../../www/p5-libwww
16 15
17PERL5_MODULE_TYPE= Module::Build 16PERL5_MODULE_TYPE= Module::Build
18PERL5_PACKLIST= auto/HTTP/Proxy/.packlist 17PERL5_PACKLIST= auto/HTTP/Proxy/.packlist
19 18

cvs diff -r1.6 -r1.7 pkgsrc/www/p5-HTTP-Proxy/distinfo (expand / switch to unified diff)

--- pkgsrc/www/p5-HTTP-Proxy/distinfo 2013/03/15 15:17:25 1.6
+++ pkgsrc/www/p5-HTTP-Proxy/distinfo 2015/01/12 07:48:03 1.7
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.6 2013/03/15 15:17:25 wen Exp $ 1$NetBSD: distinfo,v 1.7 2015/01/12 07:48:03 mef Exp $
2 2
3SHA1 (HTTP-Proxy-0.28.tar.gz) = 7665c65d0c36c92d837b4a6e18b45614bf8aeb43 3SHA1 (HTTP-Proxy-0.301.tar.gz) = 6bc4bb0c63d047e99f402ff7a1a2002ec48660fb
4RMD160 (HTTP-Proxy-0.28.tar.gz) = 5ddf6702d259f9aede4deb883687c3c6402855eb 4RMD160 (HTTP-Proxy-0.301.tar.gz) = 4ff090ca400f6b4caf30b4a1c0ef407a9740fcb0
5Size (HTTP-Proxy-0.28.tar.gz) = 88409 bytes 5Size (HTTP-Proxy-0.301.tar.gz) = 89019 bytes