diff options
author | mjl <mjl@pkgsrc.org> | 2002-01-18 22:45:50 +0000 |
---|---|---|
committer | mjl <mjl@pkgsrc.org> | 2002-01-18 22:45:50 +0000 |
commit | fd0c941b07507bf056d64699179b11827b7c2dbe (patch) | |
tree | 2cbdd91daa8b1537dc0810f19b0f0244b139e6d7 /www/p5-URI | |
parent | 2f1cf17778eeba9fad9351ae0b065aef7068c559 (diff) | |
download | pkgsrc-fd0c941b07507bf056d64699179b11827b7c2dbe.tar.gz |
Update p5-URI to 1.18.
- Added support for ssh: URIs
- URI::Escape: Make sure cache is not set when the
RE wouldn't compile
- Don't try to come up with the e-mail address of
the user as the anonymous password.
Fixes PR/15101 by Shell Hung.
Diffstat (limited to 'www/p5-URI')
-rw-r--r-- | www/p5-URI/Makefile | 4 | ||||
-rw-r--r-- | www/p5-URI/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/www/p5-URI/Makefile b/www/p5-URI/Makefile index a8ee376a58d..8143a359914 100644 --- a/www/p5-URI/Makefile +++ b/www/p5-URI/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.14 2001/11/26 06:50:38 jlam Exp $ +# $NetBSD: Makefile,v 1.15 2002/01/18 22:45:50 mjl Exp $ # -DISTNAME= URI-1.17 +DISTNAME= URI-1.18 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5uri CATEGORIES= www net perl5 diff --git a/www/p5-URI/distinfo b/www/p5-URI/distinfo index 2fa3ea8eeb3..956e3f99139 100644 --- a/www/p5-URI/distinfo +++ b/www/p5-URI/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.3 2001/09/29 06:51:08 jlam Exp $ +$NetBSD: distinfo,v 1.4 2002/01/18 22:45:50 mjl Exp $ -SHA1 (URI-1.17.tar.gz) = 2459fc1b196e99d7112827b0691de710bb743e61 -Size (URI-1.17.tar.gz) = 82160 bytes +SHA1 (URI-1.18.tar.gz) = c8e9a6c778a7a4aa82140d2e33e84f58655f01dd +Size (URI-1.18.tar.gz) = 82597 bytes |