diff options
author | martti <martti> | 2001-11-22 09:11:08 +0000 |
---|---|---|
committer | martti <martti> | 2001-11-22 09:11:08 +0000 |
commit | de688b1eac5dc82585d64b1477435d7e1b33b512 (patch) | |
tree | 47529565c371190b08913fa9536db6ec2a5aa053 /www | |
parent | f3cced773ec2d9d44779267b86474d60bead8412 (diff) | |
download | pkgsrc-de688b1eac5dc82585d64b1477435d7e1b33b512.tar.gz |
Updated to version 5.61 (PR#14613). Changes since 5.53:
- Add HOMEPAGE
- Remove duplicate DEPENDS with p5-URI
- Add patch to avoid interactive questions
- new maintainer
- New Net::HTTPS module
- HTTP/1.1 and SSL supports
- More bugfixs in LWP::*
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-libwww/Makefile | 10 | ||||
-rw-r--r-- | www/p5-libwww/distinfo | 7 | ||||
-rw-r--r-- | www/p5-libwww/patches/patch-aa | 28 |
3 files changed, 37 insertions, 8 deletions
diff --git a/www/p5-libwww/Makefile b/www/p5-libwww/Makefile index 4608ecc5425..ee867174780 100644 --- a/www/p5-libwww/Makefile +++ b/www/p5-libwww/Makefile @@ -1,19 +1,19 @@ -# $NetBSD: Makefile,v 1.21 2001/10/18 15:20:52 veego Exp $ +# $NetBSD: Makefile,v 1.22 2001/11/22 09:11:08 martti Exp $ # FreeBSD Id: Makefile,v 1.12 1997/09/14 04:00:11 jfitz Exp # -DISTNAME= libwww-perl-5.53 +DISTNAME= libwww-perl-5.61 PKGNAME= p5-${DISTNAME:S/-perl-/-/} SVR4_PKGNAME= p5lww CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=WWW/} -MAINTAINER= packages@netbsd.org +MAINTAINER= shell@shellhung.org +HOMEPAGE= http://www.linpro.no/lwp/ COMMENT= perl5 library for WWW access DEPENDS+= p5-Digest-MD5-[0-9]*:../../security/p5-Digest-MD5 DEPENDS+= p5-Net-[0-9]*:../../net/p5-Net -DEPENDS+= p5-MIME-Base64-[0-9]*:../../converters/p5-MIME-Base64 DEPENDS+= p5-HTML-Parser-[0-9]*:../../www/p5-HTML-Parser DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI @@ -21,6 +21,6 @@ USE_PERL5= # defined PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/libwww-perl/.packlist do-configure: - @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL -n .include "../../mk/bsd.pkg.mk" diff --git a/www/p5-libwww/distinfo b/www/p5-libwww/distinfo index 6794087a032..cef7c4157a0 100644 --- a/www/p5-libwww/distinfo +++ b/www/p5-libwww/distinfo @@ -1,4 +1,5 @@ -$NetBSD: distinfo,v 1.3 2001/05/14 16:01:23 zuntum Exp $ +$NetBSD: distinfo,v 1.4 2001/11/22 09:11:08 martti Exp $ -SHA1 (libwww-perl-5.53.tar.gz) = b11904f3e4273e1db6d270d89b72a04183cfe15f -Size (libwww-perl-5.53.tar.gz) = 157267 bytes +SHA1 (libwww-perl-5.61.tar.gz) = 728b311acdcd729bf693e8f66bf93108b9e31b06 +Size (libwww-perl-5.61.tar.gz) = 179890 bytes +SHA1 (patch-aa) = e057150cf7dc34ef30865ca59b89a63f005d73e5 diff --git a/www/p5-libwww/patches/patch-aa b/www/p5-libwww/patches/patch-aa new file mode 100644 index 00000000000..c7f12e993ce --- /dev/null +++ b/www/p5-libwww/patches/patch-aa @@ -0,0 +1,28 @@ +$NetBSD: patch-aa,v 1.1 2001/11/22 09:11:08 martti Exp $ + +--- Makefile.PL.orig Sat Nov 17 16:27:59 2001 ++++ Makefile.PL Sat Nov 17 16:32:13 2001 +@@ -41,13 +41,18 @@ + sub { ($_[5]+1900, $_[4]+1, $_[3])}->(localtime(time - 45 * 24*60*60)); + if ($some_time_ago lt $release_date) { + # Check if we have internet connection +- require IO::Socket; +- my $s = IO::Socket::INET->new(PeerAddr => "www.google.com:80", +- Timeout => 10, +- ); ++ my $s = 0; ++# require IO::Socket; ++# my $s = IO::Socket::INET->new(PeerAddr => "www.google.com:80", ++# Timeout => 10, ++# ); ++# ++# Disable the test by default, to avoid interactive and some system maybe ++# don't have directly internet connection. ++# + if ($s) { + # XXX could try to send a GET to it??? +- close($s); ++# close($s); + + print <<EOT; + |