c2f4ef62c9
- Updating package of p5 module HTTP::DAV from 0.35 to 0.38 - Setting license to explicit 'gnu-gpl-v2 # OR artistic' as specified in module's documentation Upstream changes: v0.38 (released 2009/06/09): * bug fixes - Fixed RT #14506 (http://rt.cpan.org/Public/Bug/Display.html?id=14506), about the missing get_lastresponse() method. It was a documentation bug. - Fixed RT #29788 (http://rt.cpan.org/Public/Bug/Display.html?id=29788), avoid file corruptions on Win32 when calling HTTP::DAV::get() method. - Fixed RT #31014 (http://rt.cpan.org/Public/Bug/Display.html?id=31014), probably already in v0.34, since it seems related to propfind() "depth" bug. v0.37 (released 2009/03/24): * bug fixes - Fixed RT #44409 (http://rt.cpan.org/Public/Bug/Display.html?id=44409), Small bug in HTTP::DAV::put(). Passing a reference as local content resulted in the "SCALAR(0x12345678)" being logged instead of the real scalar. v0.36 (released 2009/02/25): * bug fixes - Fixed RT #19616 (http://rt.cpan.org/Public/Bug/Display.html?id=19616), LWP::UserAgent::redirect_ok() is not changed anymore. We're subclassing it from HTTP::DAV::UserAgent and overriding redirect_ok() there. - Fixed RT #42877 (http://rt.cpan.org/Public/Bug/Display.html?id=42877), HTTP::DAV::UserAgent::credentials() has been modified to behave like LWP::UserAgent::credentials(), otherwise basic authentication breakages can occur. - Fixed a problem with C<-depth> argument to C<HTTP::DAV::propfind()> that could lead to massive performance degradation, especially when running C<propfind()> against large folders. C<-depth> was set to 1 even when passed as zero.
24 lines
641 B
Makefile
24 lines
641 B
Makefile
# $NetBSD: Makefile,v 1.17 2009/06/14 20:25:50 sno Exp $
|
|
#
|
|
|
|
DISTNAME= HTTP-DAV-0.38
|
|
PKGNAME= p5-${DISTNAME}
|
|
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'
|
|
LICENSE= gnu-gpl-v2 # OR artistic
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
DEPENDS+= p5-libwww>=5.48:../../www/p5-libwww
|
|
DEPENDS+= p5-XML-DOM-[0-9]*:../../textproc/p5-XML-DOM
|
|
|
|
PERL5_PACKLIST= auto/HTTP/DAV/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|