pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/p5-libwww pkgsrc changes:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bb05c793cd08
branches:  trunk
changeset: 395860:bb05c793cd08
user:      sno <sno%pkgsrc.org@localhost>
date:      Wed Jul 15 06:33:46 2009 +0000

description:
pkgsrc changes:
  - Updating package for p5 module LWP from 5.828 to 5.829
  - Adjusting license to perl license

Upstream changes:
2009-07-07  Release 5.829

This release removes callback handlers that were left over on the returned
HTTP::Responses.  This was problematic because it created reference loops
preventing the Perl garbage collector from releasing their memory.  Another
problem was that Storable by default would not serialize these objects any
more.

This release also adds support for locating HTML::Form inputs by id or class
attribute; for instance $form->value("#foo", 42) will set the value on the
input with the ID of "foo".

Gisle Aas (5):
      Make the example code 'use strict' clean by adding a my
      Avoid cycle in response
      Clean up handlers has from response after data processing is done
      Support finding inputs by id or class in HTML::Form
      Test HTML::Form selectors

Mark Stosberg (1):
      Tidy and document the internals of mirror() better [RT#23450]

phrstbrn (1):
      Avoid warnings from HTML::Form [RT#42654]

diffstat:

 www/p5-libwww/Makefile |  5 +++--
 www/p5-libwww/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 6 deletions(-)

diffs (33 lines):

diff -r 124cc2c35c82 -r bb05c793cd08 www/p5-libwww/Makefile
--- a/www/p5-libwww/Makefile    Wed Jul 15 06:26:28 2009 +0000
+++ b/www/p5-libwww/Makefile    Wed Jul 15 06:33:46 2009 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.71 2009/07/07 19:40:30 sno Exp $
+# $NetBSD: Makefile,v 1.72 2009/07/15 06:33:46 sno Exp $
 
-DISTNAME=      libwww-perl-5.828
+DISTNAME=      libwww-perl-5.829
 PKGNAME=       p5-${DISTNAME:S/-perl-/-/}
 SVR4_PKGNAME=  p5lww
 CATEGORIES=    www perl5
@@ -9,6 +9,7 @@
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://search.cpan.org/dist/libwww-perl/
 COMMENT=       Perl5 library for WWW access
+LICENSE=       ${PERL5_LICENSE}
 
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 PKG_DESTDIR_SUPPORT=   user-destdir
diff -r 124cc2c35c82 -r bb05c793cd08 www/p5-libwww/distinfo
--- a/www/p5-libwww/distinfo    Wed Jul 15 06:26:28 2009 +0000
+++ b/www/p5-libwww/distinfo    Wed Jul 15 06:33:46 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.29 2009/07/07 19:40:30 sno Exp $
+$NetBSD: distinfo,v 1.30 2009/07/15 06:33:47 sno Exp $
 
-SHA1 (libwww-perl-5.828.tar.gz) = 3278881c130156d243779bd8e037e4cb8516a28b
-RMD160 (libwww-perl-5.828.tar.gz) = 8b784473d7eee8cfac1e9724a9898f72b7a32132
-Size (libwww-perl-5.828.tar.gz) = 264529 bytes
+SHA1 (libwww-perl-5.829.tar.gz) = d5533f0c538cacd6c5482a416494e896bfe517fe
+RMD160 (libwww-perl-5.829.tar.gz) = 4d6fdd8ead4feae6f33a0c6abca2a0573dcd1e37
+Size (libwww-perl-5.829.tar.gz) = 265706 bytes



Home | Main Index | Thread Index | Old Index