pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/p5-URI Update to 1.30.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9d557417a0b3
branches:  trunk
changeset: 466463:9d557417a0b3
user:      heinz <heinz%pkgsrc.org@localhost>
date:      Sun Jan 18 22:21:14 2004 +0000

description:
Update to 1.30.
bl3ify
Added HOMEPAGE.
Changed MAINTAINER to myself.


Changes since 1.27:

2004-01-14   Gisle Aas <gisle%ActiveState.com@localhost>

   Release 1.30

   Documentation fixes by Paul Croome <Paul.Croome%softwareag.com@localhost>.

2004-01-02   Gisle Aas <gisle%ActiveState.com@localhost>

   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@localhost>.

2003-11-30   Gisle Aas <gisle%ActiveState.com@localhost>

   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@localhost>.

   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:

 www/p5-URI/Makefile |  11 +++++++----
 www/p5-URI/distinfo |   6 +++---
 2 files changed, 10 insertions(+), 7 deletions(-)

diffs (42 lines):

diff -r 42bac3f937ee -r 9d557417a0b3 www/p5-URI/Makefile
--- a/www/p5-URI/Makefile       Sun Jan 18 22:09:14 2004 +0000
+++ b/www/p5-URI/Makefile       Sun Jan 18 22:21:14 2004 +0000
@@ -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@localhost
+MAINTAINER=    heinz%NetBSD.org@localhost
+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 -r 42bac3f937ee -r 9d557417a0b3 www/p5-URI/distinfo
--- a/www/p5-URI/distinfo       Sun Jan 18 22:09:14 2004 +0000
+++ b/www/p5-URI/distinfo       Sun Jan 18 22:21:14 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index