diff options
author | tron <tron@pkgsrc.org> | 2011-08-07 08:33:27 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2011-08-07 08:33:27 +0000 |
commit | 9cef94ac312c1eae18bd08220185f179027ea569 (patch) | |
tree | aa42dcfc013064fb7e53af5a18d95686c31a4e00 | |
parent | 223c0227c51e4e1eb3e5c2e575d61e5227cf5355 (diff) | |
download | pkgsrc-9cef94ac312c1eae18bd08220185f179027ea569.tar.gz |
Update "p5-URI" package to version 1.58. Changes since version 1.56:
- Mark Stosberg (8):
- typo fix: s/do deal/to deal/
- best practice: s/foreach /for /
- Whitespace: fix inconsistent use of tabs vs spaces
- Code style: fix inconsistency with subroutine braces at the end of the
line vs below it.
- Modernize: s/use vars/our/ ... since we require 5.6 as a minimum
version now
- Whitespace: fix indentation so blocks are consistently indented
- Add formal terms "Percent-encode" and "Percent-decode" to the NAME
and description to match the RFC
- Drop support for Perl < 5.8.1 -
Perl 5.8 was released almost 10 years ago. It's time.
- Gisle Aas (6):
- Convert test to use Test::More
- Adjust tests for query_form
- Avoid "Use of uninitialized value"-noise from query_form
- State test dependencies [RT#61538]
- We also depend on ExtUtils::MakeMaker
- State 5.8 dependency in the META.yml file
- Ville Skyttä (2):
- Guess HTTPS and FTP from URI::Heuristic input with port but no scheme.
- Try harder to guess scheme from hostnames besides just "$scheme.*" ones.
-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 ecaad175c88..b4df424e92b 100644 --- a/www/p5-URI/Makefile +++ b/www/p5-URI/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.44 2010/12/02 12:31:16 wiz Exp $ -# +# $NetBSD: Makefile,v 1.45 2011/08/07 08:33:27 tron Exp $ -DISTNAME= URI-1.56 +DISTNAME= URI-1.58 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5uri CATEGORIES= www net perl5 diff --git a/www/p5-URI/distinfo b/www/p5-URI/distinfo index bd609ee23c4..3986e31e055 100644 --- a/www/p5-URI/distinfo +++ b/www/p5-URI/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.22 2010/12/02 12:31:16 wiz Exp $ +$NetBSD: distinfo,v 1.23 2011/08/07 08:33:27 tron Exp $ -SHA1 (URI-1.56.tar.gz) = 86b2dcd534f946754a2e714ff488a50cf15183e3 -RMD160 (URI-1.56.tar.gz) = cd33b7b204a5b80c279d570568d14eb9ec6b9360 -Size (URI-1.56.tar.gz) = 80378 bytes +SHA1 (URI-1.58.tar.gz) = 46fcf3ba499d42ab6a7152b0bbbc72f1ff13092c +RMD160 (URI-1.58.tar.gz) = 2ee7b11c615557dd6164c01df8f5693a0f9a85cc +Size (URI-1.58.tar.gz) = 80723 bytes |