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 /www/p5-HTTP-DAV/Makefile | |
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.
Diffstat (limited to 'www/p5-HTTP-DAV/Makefile')
-rw-r--r-- | www/p5-HTTP-DAV/Makefile | 8 |
1 files changed, 4 insertions, 4 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 |