pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/p5-URI Updating www/p5-URI from 1.51 to 1.52.
details: https://anonhg.NetBSD.org/pkgsrc/rev/3bf6e8f99d47
branches: trunk
changeset: 569508:3bf6e8f99d47
user: sno <sno%pkgsrc.org@localhost>
date: Sat Jan 16 15:25:23 2010 +0000
description:
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@localhost>
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:
www/p5-URI/Makefile | 8 ++++----
www/p5-URI/distinfo | 8 ++++----
2 files changed, 8 insertions(+), 8 deletions(-)
diffs (40 lines):
diff -r a31011bf19e6 -r 3bf6e8f99d47 www/p5-URI/Makefile
--- a/www/p5-URI/Makefile Sat Jan 16 15:16:48 2010 +0000
+++ b/www/p5-URI/Makefile Sat Jan 16 15:25:23 2010 +0000
@@ -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 @@
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 -r a31011bf19e6 -r 3bf6e8f99d47 www/p5-URI/distinfo
--- a/www/p5-URI/distinfo Sat Jan 16 15:16:48 2010 +0000
+++ b/www/p5-URI/distinfo Sat Jan 16 15:25:23 2010 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index