Sun Jan 22 19:31:23 2012 UTC ()
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)


(abs)
diff -r1.6 -r1.7 pkgsrc/www/p5-URI-Find/Makefile
diff -r1.3 -r1.4 pkgsrc/www/p5-URI-Find/distinfo

cvs diff -r1.6 -r1.7 pkgsrc/www/p5-URI-Find/Makefile (expand / switch to unified diff)

--- pkgsrc/www/p5-URI-Find/Makefile 2011/08/14 16:06:11 1.6
+++ pkgsrc/www/p5-URI-Find/Makefile 2012/01/22 19:31:23 1.7
@@ -1,19 +1,17 @@ @@ -1,19 +1,17 @@
1# $NetBSD: Makefile,v 1.6 2011/08/14 16:06:11 obache Exp $ 1# $NetBSD: Makefile,v 1.7 2012/01/22 19:31:23 abs Exp $
2# 
3 2
4DISTNAME= URI-Find-20100505 3DISTNAME= URI-Find-20111103
5PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
6PKGREVISION= 2 
7CATEGORIES= www perl5 5CATEGORIES= www perl5
8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=URI/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=URI/}
9 7
10MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://search.cpan.org/dist/URI-Find/ 9HOMEPAGE= http://search.cpan.org/dist/URI-Find/
12COMMENT= Perl5 module to find URIs in arbitrary text 10COMMENT= Perl5 module to find URIs in arbitrary text
13LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
14 12
15PKG_DESTDIR_SUPPORT= user-destdir 13PKG_DESTDIR_SUPPORT= user-destdir
16 14
17# requires URI::URL 5.00 - oldest available URI on CPAN contains 5.03 15# requires URI::URL 5.00 - oldest available URI on CPAN contains 5.03
18DEPENDS+= p5-URI>=1.40:../../www/p5-URI 16DEPENDS+= p5-URI>=1.40:../../www/p5-URI
19BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.82}:../../devel/p5-Test-Simple 17BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.82}:../../devel/p5-Test-Simple

cvs diff -r1.3 -r1.4 pkgsrc/www/p5-URI-Find/distinfo (expand / switch to unified diff)

--- pkgsrc/www/p5-URI-Find/distinfo 2010/07/31 12:32:47 1.3
+++ pkgsrc/www/p5-URI-Find/distinfo 2012/01/22 19:31:23 1.4
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.3 2010/07/31 12:32:47 sno Exp $ 1$NetBSD: distinfo,v 1.4 2012/01/22 19:31:23 abs Exp $
2 2
3SHA1 (URI-Find-20100505.tar.gz) = cf3b0d48368df1e2dd1786c89b2f6616faec6d5a 3SHA1 (URI-Find-20111103.tar.gz) = d310b0e29128b630af0d7fde980fe2e18f0092af
4RMD160 (URI-Find-20100505.tar.gz) = abbd36d61dd03a84ff6579aedb3e7d3b66553381 4RMD160 (URI-Find-20111103.tar.gz) = 710d625284c904f03cc2eaa7709cb65680bd1199
5Size (URI-Find-20100505.tar.gz) = 23149 bytes 5Size (URI-Find-20111103.tar.gz) = 24708 bytes