pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/p5-HTTP-DAV Update from version 0.31nb6 to 0.35.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6e6e66b89073
branches:  trunk
changeset: 551313:6e6e66b89073
user:      he <he%pkgsrc.org@localhost>
date:      Fri Dec 12 23:11:13 2008 +0000

description:
Update from version 0.31nb6 to 0.35.

Pkgsrc changes:
 o Add commented-out additional HOMEPAGE using search.cpan.org
 o Adjust dependencies in accordance with updated requirements

Upstream changes:

 v0.35 (released 2008/11/03):
    *   bug fixes
          - Fixed RT #40318
            (http://rt.cpan.org/Public/Bug/Display.html?id=40318),
            about getting single or multiple files directly to
            \*STDOUT.

  v0.34 (released 2008/09/11):
    *   bug fixes
          - Fixed RT #39150
            (http://rt.cpan.org/Public/Bug/Display.html?id=39150),
            about downloading multiple files in the same directory.

  v0.33 (released 2008/08/24):
    *   documentation
          - Clearly state that opera software asa is now co-maintainer
            of http::dav
          - Fixed various inconsistencies in the v0.32 documentation

  v0.32 (released 2008/08/24):
    *   incompatibilities
         - Now HTTP::DAV requires Perl 5.6.0+ and Scalar::Util
           (core in 5.8.x).

    *   bug fixes
         - Now HTTP::DAV objects are correctly released from memory
           when they go out of scope. Now it should be possible to
           use multiple instances of HTTP::DAV even in long-running
           processes.

           Was caused by circular references between HTTP::DAV and
           HTTP::DAV::Resource.

diffstat:

 www/p5-HTTP-DAV/Makefile |  8 ++++----
 www/p5-HTTP-DAV/distinfo |  8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (41 lines):

diff -r 66dd4565ee2d -r 6e6e66b89073 www/p5-HTTP-DAV/Makefile
--- a/www/p5-HTTP-DAV/Makefile  Fri Dec 12 22:45:59 2008 +0000
+++ b/www/p5-HTTP-DAV/Makefile  Fri Dec 12 23:11:13 2008 +0000
@@ -1,20 +1,20 @@
-# $NetBSD: Makefile,v 1.15 2008/10/19 19:19:15 he Exp $
+# $NetBSD: Makefile,v 1.16 2008/12/12 23:11:13 he Exp $
 #
 
-DISTNAME=      HTTP-DAV-0.31
+DISTNAME=      HTTP-DAV-0.35
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   6
 SVR4_PKGNAME=  p5htd
 CATEGORIES=    www perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=HTTP/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://webdav.org/perldav/
+#HOMEPAGE=     http://search.cpan.org/dist/HTTP-DAV/
 COMMENT=       HTTP::DAV interface and 'dave'
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
-DEPENDS+=      p5-libwww-[0-9]*:../../www/p5-libwww
+DEPENDS+=      p5-libwww>=5.48:../../www/p5-libwww
 DEPENDS+=      p5-XML-DOM-[0-9]*:../../textproc/p5-XML-DOM
 
 PERL5_PACKLIST=                auto/HTTP/DAV/.packlist
diff -r 66dd4565ee2d -r 6e6e66b89073 www/p5-HTTP-DAV/distinfo
--- a/www/p5-HTTP-DAV/distinfo  Fri Dec 12 22:45:59 2008 +0000
+++ b/www/p5-HTTP-DAV/distinfo  Fri Dec 12 23:11:13 2008 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2005/02/24 14:08:36 wiz Exp $
+$NetBSD: distinfo,v 1.3 2008/12/12 23:11:13 he Exp $
 
-SHA1 (HTTP-DAV-0.31.tar.gz) = c65d0865bb64e4be22b668eb61602bcdc5ae2f4c
-RMD160 (HTTP-DAV-0.31.tar.gz) = 61ea81b3b02f2711dcbba627a15e022947fccd1c
-Size (HTTP-DAV-0.31.tar.gz) = 76555 bytes
+SHA1 (HTTP-DAV-0.35.tar.gz) = fa545f33f81163553c8bf048a10f838fa4ea359b
+RMD160 (HTTP-DAV-0.35.tar.gz) = 1496a5c3133b37a18cea5d29193c74ffbbb6a0a4
+Size (HTTP-DAV-0.35.tar.gz) = 98591 bytes



Home | Main Index | Thread Index | Old Index