diff options
author | shell <shell@pkgsrc.org> | 2003-01-31 10:40:35 +0000 |
---|---|---|
committer | shell <shell@pkgsrc.org> | 2003-01-31 10:40:35 +0000 |
commit | 4a982cc808347b35e2834732a33b96d6f00f88b6 (patch) | |
tree | b91ec2ad1036e1c035f931f7deb300780e242e4a /www/p5-URI | |
parent | 5c83054baacdfe345cbf69888ffd2dcf4f6f0cb0 (diff) | |
download | pkgsrc-4a982cc808347b35e2834732a33b96d6f00f88b6.tar.gz |
Updated to p5-URI-1.23
Changes :
- Support for tn3270 URIs.
- Use anchored DNS lookups in URI::Heuristic as suggested
by Malcolm Weir <malc@gelt.org>.
- Delay calculation of MY_COUNTRY() in URI::Heuristic.
Patch by Ed Avis <ed@membled.com>.
- Make test suite work for UNC paths.
Patch by Warren Jones <wjones@fluke.com>.
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 617f78753b8..7a4362a200a 100644 --- a/www/p5-URI/Makefile +++ b/www/p5-URI/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.18 2002/09/27 09:43:53 shell Exp $ +# $NetBSD: Makefile,v 1.19 2003/01/31 10:40:35 shell Exp $ # -DISTNAME= URI-1.22 +DISTNAME= URI-1.23 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5uri CATEGORIES= www net perl5 diff --git a/www/p5-URI/distinfo b/www/p5-URI/distinfo index cf5d1b59245..1d77f46bf57 100644 --- a/www/p5-URI/distinfo +++ b/www/p5-URI/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.7 2002/09/27 09:43:53 shell Exp $ +$NetBSD: distinfo,v 1.8 2003/01/31 10:40:35 shell Exp $ -SHA1 (URI-1.22.tar.gz) = 76d183a485a69097d2c2f9cf7ff1da02da76ee40 -Size (URI-1.22.tar.gz) = 88267 bytes +SHA1 (URI-1.23.tar.gz) = 00f3bba226ff5a3c929472b469605c8df5f384b0 +Size (URI-1.23.tar.gz) = 88717 bytes |