diff options
author | abs <abs@pkgsrc.org> | 2012-01-22 19:31:23 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2012-01-22 19:31:23 +0000 |
commit | 8e58e5fbdd15ce7fce884eaf6d194cdc13cd9162 (patch) | |
tree | b824029d262a73cc5c166d6300588ae3615043d9 /www/p5-URI-Find | |
parent | 207b7756f88e221b7bda722b92066629a3ce9217 (diff) | |
download | pkgsrc-8e58e5fbdd15ce7fce884eaf6d194cdc13cd9162.tar.gz |
Updated www/p5-URI-Find to 20111103
20111103 Thu Nov 3 12:14:21 PDT 2011
Bug Fixes
* URI::URL::strict will no longer leak out of find() if the callback
or filter fails. [rt.cpan.org 71153] (Carl Chambers)
20111020 Thu Oct 20 17:31:56 PDT 2011
Bug Fixes
* Things which look like URIs, but aren't, are now properly escaped like
other text. [rt.cpan.org 71658]
New Features
* Balanced parens in URIs are no longer stripped. Example:
"http://example.com/foo(bar)" (Merten Falk)
Diffstat (limited to 'www/p5-URI-Find')
-rw-r--r-- | www/p5-URI-Find/Makefile | 6 | ||||
-rw-r--r-- | www/p5-URI-Find/distinfo | 8 |
2 files changed, 6 insertions, 8 deletions
diff --git a/www/p5-URI-Find/Makefile b/www/p5-URI-Find/Makefile index 2723d1f3e9b..115499a63af 100644 --- a/www/p5-URI-Find/Makefile +++ b/www/p5-URI-Find/Makefile @@ -1,9 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2011/08/14 16:06:11 obache Exp $ -# +# $NetBSD: Makefile,v 1.7 2012/01/22 19:31:23 abs Exp $ -DISTNAME= URI-Find-20100505 +DISTNAME= URI-Find-20111103 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=URI/} diff --git a/www/p5-URI-Find/distinfo b/www/p5-URI-Find/distinfo index 8982227c245..71b3ee01265 100644 --- a/www/p5-URI-Find/distinfo +++ b/www/p5-URI-Find/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2010/07/31 12:32:47 sno Exp $ +$NetBSD: distinfo,v 1.4 2012/01/22 19:31:23 abs Exp $ -SHA1 (URI-Find-20100505.tar.gz) = cf3b0d48368df1e2dd1786c89b2f6616faec6d5a -RMD160 (URI-Find-20100505.tar.gz) = abbd36d61dd03a84ff6579aedb3e7d3b66553381 -Size (URI-Find-20100505.tar.gz) = 23149 bytes +SHA1 (URI-Find-20111103.tar.gz) = d310b0e29128b630af0d7fde980fe2e18f0092af +RMD160 (URI-Find-20111103.tar.gz) = 710d625284c904f03cc2eaa7709cb65680bd1199 +Size (URI-Find-20111103.tar.gz) = 24708 bytes |