From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 16 10:00:44 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C218D16A4CF for ; Sun, 16 May 2004 10:00:44 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D28F343D46 for ; Sun, 16 May 2004 10:00:41 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i4GH0fm6029266 for ; Sun, 16 May 2004 10:00:41 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i4GH0fLO029257; Sun, 16 May 2004 10:00:41 -0700 (PDT) (envelope-from gnats) Resent-Date: Sun, 16 May 2004 10:00:41 -0700 (PDT) Resent-Message-Id: <200405161700.i4GH0fLO029257@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Lars Eggert Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DCCF616A4CE; Sun, 16 May 2004 09:53:23 -0700 (PDT) Received: from ftp.ccrle.nec.de (ftp.netlab.nec.de [195.37.70.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3575043D31; Sun, 16 May 2004 09:53:22 -0700 (PDT) (envelope-from lars.eggert@gmx.net) Received: from eggert.homeip.net (p508433C4.dip0.t-ipconnect.de [80.132.51.196]) by ftp.ccrle.nec.de (Postfix) with ESMTP id 83551F674; Sun, 16 May 2004 18:58:26 +0200 (CEST) Received: by eggert.homeip.net (sSMTP sendmail emulation); Sun, 16 May 2004 18:53:31 -0700 Message-Id: <20040516165826.83551F674@ftp.ccrle.nec.de> Date: Sun, 16 May 2004 18:53:31 -0700 From: Lars Eggert To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: tobez@FreeBSD.org Subject: ports/66714: [PATCH] www/p5-WWW-Mechanize: update to 1.02 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 May 2004 17:00:44 -0000 >Number: 66714 >Category: ports >Synopsis: [PATCH] www/p5-WWW-Mechanize: update to 1.02 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun May 16 10:00:41 PDT 2004 >Closed-Date: >Last-Modified: >Originator: Lars Eggert >Release: FreeBSD 5.2-CURRENT i386 >Organization: >Environment: System: FreeBSD localhost 5.2-CURRENT FreeBSD 5.2-CURRENT #0: Tue May 4 21:57:44 PDT >Description: - Update to 1.02 Port maintainer (tobez@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.50 >How-To-Repeat: >Fix: --- p5-WWW-Mechanize-1.02.patch begins here --- ? p5-WWW-Mechanize-1.02.tbz ? work Index: Makefile =================================================================== RCS file: /home/ncvs/ports/www/p5-WWW-Mechanize/Makefile,v retrieving revision 1.7 diff -u -u -r1.7 Makefile --- Makefile 15 Feb 2004 15:25:37 -0000 1.7 +++ Makefile 16 May 2004 16:53:20 -0000 @@ -6,7 +6,7 @@ # PORTNAME= WWW-Mechanize -PORTVERSION= 0.72 +PORTVERSION= 1.02 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= WWW @@ -24,8 +24,10 @@ PERL_CONFIGURE= yes -MAN3= WWW::Mechanize.3 WWW::Mechanize::Examples.3 \ - WWW::Mechanize::FAQ.3 WWW::Mechanize::Link.3 +MAN1PREFIX= ${PREFIX} +MAN3= WWW::Mechanize.3 WWW::Mechanize::Cookbook.3 \ + WWW::Mechanize::Examples.3 WWW::Mechanize::FAQ.3 \ + WWW::Mechanize::Link.3 MAN1= mech-dump.1 .include Index: distinfo =================================================================== RCS file: /home/ncvs/ports/www/p5-WWW-Mechanize/distinfo,v retrieving revision 1.7 diff -u -u -r1.7 distinfo --- distinfo 15 Feb 2004 15:25:37 -0000 1.7 +++ distinfo 16 May 2004 16:53:20 -0000 @@ -1,2 +1,2 @@ -MD5 (WWW-Mechanize-0.72.tar.gz) = c53a8dd33de1c01bc08078096c72bf29 -SIZE (WWW-Mechanize-0.72.tar.gz) = 82958 +MD5 (WWW-Mechanize-1.02.tar.gz) = 81dba4c03fe003ce3f715e6432bdb1aa +SIZE (WWW-Mechanize-1.02.tar.gz) = 86219 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/www/p5-WWW-Mechanize/pkg-plist,v retrieving revision 1.6 diff -u -u -r1.6 pkg-plist --- pkg-plist 7 Oct 2003 13:05:42 -0000 1.6 +++ pkg-plist 16 May 2004 16:53:20 -0000 @@ -1,10 +1,9 @@ bin/mech-dump %%SITE_PERL%%/WWW/Mechanize.pm +%%SITE_PERL%%/WWW/Mechanize/Cookbook.pod %%SITE_PERL%%/WWW/Mechanize/Examples.pod %%SITE_PERL%%/WWW/Mechanize/FAQ.pod %%SITE_PERL%%/WWW/Mechanize/Link.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Mechanize/.packlist @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Mechanize -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW 2>/dev/null || true @dirrm %%SITE_PERL%%/WWW/Mechanize -@unexec rmdir %D/%%SITE_PERL%%/WWW 2>/dev/null || true Index: files/patch-Makefile.PL =================================================================== RCS file: /home/ncvs/ports/www/p5-WWW-Mechanize/files/patch-Makefile.PL,v retrieving revision 1.2 diff -u -u -r1.2 patch-Makefile.PL --- files/patch-Makefile.PL 3 Oct 2003 10:29:21 -0000 1.2 +++ files/patch-Makefile.PL 16 May 2004 16:53:20 -0000 @@ -1,56 +1,11 @@ ---- Makefile.PL.orig Mon Aug 18 03:35:42 2003 -+++ Makefile.PL Fri Oct 3 11:47:30 2003 -@@ -5,28 +5,7 @@ - use constant FLAG_SKIPMECHDUMP => "t/SKIP-MECH-FORMS"; - - # Much logic stolen fromm libwww-perl's Makefile.PL --my $skiplive = 0; -- --require IO::Socket; --my $s = IO::Socket::INET->new(PeerAddr => "www.google.com:80", -- Timeout => 10, -- ); --if ($s) { -- close($s); -- $skiplive = 0; --} else { -- print < { TESTS => $tests }, +--- m Sun May 16 18:31:01 2004 ++++ Makefile.PL Sun May 16 18:32:35 2004 +@@ -63,7 +63,7 @@ + clean => { FILES => join( " ", FLAG_SKIPMECHDUMP, 'WWW-Mechanize-0*' ) }, }; -if ( prompt( "Do you want to install the mech-dump utility?", "y" ) =~ /^y/i ) { -+#if ( prompt( "Do you want to install the mech-dump utility?", "y" ) =~ /^y/i ) { - $parms->{EXE_FILES} = [ 'script/mech-dump' ]; ++if (1 or prompt( "Do you want to install the mech-dump utility?", "y" ) =~ /^y/i ) { + $parms->{EXE_FILES} = [ 'bin/mech-dump' ]; $parms->{PREREQ_PM}->{'Getopt::Long'} = 0; $parms->{PREREQ_PM}->{'Pod::Usage'} = 0; - -- local @ARGV = FLAG_SKIPMECHDUMP; -+ local @ARGV = (@ARGV, FLAG_SKIPMECHDUMP); - rm_f(); --} else { -- local @ARGV = FLAG_SKIPMECHDUMP; -- touch(); --} -+#} else { -+# local @ARGV = FLAG_SKIPMECHDUMP; -+# touch(); -+#} - - - eval { require IO::Socket::SSL }; --- p5-WWW-Mechanize-1.02.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: