diff options
author | abs <abs@pkgsrc.org> | 2006-08-15 12:10:52 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2006-08-15 12:10:52 +0000 |
commit | 29fed73a37128a11b65dee48978f3588cf2de433 (patch) | |
tree | c67223b9f572a21ef3ab585ae91acb5a505cef5a /www/p5-libwww | |
parent | f1cff1a366683dcf07bcfa72fd1665773d1f24e9 (diff) | |
download | pkgsrc-29fed73a37128a11b65dee48978f3588cf2de433.tar.gz |
Update www/libwww-perl to 5.805nb1 Add DEPENDS for p5-Crypt-SSLeay
to fix https:// URLs broken with update of security/p5-IO-Socket-SSL
to 0.997 - behaviour was a null socket object returned in LWP::Agent
which was a joy to track down. Remember: "hidden perl dependencies
can expose you to perl code which may make your eyes bleed"
Diffstat (limited to 'www/p5-libwww')
-rw-r--r-- | www/p5-libwww/Makefile | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/www/p5-libwww/Makefile b/www/p5-libwww/Makefile index 544c9d66340..38115e1c0a3 100644 --- a/www/p5-libwww/Makefile +++ b/www/p5-libwww/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.44 2005/12/11 19:17:19 wiz Exp $ +# $NetBSD: Makefile,v 1.45 2006/08/15 12:10:52 abs Exp $ DISTNAME= libwww-perl-5.805 PKGNAME= p5-${DISTNAME:S/-perl-/-/} +PKGREVISION= 1 SVR4_PKGNAME= p5lww CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=WWW/} @@ -10,13 +11,14 @@ MAINTAINER= shell@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/libwww-perl/ COMMENT= Perl5 library for WWW access -DEPENDS+= p5-Digest-MD5-[0-9]*:../../security/p5-Digest-MD5 -DEPENDS+= p5-Net>=1.09:../../net/p5-Net # for Net::FTP>=2.58 -DEPENDS+= p5-HTML-Parser>=3.33:../../www/p5-HTML-Parser -DEPENDS+= p5-URI>=1.10:../../www/p5-URI DEPENDS+= p5-Compress-Zlib-[0-9]*:../../devel/p5-Compress-Zlib +DEPENDS+= p5-Crypt-SSLeay>=0:../../security/p5-Crypt-SSLeay +DEPENDS+= p5-HTML-Parser>=3.33:../../www/p5-HTML-Parser 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 PKG_INSTALLATION_TYPES= overwrite pkgviews |