diff options
author | sno <sno@pkgsrc.org> | 2010-01-16 15:25:23 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2010-01-16 15:25:23 +0000 |
commit | 7f4d62b62064fa52ecec80096616f36683be6e5f (patch) | |
tree | 66ee0e5b528898435fc3198ad523feb6f9807981 /www/p5-URI | |
parent | 5f8e28e904cefdd96a1e72c6d3bad6f5fc6bec95 (diff) | |
download | pkgsrc-7f4d62b62064fa52ecec80096616f36683be6e5f.tar.gz |
Updating www/p5-URI from 1.51 to 1.52.
pkgsrc changes:
- Adjusting dependency of core modules
Upstream changes:
2009-12-30 Release 1.52 - Gisle Aas <gisle@ActiveState.com>
Gisle Aas (7):
Encode::decode('UTF-8',...) with callback implemented in 2.39
%%host%% hack can be removed when URI::_server::as_iri works
Don't croak on IRIs that can't be IDNA encoded
IDNA roundtrip test on wrong variable
Check behaviour when feeded URI constructor Latin-1 chars
Add some test examples from draft-duerst-iri-bis.txt
Need to recognize lower case hex digits as well
Diffstat (limited to 'www/p5-URI')
-rw-r--r-- | www/p5-URI/Makefile | 8 | ||||
-rw-r--r-- | www/p5-URI/distinfo | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/www/p5-URI/Makefile b/www/p5-URI/Makefile index 3b722c80d59..2f79b68978e 100644 --- a/www/p5-URI/Makefile +++ b/www/p5-URI/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.38 2009/12/15 13:36:16 wiz Exp $ +# $NetBSD: Makefile,v 1.39 2010/01/16 15:25:23 sno Exp $ # -DISTNAME= URI-1.51 +DISTNAME= URI-1.52 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5uri CATEGORIES= www net perl5 @@ -15,11 +15,11 @@ LICENSE= ${PERL5_LICENSE} PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir -DEPENDS+= p5-MIME-Base64>=2.12:../../converters/p5-MIME-Base64 +DEPENDS+= {perl>=5.7,p5-MIME-Base64>=2.12}:../../converters/p5-MIME-Base64 # recommended DEPENDS+= p5-Business-ISBN-[0-9]*:../../misc/p5-Business-ISBN -CONFLICTS+= p5-libwww-5.36 # URI used to be part of that package +CONFLICTS+= p5-libwww-5.36{,nb*} # URI used to be part of that package USE_LANGUAGES= # empty PERL5_PACKLIST= auto/URI/.packlist diff --git a/www/p5-URI/distinfo b/www/p5-URI/distinfo index 7b813b9fcbb..82c5735a06f 100644 --- a/www/p5-URI/distinfo +++ b/www/p5-URI/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.17 2009/12/15 13:36:16 wiz Exp $ +$NetBSD: distinfo,v 1.18 2010/01/16 15:25:23 sno Exp $ -SHA1 (URI-1.51.tar.gz) = 33331b4ffb9d61d86507dae007850676fafefd26 -RMD160 (URI-1.51.tar.gz) = 4414705b11d0389050d1ea78918ad1536abb5575 -Size (URI-1.51.tar.gz) = 78597 bytes +SHA1 (URI-1.52.tar.gz) = 8287bd4ad8e305b0f723ca0db60fb9da14ef1a16 +RMD160 (URI-1.52.tar.gz) = f2dc883a9fb052f049a2df0e374bf2c1f3990fb5 +Size (URI-1.52.tar.gz) = 79182 bytes |