Wed Jul 25 14:57:22 2012 UTC ()
Update to 2.4

Upstream ChangLog:
2.4 2012-07-20
    - Fixed RT #13791, which meant you couldn't request http://foobar.com --
      had to have to trailing slash on the URL.
    - Don't add request header if value passed is undef (RT #4546).
    - Fixed bug where writing the request can get stuck in a loop.
      Bug reported by Florian Kirchmeir. Fix based on Florian's patch.
    - RT #35360 fixed (fix included in report).
    - Documentation tidy-up
    - Neil Bowers (NEILB) granted co-maint by Adam (thanks)


(wen)
diff -r1.8 -r1.9 pkgsrc/www/p5-HTTP-Lite/Makefile
diff -r1.3 -r1.4 pkgsrc/www/p5-HTTP-Lite/distinfo

cvs diff -r1.8 -r1.9 pkgsrc/www/p5-HTTP-Lite/Makefile (expand / switch to unified diff)

--- pkgsrc/www/p5-HTTP-Lite/Makefile 2011/11/22 03:39:10 1.8
+++ pkgsrc/www/p5-HTTP-Lite/Makefile 2012/07/25 14:57:22 1.9
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.8 2011/11/22 03:39:10 hiramatsu Exp $ 1# $NetBSD: Makefile,v 1.9 2012/07/25 14:57:22 wen Exp $
2 2
3DISTNAME= HTTP-Lite-2.3 3DISTNAME= HTTP-Lite-2.4
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5SVR4_PKGNAME= p5hl 5SVR4_PKGNAME= p5hl
6CATEGORIES= www perl5 6CATEGORIES= www perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTTP/} 7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTTP/}
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://search.cpan.org/dist/HTTP-Lite/ 10HOMEPAGE= http://search.cpan.org/dist/HTTP-Lite/
11COMMENT= Lightweight HTTP client implementation 11COMMENT= Lightweight HTTP client implementation
12LICENSE= ${PERL5_LICENSE} 12LICENSE= ${PERL5_LICENSE}
13 13
14PKG_INSTALLATION_TYPES= overwrite pkgviews 14PKG_INSTALLATION_TYPES= overwrite pkgviews
15PKG_DESTDIR_SUPPORT= user-destdir 15PKG_DESTDIR_SUPPORT= user-destdir
16 16

cvs diff -r1.3 -r1.4 pkgsrc/www/p5-HTTP-Lite/distinfo (expand / switch to unified diff)

--- pkgsrc/www/p5-HTTP-Lite/distinfo 2011/11/22 03:39:10 1.3
+++ pkgsrc/www/p5-HTTP-Lite/distinfo 2012/07/25 14:57:22 1.4
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.3 2011/11/22 03:39:10 hiramatsu Exp $ 1$NetBSD: distinfo,v 1.4 2012/07/25 14:57:22 wen Exp $
2 2
3SHA1 (HTTP-Lite-2.3.tar.gz) = e10038c28f600e1b662e9a1f96ac0b0d8d81273e 3SHA1 (HTTP-Lite-2.4.tar.gz) = c1ca54e2a082497ddf0ff187e9c57b3b87c3ca5d
4RMD160 (HTTP-Lite-2.3.tar.gz) = 94774e4a2a5295817604371bc66bbe5b58e4afa8 4RMD160 (HTTP-Lite-2.4.tar.gz) = 1af723efcac51ef48bf201b6a1e457c04f9f05c7
5Size (HTTP-Lite-2.3.tar.gz) = 305948 bytes 5Size (HTTP-Lite-2.4.tar.gz) = 306147 bytes