FreeBSD Bugzilla – Attachment 50977 Details for
Bug 77555
Update port: www/p5-libwww to 5.803
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 6.86 KB, created by
skv
on 2005-02-15 11:20:19 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
skv
Created:
2005-02-15 11:20:19 UTC
Size:
6.86 KB
patch
obsolete
>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); >- } >- }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 77555
: 50977