From af4da445b7f2e7ea7184f22d59f29cdb511012eb Mon Sep 17 00:00:00 2001 From: heinz Date: Sun, 18 Jan 2004 22:21:14 +0000 Subject: Update to 1.30. bl3ify Added HOMEPAGE. Changed MAINTAINER to myself. Changes since 1.27: 2004-01-14 Gisle Aas Release 1.30 Documentation fixes by Paul Croome . 2004-01-02 Gisle Aas Release 1.29 Added support for the ldapi: and ldaps: schemes. The ldaps: implementation was contributed by Graham Barr. Added support for mms: scheme. Contributed by Dan Sully . 2003-11-30 Gisle Aas Release 1.28 The query_param_delete() method was not able to delete the last parameter from a form. Similar problem existing when deleting via query_param(). Patch by . The query_form() method now allow an array or hash reference to be passed to set the value. This makes it possible to set the value to an empty form, something that the old API did not allow. The query_keywords() method now allow an array reference to be passed to set the value. --- www/p5-URI/Makefile | 11 +++++++---- www/p5-URI/distinfo | 6 +++--- 2 files changed, 10 insertions(+), 7 deletions(-) (limited to 'www/p5-URI') diff --git a/www/p5-URI/Makefile b/www/p5-URI/Makefile index ef035c803f5..f660b393550 100644 --- a/www/p5-URI/Makefile +++ b/www/p5-URI/Makefile @@ -1,20 +1,23 @@ -# $NetBSD: Makefile,v 1.23 2003/11/27 16:34:48 grant Exp $ +# $NetBSD: Makefile,v 1.24 2004/01/18 22:21:14 heinz Exp $ # -DISTNAME= URI-1.27 +DISTNAME= URI-1.30 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5uri CATEGORIES= www net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=URI/} -MAINTAINER= tech-pkg@NetBSD.org +MAINTAINER= heinz@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/URI/ COMMENT= Perl5 Uniform Resource Identifiers class (URI, RFC 2396) BUILD_DEPENDS= p5-MIME-Base64>=2.12:../../converters/p5-MIME-Base64 CONFLICTS+= p5-libwww-5.36 # URI used to be part of that package -USE_BUILDLINK2= YES +PKG_INSTALLATION_TYPES= overwrite pkgviews + +USE_BUILDLINK3= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/URI/.packlist .include "../../lang/perl5/module.mk" diff --git a/www/p5-URI/distinfo b/www/p5-URI/distinfo index 5ffc220fc42..5dd290258c2 100644 --- a/www/p5-URI/distinfo +++ b/www/p5-URI/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.9 2003/11/27 16:34:48 grant Exp $ +$NetBSD: distinfo,v 1.10 2004/01/18 22:21:14 heinz Exp $ -SHA1 (URI-1.27.tar.gz) = ce6af1cf3117439843735568bfa8654d137d7d48 -Size (URI-1.27.tar.gz) = 91412 bytes +SHA1 (URI-1.30.tar.gz) = 5138d641c4e3162d182bc542261aed4de64ed52d +Size (URI-1.30.tar.gz) = 93379 bytes -- cgit v1.2.3