diff options
author | zuntum <zuntum@pkgsrc.org> | 2001-05-14 13:30:54 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2001-05-14 13:30:54 +0000 |
commit | 286a349c8dccdb11af8fa5b1df736c3e72768593 (patch) | |
tree | 13b66d792f4a762af8e03988ebf5e0169a8a59a8 /www/p5-URI | |
parent | e13f8ca732b91f8f8a9bfba996693463373cdf80 (diff) | |
download | pkgsrc-286a349c8dccdb11af8fa5b1df736c3e72768593.tar.gz |
Update p5-URI to 1.12
Changelog:
URI->new($u, $scheme) does no longer fail if given a badly
formatted scheme string.
URI::WithBase's clone and base method was basically just
broken. This also affected the URI::URL subclass.
The clone() method did not copy the base, and updating
the base with the base method always set it to "1".
Fixes pkg/12895 by Nathan Ahlstrom <nrahlstr@winternet.com>
Diffstat (limited to 'www/p5-URI')
-rw-r--r-- | www/p5-URI/Makefile | 4 | ||||
-rw-r--r-- | www/p5-URI/distinfo | 5 |
2 files changed, 5 insertions, 4 deletions
diff --git a/www/p5-URI/Makefile b/www/p5-URI/Makefile index 89ecf92bcc9..fd819b61fa3 100644 --- a/www/p5-URI/Makefile +++ b/www/p5-URI/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2001/03/27 03:20:24 hubertf Exp $ +# $NetBSD: Makefile,v 1.10 2001/05/14 13:30:54 zuntum Exp $ # -DISTNAME= URI-1.11 +DISTNAME= URI-1.12 PKGNAME= p5-${DISTNAME} CATEGORIES= www net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=URI/} diff --git a/www/p5-URI/distinfo b/www/p5-URI/distinfo index f3e43ace8ec..24736deed2c 100644 --- a/www/p5-URI/distinfo +++ b/www/p5-URI/distinfo @@ -1,3 +1,4 @@ -$NetBSD: distinfo,v 1.1 2001/04/17 12:13:11 agc Exp $ +$NetBSD: distinfo,v 1.2 2001/05/14 13:30:54 zuntum Exp $ -SHA1 (URI-1.11.tar.gz) = 2e1c1cc6a02890f1c863230df96a8fbcf915c2a0 +SHA1 (URI-1.12.tar.gz) = 7204744b03127f717253f904382958ace921c494 +Size (URI-1.12.tar.gz) = 80885 bytes |