diff options
author | wen <wen@pkgsrc.org> | 2014-08-14 13:36:01 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2014-08-14 13:36:01 +0000 |
commit | c6a832a7040d9402704b9a11adeb1b2f6f2ddeab (patch) | |
tree | eb6722545a50a7fc8988df0d3ae1d741d61bb6a2 /www/p5-URI | |
parent | 748389db37034b3c2f1ee27202ea1efe6bf6264b (diff) | |
download | pkgsrc-c6a832a7040d9402704b9a11adeb1b2f6f2ddeab.tar.gz |
Update to 1.64
Upstream changes:
2014-07-13 Karen Etheridge <ether@cpan.org>
Release 1.64
Eric Brine:
- better fix for RT#96941, that also works around utf8 bugs on older perls
2014-07-13 Karen Etheridge <ether@cpan.org>
Release 1.63
Karen Etheridge:
- mark utf8-related test failures on older perls caused by recent string
parsing changes as TODO (RT#97177, RT#96941)
2014-07-12 Karen Etheridge <ether@cpan.org>
Release 1.62
Karen Etheridge (2):
- use strict and warnings in all modules, tests and scripts
- remove all remaining uses of "use vars"
Eric Brine:
- fixed new "\C is deprecated in regex" warning in 5.21.2 (RT#96941)
2014-07-01 Karen Etheridge <ether@cpan.org>
Release 1.61
David Schmidt:
Fix test failure if local hostname is 'foo' [RT#75519]
Gisle Aas (2):
New 'has_recognized_scheme' interface [RT#71204]
Interfaces that return a single value now return undef rather than an
empty list in list context
Slaven Rezic:
Fix bad regex when parsing hostnames
Piotr Roszatycki:
Preferentially use $ENV{TMPDIR} for temporary test files over /tmp
(fixes tests on Android)
Diffstat (limited to 'www/p5-URI')
-rw-r--r-- | www/p5-URI/Makefile | 5 | ||||
-rw-r--r-- | www/p5-URI/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/www/p5-URI/Makefile b/www/p5-URI/Makefile index f71bd3a91dd..def0d0797bd 100644 --- a/www/p5-URI/Makefile +++ b/www/p5-URI/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.52 2014/05/29 23:38:15 wiz Exp $ +# $NetBSD: Makefile,v 1.53 2014/08/14 13:36:01 wen Exp $ -DISTNAME= URI-1.60 +DISTNAME= URI-1.64 PKGNAME= p5-${DISTNAME} -PKGREVISION= 3 SVR4_PKGNAME= p5uri CATEGORIES= www net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=URI/} diff --git a/www/p5-URI/distinfo b/www/p5-URI/distinfo index 092f06b162e..2268ae17cb5 100644 --- a/www/p5-URI/distinfo +++ b/www/p5-URI/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.25 2012/04/22 10:41:20 wiz Exp $ +$NetBSD: distinfo,v 1.26 2014/08/14 13:36:01 wen Exp $ -SHA1 (URI-1.60.tar.gz) = 940315985af24b9f4bb5a9761b1e2bbe6c1d0df3 -RMD160 (URI-1.60.tar.gz) = 24afb2202cae821cfe1499056b289b81a5d62f24 -Size (URI-1.60.tar.gz) = 81196 bytes +SHA1 (URI-1.64.tar.gz) = 80b43be09119f65f87ac3ab947c1e1cf0e0d0a8a +RMD160 (URI-1.64.tar.gz) = 82b7a6c11befb555afd48e75cc9342261f4a742e +Size (URI-1.64.tar.gz) = 82778 bytes |