diff options
author | mjl <mjl> | 2002-05-16 21:24:14 +0000 |
---|---|---|
committer | mjl <mjl> | 2002-05-16 21:24:14 +0000 |
commit | cfb33502d13643d41d50e7e483d6d17fd104d562 (patch) | |
tree | 443d7b9513c6b63ebed31d3a55e264edc80e48ce | |
parent | c1e6e3e78eaf31baae2a882a8d3e768a822df6c2 (diff) | |
download | pkgsrc-cfb33502d13643d41d50e7e483d6d17fd104d562.tar.gz |
Update p5-URI to 1.19
URI::Heuristic will guess better on strings like "123.3.3.3:8080/foo".
URI::WithBase will not keep the full history of any base URI's base URI.
URI::URL->new("foo", "bar")->base now returns an URI::URL.
Deal properly with file:///-URIs.
-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 8143a359914..379d209ef4f 100644 --- a/www/p5-URI/Makefile +++ b/www/p5-URI/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.15 2002/01/18 22:45:50 mjl Exp $ +# $NetBSD: Makefile,v 1.16 2002/05/16 21:24:14 mjl Exp $ # -DISTNAME= URI-1.18 +DISTNAME= URI-1.19 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5uri CATEGORIES= www net perl5 diff --git a/www/p5-URI/distinfo b/www/p5-URI/distinfo index 956e3f99139..937ee76b11c 100644 --- a/www/p5-URI/distinfo +++ b/www/p5-URI/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.4 2002/01/18 22:45:50 mjl Exp $ +$NetBSD: distinfo,v 1.5 2002/05/16 21:24:14 mjl Exp $ -SHA1 (URI-1.18.tar.gz) = c8e9a6c778a7a4aa82140d2e33e84f58655f01dd -Size (URI-1.18.tar.gz) = 82597 bytes +SHA1 (URI-1.19.tar.gz) = 9346e67e38a9ff62aa4e240731cdb6aa6f8015b7 +Size (URI-1.19.tar.gz) = 83046 bytes |