diff options
author | sno <sno> | 2010-09-02 20:34:24 +0000 |
---|---|---|
committer | sno <sno> | 2010-09-02 20:34:24 +0000 |
commit | 8450f77f8494c3491d8fad0d126921c6c15fe822 (patch) | |
tree | 8a8f99f290158cb6cf754b52517a93739eb1e7f0 /www/p5-URI/Makefile | |
parent | fb65b8794c37d65d198a6efd2d852dd0a2617b73 (diff) | |
download | pkgsrc-8450f77f8494c3491d8fad0d126921c6c15fe822.tar.gz |
Updating www/p5-URI from 1.54nb1 to 1.55
Upstream changes:
2010-09-01 Gisle Aas <gisle@ActiveState.com>
Release 1.55
Gisle Aas (2):
Treat ? as a reserved character in file: URIs
" is not a URI character [RT#56421]
Torsten F<C3><B6>rtsch (1):
Avoid test failure unless defined $Config{useperlio}
Diffstat (limited to 'www/p5-URI/Makefile')
-rw-r--r-- | www/p5-URI/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/p5-URI/Makefile b/www/p5-URI/Makefile index 915ff6e19b1..d90befd5f7d 100644 --- a/www/p5-URI/Makefile +++ b/www/p5-URI/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.42 2010/08/21 16:37:10 seb Exp $ +# $NetBSD: Makefile,v 1.43 2010/09/02 20:34:24 sno Exp $ # -DISTNAME= URI-1.54 +DISTNAME= URI-1.55 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 +#PKGREVISION= 1 SVR4_PKGNAME= p5uri CATEGORIES= www net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=URI/} |