diff options
author | he <he@pkgsrc.org> | 2008-12-12 23:11:13 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2008-12-12 23:11:13 +0000 |
commit | c805ed8a77f34d514437b2e80ce91f297473df24 (patch) | |
tree | 2bb778985a9dcfbfd594ec6f32d4276cc287d28b | |
parent | b965fbc7402dea497cc04e8d61f70ffe578a6ff5 (diff) | |
download | pkgsrc-c805ed8a77f34d514437b2e80ce91f297473df24.tar.gz |
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.
-rw-r--r-- | www/p5-HTTP-DAV/Makefile | 8 | ||||
-rw-r--r-- | www/p5-HTTP-DAV/distinfo | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/www/p5-HTTP-DAV/Makefile b/www/p5-HTTP-DAV/Makefile index fb4248ffef4..9bd8e06b10a 100644 --- a/www/p5-HTTP-DAV/Makefile +++ b/www/p5-HTTP-DAV/Makefile @@ -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 diff --git a/www/p5-HTTP-DAV/distinfo b/www/p5-HTTP-DAV/distinfo index c92a6154c76..492f09f9009 100644 --- a/www/p5-HTTP-DAV/distinfo +++ b/www/p5-HTTP-DAV/distinfo @@ -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 |