diff options
author | wiz <wiz@pkgsrc.org> | 2008-04-13 20:33:24 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-04-13 20:33:24 +0000 |
commit | fa3e2d589388d33d86f7267a6c00f43088ff9fdf (patch) | |
tree | 76efc11d1511e67b25de571f643f616b58042107 /www | |
parent | 27d02fea9ca16752ac887bd0a8b01138646dd2d5 (diff) | |
download | pkgsrc-fa3e2d589388d33d86f7267a6c00f43088ff9fdf.tar.gz |
Update to 1.36:
Release 1.36
<gerard@tty.nl>: Escape Unicode strings as UTF-8.
Bjoern Hoehrmann <derhoermi@gmx.net>: fixed URL encoded data: URLs
GAAS: uri_escape_utf8() now exported by default as documented.
BDFOY: Test fails with Business::ISBN installed [RT#33220]
JDHEDDEN: lc(undef) reports warning in blead [RT#32742]
GEOFFR: add some tests for gopher URIs [RT#29211]
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-URI/Makefile | 5 | ||||
-rw-r--r-- | www/p5-URI/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/www/p5-URI/Makefile b/www/p5-URI/Makefile index 802734f787f..b72cfcf1c55 100644 --- a/www/p5-URI/Makefile +++ b/www/p5-URI/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.32 2006/11/05 17:37:55 joerg Exp $ +# $NetBSD: Makefile,v 1.33 2008/04/13 20:33:24 wiz Exp $ # -DISTNAME= URI-1.35 +DISTNAME= URI-1.36 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5uri -PKGREVISION= 1 CATEGORIES= www net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=URI/} diff --git a/www/p5-URI/distinfo b/www/p5-URI/distinfo index 1f1fbc22ac6..9cff734fb45 100644 --- a/www/p5-URI/distinfo +++ b/www/p5-URI/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.12 2005/02/24 14:08:37 wiz Exp $ +$NetBSD: distinfo,v 1.13 2008/04/13 20:33:24 wiz Exp $ -SHA1 (URI-1.35.tar.gz) = e385446f95bbf12ea55e002cf594c85a73e85e7b -RMD160 (URI-1.35.tar.gz) = 8044cd40c9c6b083a1455ac34a03f9e283a6c959 -Size (URI-1.35.tar.gz) = 96050 bytes +SHA1 (URI-1.36.tar.gz) = 7f443bfdeb6ba71c496501748b23cd8481a15a76 +RMD160 (URI-1.36.tar.gz) = 5331a05d9528ba933b78008f6ff78c1a6647c228 +Size (URI-1.36.tar.gz) = 96052 bytes |