diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2006-02-06 08:06:58 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2006-02-06 08:06:58 +0000 |
commit | ede8fbfc4811890e5239aa6f0b710999285bf39c (patch) | |
tree | 7cea4b59ceac53eaee89248cb4104d322301f476 /www/p5-WWW-Mechanize | |
parent | Update to 0.57. (diff) |
Update to 1.18.
Diffstat (limited to 'www/p5-WWW-Mechanize')
-rw-r--r-- | www/p5-WWW-Mechanize/Makefile | 3 | ||||
-rw-r--r-- | www/p5-WWW-Mechanize/distinfo | 6 | ||||
-rw-r--r-- | www/p5-WWW-Mechanize/files/patch-Makefile.PL | 16 |
3 files changed, 5 insertions, 20 deletions
diff --git a/www/p5-WWW-Mechanize/Makefile b/www/p5-WWW-Mechanize/Makefile index b1cd7d14bb12..893b87b8e107 100644 --- a/www/p5-WWW-Mechanize/Makefile +++ b/www/p5-WWW-Mechanize/Makefile @@ -6,7 +6,7 @@ # PORTNAME= WWW-Mechanize -PORTVERSION= 1.16 +PORTVERSION= 1.18 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= WWW @@ -20,6 +20,7 @@ BUILD_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \ RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes +CONFIGURE_ARGS+= --mech-dump --nolive MAN3= WWW::Mechanize.3 WWW::Mechanize::Cookbook.3 \ WWW::Mechanize::Examples.3 WWW::Mechanize::FAQ.3 \ diff --git a/www/p5-WWW-Mechanize/distinfo b/www/p5-WWW-Mechanize/distinfo index e7350f1943c9..f2554617857a 100644 --- a/www/p5-WWW-Mechanize/distinfo +++ b/www/p5-WWW-Mechanize/distinfo @@ -1,3 +1,3 @@ -MD5 (WWW-Mechanize-1.16.tar.gz) = 1fda15f7c031105cd0e2b9bbdafb647f -SHA256 (WWW-Mechanize-1.16.tar.gz) = 8f85354d238568079d66bb50b3efea9840c3ca2ffb3afdd8d0e1903f178cb69f -SIZE (WWW-Mechanize-1.16.tar.gz) = 105422 +MD5 (WWW-Mechanize-1.18.tar.gz) = d537bfefc84806227fd280a792f6527d +SHA256 (WWW-Mechanize-1.18.tar.gz) = 8ce2edad8033428813754fa07211bd177298f10e4a9ae70f2cefa10949b1e8cc +SIZE (WWW-Mechanize-1.18.tar.gz) = 107253 diff --git a/www/p5-WWW-Mechanize/files/patch-Makefile.PL b/www/p5-WWW-Mechanize/files/patch-Makefile.PL deleted file mode 100644 index ec2af4376db2..000000000000 --- a/www/p5-WWW-Mechanize/files/patch-Makefile.PL +++ /dev/null @@ -1,16 +0,0 @@ ---- Makefile.PL.orig Sun Mar 28 06:06:04 2004 -+++ Makefile.PL Fri May 21 13:02:17 2004 -@@ -1,4 +1,3 @@ --require 5.6.1; - use ExtUtils::MakeMaker qw( WriteMakefile prompt ); - use ExtUtils::Command qw( touch rm_f ); - use File::Spec; -@@ -63,7 +62,7 @@ - clean => { FILES => join( " ", FLAG_SKIPMECHDUMP, 'WWW-Mechanize-0*' ) }, - }; - --if ( prompt( "Do you want to install the mech-dump utility?", "y" ) =~ /^y/i ) { -+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; |