pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/p5-libwww Update www/libwww-perl to 5.805nb1 Add D...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b009b0454d99
branches:  trunk
changeset: 517574:b009b0454d99
user:      abs <abs%pkgsrc.org@localhost>
date:      Tue Aug 15 12:10:52 2006 +0000

description:
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:

 www/p5-libwww/Makefile |  12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)

diffs (32 lines):

diff -r 278d98d275e9 -r b009b0454d99 www/p5-libwww/Makefile
--- a/www/p5-libwww/Makefile    Tue Aug 15 12:07:33 2006 +0000
+++ b/www/p5-libwww/Makefile    Tue Aug 15 12:10:52 2006 +0000
@@ -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 @@
 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-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-URI>=1.10:../../www/p5-URI
-DEPENDS+=      p5-Compress-Zlib-[0-9]*:../../devel/p5-Compress-Zlib
 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
 



Home | Main Index | Thread Index | Old Index