diff options
author | heinz <heinz@pkgsrc.org> | 2004-01-18 22:21:14 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2004-01-18 22:21:14 +0000 |
commit | 05acee146f462e66de39ea11878cd8093ad3cfd2 (patch) | |
tree | 1e62690d971214426b70cf1c005c639374e8105d /www | |
parent | ec9861a6324ed649af333d7251b9fee0c26e0ed9 (diff) | |
download | pkgsrc-05acee146f462e66de39ea11878cd8093ad3cfd2.tar.gz |
Update to 1.30.
bl3ify
Added HOMEPAGE.
Changed MAINTAINER to myself.
Changes since 1.27:
2004-01-14 Gisle Aas <gisle@ActiveState.com>
Release 1.30
Documentation fixes by Paul Croome <Paul.Croome@softwareag.com>.
2004-01-02 Gisle Aas <gisle@ActiveState.com>
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 <daniel@electricrain.com>.
2003-11-30 Gisle Aas <gisle@ActiveState.com>
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 <awk@awks.org>.
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.
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-URI/Makefile | 11 | ||||
-rw-r--r-- | www/p5-URI/distinfo | 6 |
2 files changed, 10 insertions, 7 deletions
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 |