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.
This commit is contained in:
parent
b965fbc740
commit
c805ed8a77
2 changed files with 8 additions and 8 deletions
|
@ -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
|
||||
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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue