Thu Aug 14 13:36:01 2014 UTC ()
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)


(wen)
diff -r1.52 -r1.53 pkgsrc/www/p5-URI/Makefile
diff -r1.25 -r1.26 pkgsrc/www/p5-URI/distinfo

cvs diff -r1.52 -r1.53 pkgsrc/www/p5-URI/Makefile (expand / switch to unified diff)

--- pkgsrc/www/p5-URI/Makefile 2014/05/29 23:38:15 1.52
+++ pkgsrc/www/p5-URI/Makefile 2014/08/14 13:36:01 1.53
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.52 2014/05/29 23:38:15 wiz Exp $ 1# $NetBSD: Makefile,v 1.53 2014/08/14 13:36:01 wen Exp $
2 2
3DISTNAME= URI-1.60 3DISTNAME= URI-1.64
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 3 
6SVR4_PKGNAME= p5uri 5SVR4_PKGNAME= p5uri
7CATEGORIES= www net perl5 6CATEGORIES= www net perl5
8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=URI/} 7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=URI/}
9 8
10MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://search.cpan.org/dist/URI/ 10HOMEPAGE= http://search.cpan.org/dist/URI/
12COMMENT= Perl5 Uniform Resource Identifiers class (URI, RFC 2396) 11COMMENT= Perl5 Uniform Resource Identifiers class (URI, RFC 2396)
13LICENSE= ${PERL5_LICENSE} 12LICENSE= ${PERL5_LICENSE}
14 13
15PKG_INSTALLATION_TYPES= overwrite pkgviews 14PKG_INSTALLATION_TYPES= overwrite pkgviews
16 15
17DEPENDS+= {perl>=5.7,p5-MIME-Base64>=2.12}:../../converters/p5-MIME-Base64 16DEPENDS+= {perl>=5.7,p5-MIME-Base64>=2.12}:../../converters/p5-MIME-Base64
18# recommended 17# recommended

cvs diff -r1.25 -r1.26 pkgsrc/www/p5-URI/distinfo (expand / switch to unified diff)

--- pkgsrc/www/p5-URI/distinfo 2012/04/22 10:41:20 1.25
+++ pkgsrc/www/p5-URI/distinfo 2014/08/14 13:36:01 1.26
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.25 2012/04/22 10:41:20 wiz Exp $ 1$NetBSD: distinfo,v 1.26 2014/08/14 13:36:01 wen Exp $
2 2
3SHA1 (URI-1.60.tar.gz) = 940315985af24b9f4bb5a9761b1e2bbe6c1d0df3 3SHA1 (URI-1.64.tar.gz) = 80b43be09119f65f87ac3ab947c1e1cf0e0d0a8a
4RMD160 (URI-1.60.tar.gz) = 24afb2202cae821cfe1499056b289b81a5d62f24 4RMD160 (URI-1.64.tar.gz) = 82b7a6c11befb555afd48e75cc9342261f4a742e
5Size (URI-1.60.tar.gz) = 81196 bytes 5Size (URI-1.64.tar.gz) = 82778 bytes