From skv@FreeBSD.org  Tue Feb 15 11:16:18 2005
Return-Path: <skv@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 72A8116A4CF
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 15 Feb 2005 11:16:18 +0000 (GMT)
Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21])
	by mx1.FreeBSD.org (Postfix) with ESMTP id BEDA943D48
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 15 Feb 2005 11:16:17 +0000 (GMT)
	(envelope-from skv@FreeBSD.org)
Received: from freefall.freebsd.org (skv@localhost [127.0.0.1])
	by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j1FBGHxf056679
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 15 Feb 2005 11:16:17 GMT
	(envelope-from skv@freefall.freebsd.org)
Received: (from skv@localhost)
	by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j1FBGHJK056678;
	Tue, 15 Feb 2005 11:16:17 GMT
	(envelope-from skv)
Message-Id: <200502151116.j1FBGHJK056678@freefall.freebsd.org>
Date: Tue, 15 Feb 2005 11:16:17 GMT
From: skv@freebsd.org
Reply-To: skv@freebsd.org
To: FreeBSD-gnats-submit@freebsd.org
Subject: Update port: www/p5-libwww to 5.803
X-Send-Pr-Version: 3.2

>Number:         77555
>Category:       ports
>Synopsis:       Update port: www/p5-libwww to 5.803
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    petef
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 15 11:20:19 GMT 2005
>Closed-Date:    Wed Mar 02 09:57:02 GMT 2005
>Last-Modified:  Wed Mar 02 09:57:02 GMT 2005
>Originator:     Sergey Skvortsov
>Release:        FreeBSD 4.10-STABLE i386
>Organization:
<Organization of PR author (multiple lines)>
>Environment:

	<Relevant environment information (multiple lines)>

>Description:

Update port: www/p5-libwww to 5.803

>How-To-Repeat:

	<Code/input/activities to reproduce the problem (multiple lines)>

