PkgSrc changes:
- Updating package for p5 module LWP to 5.826 from 5.825 Upstream changes: 2009-04-24 Release 5.826 Gisle Aas (2): Avoid returning stale Content-Type header after message parts have been updated Don't let content saved to file be affected by the $\ setting Graeme Thompson (1): Issues around multipart boundaries [RT#28970] Mike Schilli (1): Ignore random _proxy env variables, allow only valid schemes Slaven Rezic (1): README.SSL is not anymore available at the linpro.no URL. john9art (1): Make LWP::UserAgent constructor honor the default_headers option [RT#16637]
This commit is contained in:
parent
5db1175735
commit
f81d19317c
2 changed files with 8 additions and 8 deletions
|
@ -1,8 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.68 2009/04/11 23:15:21 sno Exp $
|
||||
# $NetBSD: Makefile,v 1.69 2009/04/29 07:39:37 sno Exp $
|
||||
|
||||
DISTNAME= libwww-perl-5.825
|
||||
DISTNAME= libwww-perl-5.826
|
||||
PKGNAME= p5-${DISTNAME:S/-perl-/-/}
|
||||
PKGREVISION= 1
|
||||
SVR4_PKGNAME= p5lww
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=WWW/}
|
||||
|
@ -16,12 +15,13 @@ PKG_DESTDIR_SUPPORT= user-destdir
|
|||
|
||||
DEPENDS+= p5-IO-Compress>=2.017:../../devel/p5-IO-Compress
|
||||
DEPENDS+= p5-Crypt-SSLeay>=0:../../security/p5-Crypt-SSLeay
|
||||
DEPENDS+= {perl>=5.10,p5-Digest-MD5-[0-9]*}:../../security/p5-Digest-MD5
|
||||
DEPENDS+= p5-HTML-Parser>=3.33:../../www/p5-HTML-Parser
|
||||
DEPENDS+= p5-HTML-Tagset-[0-9]*:../../www/p5-HTML-Tagset
|
||||
DEPENDS+= p5-IO-Socket-SSL-[0-9]*:../../security/p5-IO-Socket-SSL
|
||||
DEPENDS+= p5-MIME-Base64>=2.1:../../converters/p5-MIME-Base64
|
||||
DEPENDS+= p5-Net>=1.09:../../net/p5-Net # for Net::FTP>=2.58
|
||||
DEPENDS+= p5-URI>=1.10:../../www/p5-URI
|
||||
DEPENDS+= p5-Digest-MD5-[0-9]*:../../security/p5-Digest-MD5
|
||||
|
||||
USE_LANGUAGES= # empty
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.27 2009/02/22 15:50:25 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.28 2009/04/29 07:39:37 sno Exp $
|
||||
|
||||
SHA1 (libwww-perl-5.825.tar.gz) = c28ad5df9152881387cad3f2cc89e5cd0e56a92c
|
||||
RMD160 (libwww-perl-5.825.tar.gz) = c4a142cacb89c8af16938ae8f329d046a22809e2
|
||||
Size (libwww-perl-5.825.tar.gz) = 251865 bytes
|
||||
SHA1 (libwww-perl-5.826.tar.gz) = 0c6ba0a37ac82f170fe6d5e0092331f90937672b
|
||||
RMD160 (libwww-perl-5.826.tar.gz) = 9e34c1d2ffdfe7ad995c07ce587c0a8b177c4f06
|
||||
Size (libwww-perl-5.826.tar.gz) = 252196 bytes
|
||||
|
|
Loading…
Reference in a new issue