diff options
author | wiz <wiz@pkgsrc.org> | 2002-08-20 14:48:54 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-08-20 14:48:54 +0000 |
commit | 13c7dfd1c27ab270c7aa169ae9016c10daa1bc6b (patch) | |
tree | 6bb4a9ccf6440491d4c8758c58d91b2ba7a18b81 /www | |
parent | ce31d94c925a15fec76b1c57a5c2deab3f775003 (diff) | |
download | pkgsrc-13c7dfd1c27ab270c7aa169ae9016c10daa1bc6b.tar.gz |
Update to 1.21:
Restore perl-5.004 and perl-5.005 compatibility.
Direct support for some new schemes urn:, urn:isbn:,
urn:oid:, rtsp:, and rtspu:. The rtsp support was
contributed by Matt Selsky <selsky@columbia.edu>.
The host for URI::file was not unescaped.
Diffstat (limited to 'www')
-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 379d209ef4f..7e69141ad48 100644 --- a/www/p5-URI/Makefile +++ b/www/p5-URI/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.16 2002/05/16 21:24:14 mjl Exp $ +# $NetBSD: Makefile,v 1.17 2002/08/20 14:48:54 wiz Exp $ # -DISTNAME= URI-1.19 +DISTNAME= URI-1.21 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5uri CATEGORIES= www net perl5 diff --git a/www/p5-URI/distinfo b/www/p5-URI/distinfo index 937ee76b11c..63408f0837f 100644 --- a/www/p5-URI/distinfo +++ b/www/p5-URI/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.5 2002/05/16 21:24:14 mjl Exp $ +$NetBSD: distinfo,v 1.6 2002/08/20 14:48:54 wiz Exp $ -SHA1 (URI-1.19.tar.gz) = 9346e67e38a9ff62aa4e240731cdb6aa6f8015b7 -Size (URI-1.19.tar.gz) = 83046 bytes +SHA1 (URI-1.21.tar.gz) = 44085ba1c90df32e4dbec6ebaf6b013104550317 +Size (URI-1.21.tar.gz) = 85266 bytes |