>Fix:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/www/p5-libwww/Makefile,v
retrieving revision 1.65
diff -u -u -r1.65 Makefile
--- Makefile	15 Jul 2004 12:53:40 -0000	1.65
+++ Makefile	15 Feb 2005 11:09:04 -0000
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	p5-libwww
-PORTVERSION=	5.79
-PORTREVISION=	1
+PORTVERSION=	5.803
 CATEGORIES=	www perl5 devel
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	LWP
@@ -17,6 +16,10 @@
 COMMENT=	Perl5 library for WWW access
 
 BUILD_DEPENDS=	${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI \
+		${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \
+		${SITE_PERL}/${PERL_ARCH}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \
+		${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \
+		${SITE_PERL}/Net/FTP.pm:${PORTSDIR}/net/p5-Net \
 		${SITE_PERL}/${PERL_ARCH}/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser
 RUN_DEPENDS=	${BUILD_DEPENDS}
 
@@ -25,28 +28,19 @@
 MAN1=	GET.1 HEAD.1 POST.1 lwp-download.1 lwp-mirror.1 lwp-request.1 lwp-rget.1
 
 MAN3=	Bundle::LWP.3 File::Listing.3 HTML::Form.3 HTTP::Cookies.3 \
-	HTTP::Daemon.3 HTTP::Date.3 HTTP::Headers.3 HTTP::Headers::Util.3 \
-	HTTP::Message.3 HTTP::Negotiate.3 HTTP::Request.3 \
-	HTTP::Request::Common.3 HTTP::Response.3 HTTP::Status.3 LWP.3 \
-	LWP::ConnCache.3 LWP::Debug.3 LWP::MediaTypes.3 LWP::MemberMixin.3 \
-	LWP::Protocol.3 LWP::RobotUA.3 LWP::Simple.3 LWP::UserAgent.3 Net::HTTP.3 \
-	Net::HTTP::NB.3 WWW::RobotRules.3 WWW::RobotRules::AnyDBM_File.3 \
-	LWP::Authen::Ntlm.3 HTTP::Cookies::Microsoft.3 LWP::DebugFile.3 \
-	HTTP::Cookies::Netscape.3 lwpcook.3 lwptut.3
-
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 500804
-BUILD_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \
-		${SITE_PERL}/Net/FTP.pm:${PORTSDIR}/net/p5-Net \
-		${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64
-RUN_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \
-		${SITE_PERL}/Net/FTP.pm:${PORTSDIR}/net/p5-Net \
-		${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64
-.endif
+	HTTP::Cookies::Microsoft.3 HTTP::Cookies::Netscape.3 \
+	HTTP::Daemon.3 HTTP::Date.3 HTTP::Headers.3 \
+	HTTP::Headers::Util.3 HTTP::Message.3 HTTP::Negotiate.3 \
+	HTTP::Request.3 HTTP::Request::Common.3 HTTP::Response.3 \
+	HTTP::Status.3 LWP.3 LWP::Authen::Ntlm.3 LWP::ConnCache.3 \
+	LWP::Debug.3 LWP::DebugFile.3 LWP::MediaTypes.3 \
+	LWP::MemberMixin.3 LWP::Protocol.3 LWP::RobotUA.3 LWP::Simple.3 \
+	LWP::UserAgent.3 Net::HTTP.3 Net::HTTP::NB.3 WWW::RobotRules.3 \
+	WWW::RobotRules::AnyDBM_File.3 lwpcook.3 lwptut.3
 
 post-patch:
 	@${PERL} -pi -e "s,/usr/lib/sendmail,/usr/sbin/sendmail," \
 		${WRKSRC}/lib/LWP/Protocol/mailto.pm
+	@${PERL} -pi -e 's!(?=prompt\()!1 || !g' ${WRKSRC}/Makefile.PL
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/www/p5-libwww/distinfo,v
retrieving revision 1.26
diff -u -u -r1.26 distinfo
--- distinfo	2 Jun 2004 07:06:24 -0000	1.26
+++ distinfo	15 Feb 2005 10:21:14 -0000
@@ -1,2 +1,2 @@
-MD5 (libwww-perl-5.79.tar.gz) = 6682a0a532bf0b2cf76259c94d0d8dc4
-SIZE (libwww-perl-5.79.tar.gz) = 224889
+MD5 (libwww-perl-5.803.tar.gz) = 3345d5f15a4f42350847254141725c8f
+SIZE (libwww-perl-5.803.tar.gz) = 234773
Index: pkg-descr
===================================================================
RCS file: /home/ncvs/ports/www/p5-libwww/pkg-descr,v
retrieving revision 1.5
diff -u -u -r1.5 pkg-descr
--- pkg-descr	1 May 2001 00:50:41 -0000	1.5
+++ pkg-descr	15 Feb 2005 10:20:47 -0000
@@ -1,16 +1,14 @@
-       Libwww-perl is a collection of Perl modules which provides
-       a simple and consistent programming interface (API) to the
-       World-Wide Web.  The main focus of the library is to
-       provide classes and functions that allow you to write WWW
-       clients, thus libwww-perl said to be a WWW client library.
-       The library also contain modules that are of more general
-       use.
+Libwww-perl is a collection of Perl modules which provides a simple and
+consistent programming interface (API) to the World-Wide Web.  The main
+focus of the library is to provide classes and functions that allow you
+to write WWW clients, thus libwww-perl said to be a WWW client library.
+The library also contain modules that are of more general use.
 
-       The main architecture of the library is object oriented.
-       The user agent, requests sent and responses received from
-       the WWW server are all represented by objects.  This makes
-       a simple and powerful interface to these services.  The
-       interface should be easy to extend and customize for your
-       needs.
+The main architecture of the library is object oriented.  The user
+agent, requests sent and responses received from the WWW server are all
+represented by objects.  This makes a simple and powerful interface to
+these services.  The interface should be easy to extend and customize
+for your needs.
 
+WWW: http://search.cpan.org/dist/p5-libwww/
 WWW: http://www.linpro.no/lwp/
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/www/p5-libwww/pkg-plist,v
retrieving revision 1.23
diff -u -u -r1.23 pkg-plist
--- pkg-plist	24 Dec 2003 16:02:49 -0000	1.23
+++ pkg-plist	15 Feb 2005 11:11:17 -0000
@@ -43,6 +43,7 @@
 %%SITE_PERL%%/LWP/Protocol/http10.pm
 %%SITE_PERL%%/LWP/Protocol/https.pm
 %%SITE_PERL%%/LWP/Protocol/https10.pm
+%%SITE_PERL%%/LWP/Protocol/loopback.pm
 %%SITE_PERL%%/LWP/Protocol/mailto.pm
 %%SITE_PERL%%/LWP/Protocol/nntp.pm
 %%SITE_PERL%%/LWP/Protocol/nogo.pm
Index: files/patch-Makefile.PL
===================================================================
RCS file: files/patch-Makefile.PL
diff -N files/patch-Makefile.PL
--- files/patch-Makefile.PL	2 Apr 2003 19:56:54 -0000	1.2
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,29 +0,0 @@
---- Makefile.PL.orig	Wed Apr  2 21:15:42 2003
-+++ Makefile.PL	Wed Apr  2 21:16:00 2003
-@@ -57,7 +57,7 @@ support works as it should.
- 
- EOT
- 
--        if (prompt("Do you want to enable these tests?", "y") =~ /^y/i) {
-+        if (1 || prompt("Do you want to enable these tests?", "y") =~ /^y/i) {
- 	    open(ENABLED, ">t/live/ENABLED") || die "Can't enable: $!";
- 	    close(ENABLED);
- 
-@@ -95,7 +95,7 @@ to install in $Config{sitebin}.
- EOT
-     my @tmp;
-     for (@programs_to_install) {
--	if (prompt("Do you want to install $_?", "y") =~ /^y/) {
-+	if (1 || prompt("Do you want to install $_?", "y") =~ /^y/) {
- 	    push(@tmp, $_);
- 	}
-     }
-@@ -126,7 +126,7 @@ EOT
- 	    }
- 	    close(PROG);
- 	}
--	if (prompt("Do you want to install the $alias alias?", $default) =~ /^y/) {
-+	if (1 || prompt("Do you want to install the $alias alias?", $default) =~ /^y/) {
- 	    push(@tmp, $alias);
- 	}
-     }
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->petef 
Responsible-Changed-By: skv 
Responsible-Changed-When: Tue Feb 15 11:24:23 GMT 2005 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=77555 
State-Changed-From-To: open->closed 
State-Changed-By: skv 
State-Changed-When: Wed Mar 2 09:56:56 GMT 2005 
State-Changed-Why:  
Committed. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=77555 
>Unformatted:
